Changeset 13786
- Timestamp:
- Jan 9, 2013, 1:30:01 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r13738 r13786 1 === Transmission 2. xx (2013/yy/zz) ===2 [http://trac.transmissionbt.com/query?milestone=2. xx&group=component&order=severity All tickets closed by this release]3 ==== All Platforms ==== 4 * Reduce the number of blocking API calls in libtransmission (FIXME: translate this into human... fewer beachballs)1 === Transmission 2.76 (2013/01/08) === 2 [http://trac.transmissionbt.com/query?milestone=2.76&group=component&order=severity All tickets closed by this release] 3 ==== All Platforms ==== 4 * Better error logging when user-provided scripts can't be executed 5 5 * The "Time Remaining" property wasn't set for torrents with webseeds but no peers 6 ==== GTK+ ==== 7 * Fix sorting by age 8 * Fix the Edit Trackers dialog to handle resizing properly. 9 * Better support for XDG_DOWNLOAD_DIR 10 ==== Qt ==== 11 * Fix notification area bug that inhibited desktop hibernation 12 * Fix .desktop file to accept adding magnet links from a web browser 13 * Use the `video' icon when the torrent is an mkv or mp4 file 14 * Fix rendering of filename in the options dialog when adding a torrent 15 * Fix selection point bug in the filterbar's entry field 16 ==== Daemon ==== 17 * Improved watchdir support 6 * Fix rare error that created a directory name "$HOME" 7 ==== GTK+ Client ==== 8 * Fix sort-by-age regression introduced in 2.74 9 * The "Edit Trackers" window didn't resize properly due to a 2.70 regression 10 * Raise the main window when presenting it from an App Indicator 11 ==== Qt Client ==== 12 * Add magnet link support to transmission-qt.desktop 13 * Fix notification area bug that inhibited logouts & desktop hibernation 14 * Use the "video" icon when the torrent is an mkv or mp4 file 15 * Toggling the "Append '.part' to incomplete files' names" had no effect 16 * Fix display of the torrent name in the Torrent Options dialog 17 * Fix cursor point bug in the filterbar's entry field 18 * Fix crash when adding a magnet link when Transmission was only visible in the system tray 19 * Fix free-memory-read error on shutdown 20 ==== Daemon ==== 21 * Better watchdir support 18 22 * Documentation fixes in transmission-remote's manpage 19 20 ==== Web Client ==== 23 ==== Web Client ==== 24 * Fix indentation of the torrent list and toolbar buttons on mobile devices 25 ==== CLI ==== 26 * If the Download directory doesn't exist, try to create it instead of exiting 21 27 22 28 === Transmission 2.75 (2012/12/13) === -
trunk/configure.ac
r13776 r13786 4 4 dnl "0" for stable, supported releases 5 5 dnl these should be the only two lines you need to change 6 m4_define([user_agent_prefix],[2.7 5+])7 m4_define([peer_id_prefix],[-TR27 5Z-])6 m4_define([user_agent_prefix],[2.76+]) 7 m4_define([peer_id_prefix],[-TR276Z-]) 8 8 9 9 AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket])
Note: See TracChangeset
for help on using the changeset viewer.