mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
Set release date in NEWS; bump version to 2.33
This commit is contained in:
parent
1bf6b884b5
commit
9729834f1d
2 changed files with 5 additions and 3 deletions
4
NEWS
4
NEWS
|
@ -1,4 +1,4 @@
|
||||||
=== Transmission 2.33 (2011/mm/dd) ===
|
=== Transmission 2.33 (2011/07/20) ===
|
||||||
[http://trac.transmissionbt.com/query?milestone=2.33&group=component&order=severity All tickets closed by this release]
|
[http://trac.transmissionbt.com/query?milestone=2.33&group=component&order=severity All tickets closed by this release]
|
||||||
==== All Platforms ====
|
==== All Platforms ====
|
||||||
* Improved webseed support
|
* Improved webseed support
|
||||||
|
@ -8,6 +8,8 @@
|
||||||
* Fix displayed availability
|
* Fix displayed availability
|
||||||
==== Mac ====
|
==== Mac ====
|
||||||
* Minor Lion interface tweaks
|
* Minor Lion interface tweaks
|
||||||
|
==== GTK+ ====
|
||||||
|
* Remove deprecated GConf2 dependency
|
||||||
==== Qt ====
|
==== Qt ====
|
||||||
* Fix high CPU issues
|
* Fix high CPU issues
|
||||||
* Fix wrong torrent count on tracker filterbar
|
* Fix wrong torrent count on tracker filterbar
|
||||||
|
|
|
@ -3,8 +3,8 @@ dnl STATUS: "X" for prerelease beta builds,
|
||||||
dnl "Z" for unsupported trunk builds,
|
dnl "Z" for unsupported trunk builds,
|
||||||
dnl "0" for stable, supported releases
|
dnl "0" for stable, supported releases
|
||||||
dnl these should be the only two lines you need to change
|
dnl these should be the only two lines you need to change
|
||||||
m4_define([user_agent_prefix],[2.32+])
|
m4_define([user_agent_prefix],[2.33])
|
||||||
m4_define([peer_id_prefix],[-TR232Z-])
|
m4_define([peer_id_prefix],[-TR2330-])
|
||||||
|
|
||||||
AC_INIT([transmission],
|
AC_INIT([transmission],
|
||||||
[user_agent_prefix],
|
[user_agent_prefix],
|
||||||
|
|
Loading…
Reference in a new issue