Changeset 9394
- Timestamp:
- Oct 25, 2009, 1:45:38 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r9385 r9394 1 === Transmission 1.76 (2009/ mm/dd) ===1 === Transmission 1.76 (2009/10/24) === 2 2 [http://trac.transmissionbt.com/query?milestone=1.76&group=component&groupdesc=1&order=severity All tickets closed by this release] 3 3 ==== All Platforms ==== 4 * Fix po ssibledata loss when moving torrents to where they already are4 * Fix potential data loss when moving torrents to where they already are 5 5 * Fix minor protocol error that didn't send a port message to some peers 6 * Fix m anpage errors6 * Fix minor manpage errors 7 7 ==== Mac ==== 8 8 * Fix a potential crasher on Snow Leopard 9 * When creating a torrent with multiple trackers, place each tracker intoits own tier9 * When creating a multi-tracker torrent, give each tracker its own tier 10 10 * Fix display glitch when changing sort to "Queue Order" 11 11 ==== Daemon ==== 12 * Fix po ssibledata loss when using "transmission-remote --find"12 * Fix potential data loss when using "transmission-remote --find" 13 13 * Fix ratio-limit bug on some uClibc systems 14 14 * Fix invalid JSON "nan" error on optware … … 16 16 * Fix crash in the Preferences dialog when testing to see if the port is open 17 17 * Fix crash on exit when a torrent's Properties dialog is open 18 * Fix tracker address display error in the torrent Properties dialog 19 * Fix tray menu's main window status when Transmission is started minimized 18 20 * Fix broken SIGINT (ctrl-c) handling 19 * Fix tray menu's main window status when Transmission is started minimized20 21 * Fix 1.61 build failure on systems with new versions of glib but older versions of gtk 21 * Fix tracker address display error in the torrent Properties dialog22 22 ==== Qt ==== 23 23 * Fix crash when removing expired torrents from the display -
trunk/configure.ac
r9388 r9394 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],[1.7 5+])7 m4_define([peer_id_prefix],[-TR17 5Z-])6 m4_define([user_agent_prefix],[1.76+]) 7 m4_define([peer_id_prefix],[-TR176Z-]) 8 8 9 9 AC_INIT([transmission],
Note: See TracChangeset
for help on using the changeset viewer.