diff --git a/NEWS b/NEWS
index ecb029947..a5847a4c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+=== Transmission 1.75 (2009/09/13) ===
+[http://trac.transmissionbt.com/query?milestone=1.75&group=component&groupdesc=1&order=severity All tickets closed by this release]
+==== All Platforms ====
+ * Don't wait so long on unresponsive trackers if there are other trackers to try
+ * Adding corrupt/invalid torrents could crash Transmission
+ * Fix 1.74 bug that caused a high CPU load on startup
+ * Fix 1.74 bug that stopped multitracker if a single tracker sent an error message
+ * Fix bug in converting other charsets to UTF-8
+ * Handle HTTP redirects more gracefully
+ * Faster verification of local data for torrents with small piece size
+ * Fix 1.74 build error when compiling without DHT
+==== Mac ====
+ * Fix libcurl build issue that caused tracker connectivity problems on Snow Leopard
+ * Fix error when creating a torrent file while still changing the announce address
+==== GTK+ ====
+ * Fix "sort by time remaining"
+ * Fix the turtle toggle button on old versions of GTK+
+ * Fix startup error if another copy of the Transmission GTK client is running
+ * Fix clang build issue
+
=== Transmission 1.74 (2009/08/24) ===
[http://trac.transmissionbt.com/query?milestone=1.74&group=component&groupdesc=1&order=severity All tickets closed by this release]
==== All Platforms ====
diff --git a/configure.ac b/configure.ac
index c04bdba1f..70c4a1329 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease beta builds,
dnl "Z" for unsupported trunk builds,
dnl "0" for stable, supported releases
dnl these should be the only two lines you need to change
-m4_define([user_agent_prefix],[1.74+])
-m4_define([peer_id_prefix],[-TR174Z-])
+m4_define([user_agent_prefix],[1.75+])
+m4_define([peer_id_prefix],[-TR175Z-])
AC_INIT([transmission],
[user_agent_prefix],
diff --git a/macosx/appcast/appcast.xml b/macosx/appcast/appcast.xml
index 52a601936..a31e7f8d3 100644
--- a/macosx/appcast/appcast.xml
+++ b/macosx/appcast/appcast.xml
@@ -5,18 +5,18 @@
http://www.transmissionbt.com/appcast.xml
|
- Web Client Changes- |
-
-
|
-
For a full list of changes, click here.
- -
- Note- |
-
- Transmission requires Mac OS X 10.5 or greater. - |
-
For a full list of changes, click here.