Jordan Lee
aa3696b309
(trunk gtk) g_variant_lookup_value() requires 2.28, not 2.26...
2011-08-08 01:40:07 +00:00
Jordan Lee
0e48418f26
(trunk gtk) since we're bumping glib's requirement to 2.26 (27 Sept 2010), it's a good time to bump the gtk+ requirement to 2.22 (32 Sept 2010).
2011-08-07 18:41:13 +00:00
Jordan Lee
270126820a
(trunk gtk) bump the glib2 requirement from 2.8 to 2.26 s.t. transmission-gtk can use glib's GDBus module and drop the glib-dbus library dependency
2011-08-07 16:42:38 +00:00
Jordan Lee
bb57ac3c50
(trunk gtk) #4372 "make notification and system sounds configurable" -- fixed.
2011-07-23 17:23:12 +00:00
Mitchell Livingston
8eacadb85d
bump version to 2.33+
2011-07-21 00:01:52 +00:00
Jordan Lee
9729834f1d
Set release date in NEWS; bump version to 2.33
2011-07-20 23:37:38 +00:00
Jordan Lee
e495a579d3
(trunk gtk) #4366 "Use GAppInfo, rather than GConf2, for mime-type registration" -- done.
2011-07-20 23:31:39 +00:00
Mitchell Livingston
79ff5bcc62
bump version to 2.32+
2011-06-30 01:16:04 +00:00
Jordan Lee
357a405098
(trunk) tell automake to use the POSIX 1003.1-2001 tar format instead of the POSIX 1003.1-1988 format. We need the newer version in order to reliably support the long pathnames that exist in the macosx/ directory.
2011-06-29 01:33:07 +00:00
Mitchell Livingston
4b8c6b8a34
bump version to 2.32
2011-06-28 02:44:34 +00:00
Mitchell Livingston
3f8bf4f0ab
bump version to 2.31+
2011-05-20 11:34:22 +00:00
Jordan Lee
7c288237e0
bump to 2.31
2011-05-17 22:16:11 +00:00
Mitchell Livingston
0ac199f76b
bump to 2.30
2011-05-16 23:53:32 +00:00
Jordan Lee
45af1b15ca
(trunk) bump user-agent prefix to 2.30 beta 4
2011-04-30 00:57:15 +00:00
Jordan Lee
de8944278d
(trunk) revert r12372 based on feedback from er13: "Many embedded systems use uClibc++ (and not the gcc' libstdc++) as an implementation of Standard C++ Library. r12372 breaks the compilation of transmission for such systems."
2011-04-19 19:22:55 +00:00
Jordan Lee
e51f2982f4
(trunk) fix "__gxx_personality_v0" when compiling Transmission on some versions of gcc/g++
...
The problem is coming from gcc getting confused by having a C program (Transmission) link against a C++ library (libutp). In gcc, C++ code has an implicit dependency on libstdc++ for the __gxx_personality_v0 function.
More info @ http://stackoverflow.com/questions/329059/what-is-gxx-personality-v0-for
2011-04-19 14:40:46 +00:00
Mitchell Livingston
346fd8df26
bump to 2.30 beta 3
2011-04-17 20:01:46 +00:00
Mitchell Livingston
2c650c4a4b
bump version number to 2.30b2
2011-04-09 14:38:48 +00:00
Mitchell Livingston
8fc3bb37e7
update to 2.30b1
2011-04-01 01:21:59 +00:00
Jordan Lee
b4d36aeb54
(trunk) #4138 "use stdbool.h instead of tr_bool" -- done.
2011-03-22 15:19:54 +00:00
Jordan Lee
6835fb94a9
Add htonll() ntohll() to our AC_CHECK_FUNCS set s.t. the wrappers in libtransmission/utils.c can shop the work out to the system libraries if those functions are available.
2011-03-13 14:37:30 +00:00
Mitchell Livingston
aff1dfa564
(trunk) bump to 2.22+
2011-03-04 00:10:12 +00:00
Jordan Lee
9537b636ce
(trunk) #4041 "FTBFS with enabled uTP on Debian" -- revised patch from taem which unbreaks autoconf build on darwin as reported by leena
2011-03-02 07:31:14 +00:00
Jordan Lee
3136946851
(trunk) #2338 "Add uTP support" -- have the autoconf system default to build uTP support iff a C++ compiler can be found by AC_PROG_CXX
2011-02-25 01:44:32 +00:00
Jordan Lee
bd5739fc54
(trunk) fix uTP FTBFS in Wheezy, patch by taem
2011-02-19 17:58:08 +00:00
Jordan Lee
cd04051de8
add configure script switch to enable/disable utp
2011-02-18 00:45:44 +00:00
Jordan Lee
7df7d34f6d
automake/autoconf; #includes in libtransmission
2011-02-18 00:32:19 +00:00
Jordan Lee
2098669a10
bump to version 2.21+
2011-02-08 21:07:15 +00:00
Jordan Lee
4e00051bae
(trunk) bump to 2.21
2011-02-08 21:05:30 +00:00
Mitchell Livingston
a2fbc67cd4
bump version to 2.20+
2011-02-06 20:25:53 +00:00
Jordan Lee
1773b17013
bump to 2.20
2011-02-06 20:15:38 +00:00
Jordan Lee
b3227b9567
bump to nightly peer-id
2011-02-05 04:22:38 +00:00
Jordan Lee
865bfb0e91
bump to 2.20 beta 4
2011-02-04 04:00:16 +00:00
Jordan Lee
1b52155954
(trunk) update NEWS and bump version to 2.20 beta 3.
2011-01-30 17:52:11 +00:00
Jordan Lee
5d15ee8439
(trunk) #3949 "Add --enable-lightweight argument to configure" -- fixed.
...
TR_EMBEDDED has been around for awhile, but few (any?) repackagers are aware of it. If it was "advertised" through a configure-time argument, and in the status messages at the end of the configure script, more repackagers would be aware of it.
2011-01-27 03:53:02 +00:00
Jordan Lee
f13c2854b3
(trunk) adding "--enable-static --disable-shared -q" to ac_configure_args is unnecessary -- fixed.
...
This line was added in r2768 to ensure that Transmission's bundled libevent was built as a static library. libevent is no longer bundled, so this line isn't needed.
2011-01-25 16:53:43 +00:00
Jordan Lee
8bb6aae324
bump to 2.20 beta 2
2011-01-25 02:21:30 +00:00
Jordan Lee
5dd2a87f53
mark the peer-id and user-agent for 2.20 beta 1
2011-01-20 22:57:59 +00:00
Jordan Lee
69a3b8bbab
(trunk, daemon) #3833 "'freespace' argument for 'session-get' RPC method" -- committing patch from taem, reardon, and rb07
2011-01-05 04:41:19 +00:00
Charles Kerr
345b14adbc
(trunk) #3836 "libevent2 support" -- bump libevent2 requirement to 2.0.10. This will break the Mac build for a minute intil BMW applies his Mac patch
2010-12-20 02:07:51 +00:00
Charles Kerr
88bb3efa4e
bump to 2.13+
2010-12-09 20:40:41 +00:00
Mitchell Livingston
f2bd33eeea
update to 2.13
2010-12-09 19:52:37 +00:00
Charles Kerr
a16fb94756
(trunk libT) #3813 "libtransmission doesn't build on Solaris 10 because of strsep call()" -- fixed.
2010-12-08 14:57:34 +00:00
Mitchell Livingston
cfdf5bff91
update to 2.12+
2010-11-16 03:23:15 +00:00
Charles Kerr
efb6bda71c
bump version to 2.12
2010-11-14 16:03:02 +00:00
Mitchell Livingston
320163417f
set version to 2.11+
2010-10-17 01:54:27 +00:00
Mitchell Livingston
cae3ae52cd
get ready for 2.11
2010-10-17 00:13:44 +00:00
Mitchell Livingston
b91ddc4a27
update to 2.10+
2010-10-12 02:17:00 +00:00
Charles Kerr
e413bf7af7
(trunk) #3620 "syntax error in configure.ac" -- fixed.
2010-10-11 22:53:46 +00:00
Mitchell Livingston
2efc6f75d8
bump version to 2.10
2010-10-08 00:49:37 +00:00