==== Utils ====
* Support user-defined piece sizes in transmission-create
-
-2.7x backport list... if this gets long enough, we'll do 2.77
- #5238 'tr_inactvelimit in rpc-spec' -- fix obsolete documentation.
- #5235 'Plural wrong in torrent-cell-renderer'
- #5219 'QPrintable and non Latin-1 symbols on Ubuntu'
- #5215 fix a transmission-cli regression from 2.76
- #5248 'fails to create torrent with multiple trackers'
- #5249 'error parsing json in some locales'
- #5259 minor memory leak in tr_torrentDeleteLocalData()
- #5260 improved documentation for -w argument in transmission-remote
-
+=== Transmission 2.77 (2013/02/18) ===
+[http://trac.transmissionbt.com/query?milestone=2.77&group=component&order=severity All tickets closed by this release]
+==== All Platforms ====
+ * Fix 2.75 regression that broke JSON parsing of real numbers in locales that don't use '.' as a decimal separator
+ * Don't invalidate the OS's file cache when closing files
+ * Fix overflow error when setting speed limits above ~8589 kB/s
+ * Generated magnet links didn't include webseeds
+ * Fix minor memory leaks when using webseeds
+==== GTK+ Client ====
+ * Minor pluralization fixes in the UI
+ * Fix folder mis-selection issue in the Preferences dialog
+ * Fix GTK+ console warnings on shutdown
+==== Qt Client ====
+ * Fix non Latin-1 symbol issue when showing file transfer speeds
+ * Fix issue when creating new torrents with multiple trackers
+ * Fix lost text selection in the properties dialog's 'comment' field
+==== Daemon ====
+ * Fix documentation errors in the spec and manpages
+==== Web Client ====
+ * Fix minor DOM leak
+==== CLI ====
+ * Fix transmission-cli failure when the download directory doesn't exist
=== Transmission 2.76 (2013/01/08) ===
[http://trac.transmissionbt.com/query?milestone=2.76&group=component&order=severity All tickets closed by this release]
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],[2.76+])
-m4_define([peer_id_prefix],[-TR276Z-])
+m4_define([user_agent_prefix],[2.77+])
+m4_define([peer_id_prefix],[-TR277Z-])
AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket])
AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix])