Changeset 11487


Ignore:
Timestamp:
Dec 5, 2010, 7:15:16 PM (12 years ago)
Author:
charles
Message:

(2.0x) bump to 2.05

Location:
branches/2.0x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0x/NEWS

    r11153 r11487  
     1=== Transmission 2.05 (2010/12/05) ===
     2Backport of 2.1x bugfixes for a maintenance 2.0x release.
     3  * (2.0x) backport r11302 for #3620 "syntax error in configure.ac"
     4  * (2.0x) backport r11383 for #3715 "README file is outdated"
     5  * (2.0x cli) #3758: Syntax error in transmission-cli.1
     6  * (2.0x daemon) #3508: --download-dir does not work properly
     7  * (2.0x miniupnp) backport r11381 for #3707 "Remove dependancy to which."
     8  * (2.0x qt) backport r11222 for #3496 "Crash when changing to/from compact mode"
     9  * (2.0x qt) backport r11306 for #3627 "off-by-one in FileTreeView causes potential invalid memory read / crash"
     10  * (2.0x qt) backport r11340 for #3650 "Link transmission-qt with libz explicitly"
     11  * (2.0x qt) backport r11289 for #3593 "rpc authentication setting broken in qt client"
     12  * (2.0x gtk) backport r10915 for #3380 "Increase size of 'Add URL' text field."
     13  * (2.0x gtk) backport r11217 for #3529 "Slow priority-sorting in filelist"
     14  * (2.0x gtk) backport r11267 for #3585 "possible rendering issue in torrent_cell_renderer_get_size()"
     15  * (2.0x gtk) backport r11259 for #3619 "memory leak that may cause events to be fired to invalid listeners"
     16  * (2.0x gtk) backport r11344 for #3639 "Hibernation inhibition broke in transmission-gtk 2.00"
     17  * (2.0x gtk) backport r11439 for #3701 "Un-blur statusbar icons"
     18  * (2.0x gtk) backport r11443 for #3777 "Ellipsize Error: line"
     19  * (2.0x libT) backport r11449 for #3787 "'No Announce Scheduled' tracker error"
     20  * (2.0x libT) backport r11264 for #3453 "Torrent does not stop when set per torrent seed ratio is reached before torrent is completed"
     21  * (2.0x libT) backport r11226 for #3566 "Memory leak in libtransmission/torrent.c: refreshCurrentDir()"
     22  * (2.0x libT) backport r11243 for #3571 "Torrent done script clears important env vars."
     23  * (2.0x libT) backport r11295 for #3610 "Unused fields in tr_peer"
     24  * (2.0x libT) backport r11304 for #3628 "remove dead variable pieceBytesRead from libtransmission/verify.c"
     25  * (2.0x libT) backport r11357 for #3681 "tr-lpd.c's lpd_configureSocket() function is redundant"
     26  * (2.0x libT) backport r11237 for #3539 "Transmission sending corrupt data in metadata exchange"
     27  * (2.0x libT) backport r11300 for #3614 "Can't save benc files under uClibc 0.9.31"
     28  * (2.0x libT) backport r11356 for #3678 "benc walking could be more efficient"
     29  * (2.0x libT) backport r11359 for #3687 "The V=XXXX key/val pair in our DHT messages seems to have no purpose"
     30  * (2.0x libT) backport tr_truncd() fix for #3521 "rounding issue in tr_truncd()"
     31  * (2.0x web) backport r11309 and r11317 for #3630 "web client needs a link to Transmission's homepage"
     32
    133=== Transmission 2.04 (2010/08/06) ===
    234[http://trac.transmissionbt.com/query?milestone=2.04&group=component&groupdesc=1&order=severity All tickets closed by this release]
  • branches/2.0x/configure.ac

    r11481 r11487  
    44dnl         "0" for stable, supported releases
    55dnl these should be the only two lines you need to change
    6 m4_define([user_agent_prefix],[2.04])
    7 m4_define([peer_id_prefix],[-TR2040-])
     6m4_define([user_agent_prefix],[2.05])
     7m4_define([peer_id_prefix],[-TR2050-])
    88
    99AC_INIT([transmission],
Note: See TracChangeset for help on using the changeset viewer.