Changeset 4124
- Timestamp:
- Dec 11, 2007, 2:48:12 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r4118 r4124 19 19 + Statistics window 20 20 21 0.96 (2007/12/ yy)21 0.96 (2007/12/10) 22 22 - All Platforms: 23 23 + Fix 0.95 data corruption error 24 + Fix 0.95 bug that broke UP NP24 + Fix 0.95 bug that broke UPnP 25 25 - OS X: 26 26 + Fix bug where dragging non-torrent files over the main window could result in excessive memory usage -
trunk/Transmission.xcodeproj/project.pbxproj
r4121 r4124 282 282 containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; 283 283 proxyType = 1; 284 remoteGlobalIDString = 3C7A118C0D0B2EB800B5701F /* natpmp */;284 remoteGlobalIDString = 3C7A118C0D0B2EB800B5701F; 285 285 remoteInfo = natpmp; 286 286 }; -
trunk/configure.ac
r4092 r4124 1 AC_INIT([transmission],[0.9 5Z],[http://transmission.m0k.org/trac/newticket])2 PEERID_PREFIX="-TR09 5Z-"3 USERAGENT_PREFIX="0.9 5+"1 AC_INIT([transmission],[0.96Z],[http://transmission.m0k.org/trac/newticket]) 2 PEERID_PREFIX="-TR096Z-" 3 USERAGENT_PREFIX="0.96+" 4 4 AC_SUBST(PEERID_PREFIX,[$PEERID_PREFIX]) 5 5 AC_SUBST(USERAGENT_PREFIX,[$USERAGENT_PREFIX]) -
trunk/macosx/version.sh
r4070 r4124 8 8 # "0" for stable, supported releases 9 9 # these should be the only two lines you need to change 10 PEERID_PREFIX="-TR09 5Z-"11 USERAGENT_PREFIX="0.9 5+"10 PEERID_PREFIX="-TR096Z-" 11 USERAGENT_PREFIX="0.96+" 12 12 13 13
Note: See TracChangeset
for help on using the changeset viewer.