On Mon, Mar 07, 2016 at 10:59:38AM +0000, Stuart Henderson wrote:
> The distfile for 2.90 has been removed upstream (also given recent
> events it would probably be wise to read through a source diff from
> the previous version in tree ;)

The new distfile matches their published SHA256, and this diff shows
the changes in their repository:

Common subdirectories: 14695/.svn and 14714/.svn
Common subdirectories: 14695/.tx and 14714/.tx
diff -uNP 14695/CMakeLists.txt 14714/CMakeLists.txt
--- 14695/CMakeLists.txt        Mon Mar  7 06:22:56 2016
+++ 14714/CMakeLists.txt        Mon Mar  7 06:23:37 2016
@@ -41,8 +41,8 @@
 #         "Z" for unsupported trunk builds,
 #         "0" for stable, supported releases
 # these should be the only two lines you need to change
-set(TR_USER_AGENT_PREFIX "2.90")
-set(TR_PEER_ID_PREFIX "-TR2900-")
+set(TR_USER_AGENT_PREFIX "2.92")
+set(TR_PEER_ID_PREFIX "-TR2920-")
 
 string(REGEX MATCH "^([0-9]+)\\.([0-9]+).*" TR_VERSION 
"${TR_USER_AGENT_PREFIX}")
 set(TR_VERSION_MAJOR "${CMAKE_MATCH_1}")
diff -uNP 14695/Makefile.am 14714/Makefile.am
--- 14695/Makefile.am   Mon Mar  7 06:22:56 2016
+++ 14714/Makefile.am   Mon Mar  7 06:23:35 2016
@@ -51,8 +51,12 @@
   third-party/b64.cmake \
   third-party/dht.cmake \
   third-party/event2.cmake \
+  third-party/event2-01-win32.patch \
+  third-party/event2-02-win32.patch \
   third-party/natpmp.cmake \
   third-party/utp-01-ticket-5002.patch \
+  third-party/utp-02-win32.patch \
+  third-party/utp-03-msvc14.patch \
   third-party/utp.cmake \
   third-party/utp_config.h \
   utils/CMakeLists.txt
diff -uNP 14695/NEWS 14714/NEWS
--- 14695/NEWS  Mon Mar  7 06:22:56 2016
+++ 14714/NEWS  Mon Mar  7 06:23:35 2016
@@ -1,3 +1,25 @@
+=== Transmission 2.92 (2016/03/06) ===
+[http://trac.transmissionbt.com/query?milestone=2.92&group=component&order=severity
 All tickets closed by this release]
+==== Mac Client ====
+  * Build OSX.KeRanger.A ransomware removal into the app
+
+=== Transmission 2.91 (2016/03/06) ===
+[http://trac.transmissionbt.com/query?milestone=2.91&group=component&order=severity
 All tickets closed by this release]
+==== All Platforms ====
+  * Fix Makefile.am to include Windows patches into source archive
+  * Fix miniupnpc script to handle spaces and other special chars in paths
+==== Mac Client ====
+  * Prevent crash during group rules removal in some cases
+  * Fix failure to remove seeding completion notifications from notification 
center
+  * Show main window and scroll to torrent on notification click
+  * Fix issue on Yosemite where peers view didn't occupy all the available 
space when web seed view was hidden
+==== Qt Client ====
+  * Fix existing running instance detection and torrents delegation when using 
DBus
+==== Daemon ====
+  * Fix building on Windows x86
+  * Add `--blocklist-update` argument description to transmission-remote man 
page
+  * Use `-rad` as short form of `--remove-and-delete` option in 
transmission-remote
+
 === Transmission 2.90 (2016/02/28) ===
 
[http://trac.transmissionbt.com/query?milestone=2.90&group=component&order=severity
 All tickets closed by this release]
 ==== All Platforms ====
Common subdirectories: 14695/Transmission.xcodeproj and 
14714/Transmission.xcodeproj
Common subdirectories: 14695/cli and 14714/cli
Common subdirectories: 14695/cmake and 14714/cmake
diff -uNP 14695/configure.ac 14714/configure.ac
--- 14695/configure.ac  Mon Mar  7 06:22:55 2016
+++ 14714/configure.ac  Mon Mar  7 06:23:34 2016
@@ -3,8 +3,8 @@
 dnl         "Z" for unsupported trunk builds,
 dnl         "0" for stable, supported releases
 dnl these should be the only two lines you need to change
-m4_define([user_agent_prefix],[2.90])
-m4_define([peer_id_prefix],[-TR2900-])
+m4_define([user_agent_prefix],[2.92])
+m4_define([peer_id_prefix],[-TR2920-])
 
 
AC_INIT([transmission],[user_agent_prefix],[http://trac.transmissionbt.com/newticket])
 AC_SUBST(USERAGENT_PREFIX,[user_agent_prefix])
Common subdirectories: 14695/daemon and 14714/daemon
Common subdirectories: 14695/extras and 14714/extras
Common subdirectories: 14695/gtk and 14714/gtk
Common subdirectories: 14695/libtransmission and 14714/libtransmission
Common subdirectories: 14695/m4 and 14714/m4
Common subdirectories: 14695/macosx and 14714/macosx
Common subdirectories: 14695/po and 14714/po
Common subdirectories: 14695/qt and 14714/qt
Common subdirectories: 14695/third-party and 14714/third-party
Common subdirectories: 14695/utils and 14714/utils
Common subdirectories: 14695/web and 14714/web

Reply via email to