Changeset 13009
- Timestamp:
- Oct 20, 2011, 1:33:33 AM (11 years ago)
- Location:
- branches/2.4x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4x/NEWS
r13008 r13009 1 1 === Transmission 2.42 (2011/10/19) === 2 2 [http://trac.transmissionbt.com/query?milestone=2.42&group=component&order=severity All tickets closed by this release] 3 ==== Mac ====4 * Fix a potential crash on 10.5 Leopard5 * Fix bugs with the tracker and file inspector tables6 3 ==== All Platforms ==== 7 4 * Fix error connecting to UDP trackers from big-endian computers 8 5 * Fix RPC error when editing UDP trackers 9 6 * Fix build failure when a C++ compiler is not installed 7 ==== Mac ==== 8 * Fix a potential crash on 10.5 Leopard 9 * Fix bugs with the tracker and file inspector tables 10 10 ==== GTK+ ==== 11 11 * Support GTK+ 3.2 -
branches/2.4x/configure.ac
r13006 r13009 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.4 1])7 m4_define([peer_id_prefix],[-TR24 10-])6 m4_define([user_agent_prefix],[2.42]) 7 m4_define([peer_id_prefix],[-TR2420-]) 8 8 9 9 AC_INIT([transmission],
Note: See TracChangeset
for help on using the changeset viewer.