mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
trunk: get ready for .96
This commit is contained in:
parent
ef256c13de
commit
2a98bf39d1
4 changed files with 8 additions and 8 deletions
4
NEWS
4
NEWS
|
@ -18,10 +18,10 @@ NEWS file for Transmission <http://transmission.m0k.org/>
|
|||
- GTK+:
|
||||
+ Statistics window
|
||||
|
||||
0.96 (2007/12/yy)
|
||||
0.96 (2007/12/10)
|
||||
- All Platforms:
|
||||
+ Fix 0.95 data corruption error
|
||||
+ Fix 0.95 bug that broke UPNP
|
||||
+ Fix 0.95 bug that broke UPnP
|
||||
- OS X:
|
||||
+ Fix bug where dragging non-torrent files over the main window could result in excessive memory usage
|
||||
|
||||
|
|
|
@ -281,7 +281,7 @@
|
|||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 3C7A118C0D0B2EB800B5701F /* natpmp */;
|
||||
remoteGlobalIDString = 3C7A118C0D0B2EB800B5701F;
|
||||
remoteInfo = natpmp;
|
||||
};
|
||||
BE1183750CE161040002D0F3 /* PBXContainerItemProxy */ = {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
AC_INIT([transmission],[0.95Z],[http://transmission.m0k.org/trac/newticket])
|
||||
PEERID_PREFIX="-TR095Z-"
|
||||
USERAGENT_PREFIX="0.95+"
|
||||
AC_INIT([transmission],[0.96Z],[http://transmission.m0k.org/trac/newticket])
|
||||
PEERID_PREFIX="-TR096Z-"
|
||||
USERAGENT_PREFIX="0.96+"
|
||||
AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX])
|
||||
AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX])
|
||||
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
# "Z" for unsupported trunk builds,
|
||||
# "0" for stable, supported releases
|
||||
# these should be the only two lines you need to change
|
||||
PEERID_PREFIX="-TR095Z-"
|
||||
USERAGENT_PREFIX="0.95+"
|
||||
PEERID_PREFIX="-TR096Z-"
|
||||
USERAGENT_PREFIX="0.96+"
|
||||
|
||||
|
||||
SVN_REVISION=`find ./ -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\.po" -o -name "*\.sh" | \
|
||||
|
|
Loading…
Reference in a new issue