]> granicus.if.org Git - transmission/log
transmission
14 years agoupdate AUTHORS and Credits
Mitchell Livingston [Wed, 16 Jun 2010 03:31:51 +0000 (03:31 +0000)]
update AUTHORS and Credits

14 years agoupdate AUTHORS
Daniel Lee [Wed, 16 Jun 2010 03:29:47 +0000 (03:29 +0000)]
update AUTHORS

14 years ago(qt) #3269: When changing session source we should request a full refresh right away
Daniel Lee [Wed, 16 Jun 2010 03:11:10 +0000 (03:11 +0000)]
(qt) #3269: When changing session source we should request a full refresh right away
r10770 is actually for #3282: After removing a torrent list jumps to the very top

14 years ago(libT) #3291 "tr_torrent.infoDictOffset should be lazily evaluated"
Charles Kerr [Wed, 16 Jun 2010 03:05:23 +0000 (03:05 +0000)]
(libT) #3291 "tr_torrent.infoDictOffset should be lazily evaluated"

14 years ago(web) #3296: Deleting a torrent hidden in the webui corrupts the row model
Daniel Lee [Wed, 16 Jun 2010 03:04:40 +0000 (03:04 +0000)]
(web) #3296: Deleting a torrent hidden in the webui corrupts the row model

14 years ago(qt) #3290: Ratio goal of a torrent in torrent list is sessions default until opening...
Daniel Lee [Wed, 16 Jun 2010 03:03:24 +0000 (03:03 +0000)]
(qt) #3290: Ratio goal of a torrent in torrent list is sessions default until opening that torrent's properties

14 years ago(qt) #3277: Crash after getting magnet torrent metadata
Daniel Lee [Wed, 16 Jun 2010 03:02:17 +0000 (03:02 +0000)]
(qt) #3277: Crash after getting magnet torrent metadata

14 years ago(qt) #3269: When changing session source we should request a full refresh right away
Daniel Lee [Wed, 16 Jun 2010 03:01:09 +0000 (03:01 +0000)]
(qt) #3269: When changing session source we should request a full refresh right away

14 years ago(qt) #3147: qtr delayed to connect to remote session automatically
Daniel Lee [Wed, 16 Jun 2010 02:58:44 +0000 (02:58 +0000)]
(qt) #3147: qtr delayed to connect to remote session automatically

14 years agoUpdate AUTHORS/Credits & Help
John Clay [Wed, 16 Jun 2010 02:34:15 +0000 (02:34 +0000)]
Update AUTHORS/Credits & Help

14 years ago(trunk) bump user-agent to 2.00+ and peer-id prefix to -TR200Z-
Charles Kerr [Wed, 16 Jun 2010 02:00:18 +0000 (02:00 +0000)]
(trunk) bump user-agent to 2.00+ and peer-id prefix to -TR200Z-

14 years agoremove zh_CH files from Xcode and update Makefile for missing localizations 2.00
Mitchell Livingston [Wed, 16 Jun 2010 01:18:18 +0000 (01:18 +0000)]
remove zh_CH files from Xcode and update Makefile for missing localizations

14 years agoupdate NEW's 2.00 release date
Mitchell Livingston [Wed, 16 Jun 2010 00:59:07 +0000 (00:59 +0000)]
update NEW's 2.00 release date

14 years ago(trunk) bump to 2.00
Charles Kerr [Wed, 16 Jun 2010 00:53:57 +0000 (00:53 +0000)]
(trunk) bump to 2.00

14 years ago(trunk gtk) sync the translations from rosetta again
Charles Kerr [Wed, 16 Jun 2010 00:47:13 +0000 (00:47 +0000)]
(trunk gtk) sync the translations from rosetta again

14 years agoupdate Simplified Chinese for 2.0
Mitchell Livingston [Tue, 15 Jun 2010 22:33:45 +0000 (22:33 +0000)]
update Simplified Chinese for 2.0

14 years ago(trunk) fix minor memory leak in the bencode-test unit tests
Charles Kerr [Tue, 15 Jun 2010 15:46:51 +0000 (15:46 +0000)]
(trunk) fix minor memory leak in the bencode-test unit tests

14 years ago(trunk gtk) #3295 "transmission updates the blocklist even when the blocklist is...
Charles Kerr [Tue, 15 Jun 2010 15:35:40 +0000 (15:35 +0000)]
(trunk gtk) #3295 "transmission updates the blocklist even when the blocklist is disabled" -- fixed in trunk for 2.00

14 years agoupdate NEWS
Mitchell Livingston [Tue, 15 Jun 2010 01:43:44 +0000 (01:43 +0000)]
update NEWS

14 years agoupdate NEWS
Mitchell Livingston [Tue, 15 Jun 2010 01:43:21 +0000 (01:43 +0000)]
update NEWS

14 years agotweak the 2.0 news
Charles Kerr [Tue, 15 Jun 2010 01:36:12 +0000 (01:36 +0000)]
tweak the 2.0 news

14 years agoremove unused ggets.[ch] from xcode
Mitchell Livingston [Tue, 15 Jun 2010 00:38:36 +0000 (00:38 +0000)]
remove unused ggets.[ch] from xcode

14 years ago(trunk libT) #3293 "fggets() is overkill for parsing the blocklist" -- fixed in trunk...
Charles Kerr [Tue, 15 Jun 2010 00:38:10 +0000 (00:38 +0000)]
(trunk libT) #3293 "fggets() is overkill for parsing the blocklist" -- fixed in trunk for 2.00

14 years ago(trunk libT) remove a pair of unnecessary, but expensive, assert()s
Charles Kerr [Mon, 14 Jun 2010 23:14:58 +0000 (23:14 +0000)]
(trunk libT) remove a pair of unnecessary, but expensive, assert()s

14 years ago(trunk libT) rejigger the filter order again, based on profiling in cachegrind
Charles Kerr [Mon, 14 Jun 2010 12:48:28 +0000 (12:48 +0000)]
(trunk libT) rejigger the filter order again, based on profiling in cachegrind

14 years ago(trunk libT) as long as I'm committing these CPU tweaks, might as well throw in ...
Charles Kerr [Mon, 14 Jun 2010 12:01:50 +0000 (12:01 +0000)]
(trunk libT) as long as I'm committing these CPU tweaks, might as well throw in #3289 too.  To undo all this, we can revert to r10745

14 years ago(trunk libT) when filtering out peers that aren't candidates, use the fastest filter...
Charles Kerr [Mon, 14 Jun 2010 11:57:46 +0000 (11:57 +0000)]
(trunk libT) when filtering out peers that aren't candidates, use the fastest filter tests first, so that the more expensive tests will be applied to fewer peers.  In particular, call peerIsInUse() last.

14 years ago(trunk libT) experimental commit
Charles Kerr [Mon, 14 Jun 2010 03:42:54 +0000 (03:42 +0000)]
(trunk libT) experimental commit

14 years ago(trunk libT) add a much faster (but more complicated) implementation of comparePeerCa...
Charles Kerr [Mon, 14 Jun 2010 01:56:03 +0000 (01:56 +0000)]
(trunk libT) add a much faster (but more complicated) implementation of comparePeerCandidates().  For testing in the nightlies, leave both and the new implementations in the code and run them both (which will make the nightlies slower for awhile) and crash if the results differ from each other.  When it doesn't crash anymore I'll remove the old implementation.  Happy testing! >:)
-place and compare them to make sure they both give the same results.  If no testers can make it crash

14 years ago(trunk libT) small speed improvements to comparePeerCandidates()
Charles Kerr [Sun, 13 Jun 2010 23:06:50 +0000 (23:06 +0000)]
(trunk libT) small speed improvements to comparePeerCandidates()

14 years agotrivial improvement to compareSeedProbabilities()
Mitchell Livingston [Sun, 13 Jun 2010 20:54:03 +0000 (20:54 +0000)]
trivial improvement to compareSeedProbabilities()

14 years agoSync translations from Rosetta. Four new languages: Aragonese (http://en.wikipedia...
Charles Kerr [Sun, 13 Jun 2010 18:14:49 +0000 (18:14 +0000)]
Sync translations from Rosetta.  Four new languages: Aragonese (http://en.wikipedia.org/wiki/Aragonese_language), Manx (http://en.wikipedia.org/wiki/Manx_language), Occitan (http://en.wikipedia.org/wiki/Occitan_language), Uyghur (http://en.wikipedia.org/wiki/Uyghur_language)

14 years ago(trunk libT) speedups to comparePeerCandidates()
Charles Kerr [Sun, 13 Jun 2010 17:17:33 +0000 (17:17 +0000)]
(trunk libT) speedups to comparePeerCandidates()

14 years agoupdate Dutch localization for 2.0
Mitchell Livingston [Sat, 12 Jun 2010 13:09:59 +0000 (13:09 +0000)]
update Dutch localization for 2.0

14 years agofix daemon build on platforms without inotify
Eric Petit [Fri, 11 Jun 2010 07:24:06 +0000 (07:24 +0000)]
fix daemon build on platforms without inotify

14 years ago(trunk libT) when TR_CURL_VERBOSE is set, also log the benc announce response
Charles Kerr [Thu, 10 Jun 2010 15:18:02 +0000 (15:18 +0000)]
(trunk libT) when TR_CURL_VERBOSE is set, also log the benc announce response

14 years agomissed one
Mitchell Livingston [Wed, 9 Jun 2010 23:22:10 +0000 (23:22 +0000)]
missed one

14 years agoupdate miniupnpc to 20100609
Mitchell Livingston [Wed, 9 Jun 2010 23:22:00 +0000 (23:22 +0000)]
update miniupnpc to 20100609

14 years ago(qt) #3275: Seed ratio limit and ratio limit enabled are currently not pulled from...
Daniel Lee [Tue, 8 Jun 2010 17:37:29 +0000 (17:37 +0000)]
(qt) #3275: Seed ratio limit and ratio limit enabled are currently not pulled from a remote session

14 years ago(trunk libT) #3274 "When connecting with a DHT-enabled peer, we send our port message...
Charles Kerr [Mon, 7 Jun 2010 19:35:57 +0000 (19:35 +0000)]
(trunk libT) #3274 "When connecting with a DHT-enabled peer, we send our port message out-of-order" -- fixed in trunk for 2.00

14 years ago(trunk) #3262 "problems with '.' as the first character in a .torrent's filename...
Charles Kerr [Mon, 7 Jun 2010 14:25:31 +0000 (14:25 +0000)]
(trunk) #3262 "problems with '.' as the first character in a .torrent's filename" -- fixed in trunk for 2.00

14 years agoupdate French localization for 2.00
Mitchell Livingston [Mon, 7 Jun 2010 11:44:59 +0000 (11:44 +0000)]
update French localization for 2.00

14 years agoadjustments to German localization
Mitchell Livingston [Mon, 7 Jun 2010 00:57:40 +0000 (00:57 +0000)]
adjustments to German localization

14 years ago(trunk) remove hardcoded optimization flags for supported builds in configure.ac...
Charles Kerr [Sun, 6 Jun 2010 17:47:34 +0000 (17:47 +0000)]
(trunk) remove hardcoded optimization flags for supported builds in configure.ac.  Packagers/builders/installers know their kernel & hardware better than Transmission does.

14 years ago(qt) #3277 wasn't completely fixed, consider this a hack until a better solution...
Daniel Lee [Sat, 5 Jun 2010 20:44:11 +0000 (20:44 +0000)]
(qt) #3277 wasn't completely fixed, consider this a hack until a better solution presents itself

14 years ago(trunk qt) #3265 "-v --version command line doesn't quit transmission" -- call :...
Charles Kerr [Sat, 5 Jun 2010 10:59:24 +0000 (10:59 +0000)]
(trunk qt) #3265 "-v --version command line doesn't quit transmission" -- call ::exit(0) instead of exit(0).  d'oh!

14 years ago(trunk Qt) #3266 "statusbar different from gtk client" -- pass Longinus00's patch...
Charles Kerr [Sat, 5 Jun 2010 10:47:41 +0000 (10:47 +0000)]
(trunk Qt) #3266 "statusbar different from gtk client" -- pass Longinus00's patch through to trunk as-is

14 years ago(trunk daemon) #3267 -- fix transmission-remote manpage formatting error.
Charles Kerr [Sat, 5 Jun 2010 10:38:49 +0000 (10:38 +0000)]
(trunk daemon) #3267 -- fix transmission-remote manpage formatting error.

14 years ago(qt) don't need -lrt for build
Daniel Lee [Sat, 5 Jun 2010 00:58:11 +0000 (00:58 +0000)]
(qt) don't need -lrt for build

14 years ago(qt) typo caused some command line options to not work
Daniel Lee [Sat, 5 Jun 2010 00:02:20 +0000 (00:02 +0000)]
(qt) typo caused some command line options to not work

14 years ago(qt) use already defined values in utils
Daniel Lee [Fri, 4 Jun 2010 23:33:09 +0000 (23:33 +0000)]
(qt) use already defined values in utils

14 years ago(trunk libT) lower the max # of outbound peer connections a little
Charles Kerr [Fri, 4 Jun 2010 16:48:36 +0000 (16:48 +0000)]
(trunk libT) lower the max # of outbound peer connections a little

14 years ago(trunk gtk) minor improvements to the prefs dialog's layout
Charles Kerr [Fri, 4 Jun 2010 16:43:16 +0000 (16:43 +0000)]
(trunk gtk) minor improvements to the prefs dialog's layout

14 years ago(qt) Comment out debug message
Daniel Lee [Fri, 4 Jun 2010 01:41:47 +0000 (01:41 +0000)]
(qt) Comment out debug message

14 years ago(qt) #3255: Don't use filebrowser in remote sessions
Daniel Lee [Fri, 4 Jun 2010 01:00:27 +0000 (01:00 +0000)]
(qt) #3255: Don't use filebrowser in remote sessions

14 years ago(qt) #3257: Ratio can go below 0 when examining multiple torrents
Daniel Lee [Thu, 3 Jun 2010 23:39:31 +0000 (23:39 +0000)]
(qt) #3257: Ratio can go below 0 when examining multiple torrents

14 years ago(qt) Make the comment box expand downward
Daniel Lee [Thu, 3 Jun 2010 23:22:14 +0000 (23:22 +0000)]
(qt) Make the comment box expand downward

14 years ago(trunk daemon) sync the manpage with the --help page wrt file & priority args
Charles Kerr [Thu, 3 Jun 2010 23:21:31 +0000 (23:21 +0000)]
(trunk daemon) sync the manpage with the --help page wrt file & priority args

14 years ago(trunk daemon) revert the file-priority arguments back to their 1.93 state. Use...
Charles Kerr [Thu, 3 Jun 2010 23:14:20 +0000 (23:14 +0000)]
(trunk daemon) revert the file-priority arguments back to their 1.93 state.  Use -Bh, -Bn, -Bl for torrent priorities.  Make the --help descriptions for all six priority arguments more useful.

14 years ago(trunk) add "filename" arg to the dbus message when passing a .torrent from one insta...
Charles Kerr [Thu, 3 Jun 2010 19:53:01 +0000 (19:53 +0000)]
(trunk) add "filename" arg to the dbus message when passing a .torrent from one instance of Transmission to another

14 years ago(trunk libT) #3258 "Transmission 1.93 sends 'stopped'+'started' announce instead...
Charles Kerr [Thu, 3 Jun 2010 16:37:50 +0000 (16:37 +0000)]
(trunk libT) #3258 "Transmission 1.93 sends 'stopped'+'started' announce instead of 'completed' if the incomplete-dir is enabled" -- probable fix

14 years agonew localization European Portuguese
Mitchell Livingston [Mon, 31 May 2010 18:13:52 +0000 (18:13 +0000)]
new localization European Portuguese

14 years ago(trunk libT) #3249 "C99-ism in libtransmission/tr-lpd.c" -- fixed in trunk for 2.00
Charles Kerr [Mon, 31 May 2010 17:03:51 +0000 (17:03 +0000)]
(trunk libT) #3249 "C99-ism in libtransmission/tr-lpd.c" -- fixed in trunk for 2.00

14 years ago(qt) fix partial seeds showing 100% downloaded
Daniel Lee [Mon, 31 May 2010 15:30:44 +0000 (15:30 +0000)]
(qt) fix partial seeds showing 100% downloaded

14 years agowhoops
Mitchell Livingston [Mon, 31 May 2010 14:07:35 +0000 (14:07 +0000)]
whoops

14 years ago#3216 Progress Percentage Should Round Down
Mitchell Livingston [Mon, 31 May 2010 14:06:54 +0000 (14:06 +0000)]
#3216 Progress Percentage Should Round Down

14 years agoreverting r9177: pow() is a basic math function and should be used instead of a hack
Mitchell Livingston [Mon, 31 May 2010 13:43:33 +0000 (13:43 +0000)]
reverting r9177: pow() is a basic math function and should be used instead of a hack

14 years ago(trunk) tweak NEWS
Charles Kerr [Mon, 31 May 2010 11:40:20 +0000 (11:40 +0000)]
(trunk) tweak NEWS

14 years ago(trunk libT) #3247 "add blocklist support for pipfilter file format" -- implemented...
Charles Kerr [Mon, 31 May 2010 11:38:36 +0000 (11:38 +0000)]
(trunk libT) #3247 "add blocklist support for pipfilter file format" -- implemented in trunk for 2.00

14 years agoupdate (Brazilian) Portuguese localization for 2.0
Mitchell Livingston [Mon, 31 May 2010 00:11:43 +0000 (00:11 +0000)]
update (Brazilian) Portuguese localization for 2.0

14 years ago(trunk gtk) #3245: "Crash in GTK+ client from NULL pointer dereference in tr_torrent_...
Charles Kerr [Sun, 30 May 2010 21:49:39 +0000 (21:49 +0000)]
(trunk gtk) #3245: "Crash in GTK+ client from NULL pointer dereference in tr_torrent_open_folder()" -- fixed in trunk for 2.00

14 years ago(trunk daemon) #3241 "transmission-remote doesn't return an error code" -- use better...
Charles Kerr [Sun, 30 May 2010 21:38:02 +0000 (21:38 +0000)]
(trunk daemon) #3241 "transmission-remote doesn't return an error code" -- use better patch from rb07

14 years ago(trunk daemon) fix regression introduced in trunk after 1.93 was released: #3241...
Charles Kerr [Sun, 30 May 2010 14:31:12 +0000 (14:31 +0000)]
(trunk daemon) fix regression introduced in trunk after 1.93 was released: #3241 "transmission-remote doesn't return an error code"

14 years ago(trunk daemon) trivial indentation tweak to r10702
Charles Kerr [Sun, 30 May 2010 14:12:51 +0000 (14:12 +0000)]
(trunk daemon) trivial indentation tweak to r10702

14 years ago(trunk daemon) #3244 "Transmission-remote doesn't have switch(s) to set torrent bandw...
Charles Kerr [Sun, 30 May 2010 14:11:07 +0000 (14:11 +0000)]
(trunk daemon) #3244 "Transmission-remote doesn't have switch(s) to set torrent bandwidth priorities" -- added to trunk for 2.00

14 years agoupdated "added.f" documentation based on alus' post @ http://forum.bittorrent.org...
Charles Kerr [Sat, 29 May 2010 19:02:35 +0000 (19:02 +0000)]
updated "added.f" documentation based on alus' post @ http://forum.bittorrent.org/viewtopic.php?pid=1024#p1024

14 years ago(trunk gtk) #3239 "move .torrent files to trash" not working when .torrent added...
Charles Kerr [Sat, 29 May 2010 16:12:42 +0000 (16:12 +0000)]
(trunk gtk) #3239 "move .torrent files to trash" not working when .torrent added via dbus

14 years agoupdate Russian localization for 2.0
Mitchell Livingston [Fri, 28 May 2010 21:51:40 +0000 (21:51 +0000)]
update Russian localization for 2.0

14 years ago(trunk gtk) remove function gtr_localtime2()
Charles Kerr [Fri, 28 May 2010 19:43:37 +0000 (19:43 +0000)]
(trunk gtk) remove function gtr_localtime2()

14 years ago(trunk libT) revert r10661 s.t. DHT peers are preferred slightly over PEX peers....
Charles Kerr [Fri, 28 May 2010 01:41:30 +0000 (01:41 +0000)]
(trunk libT) revert r10661 s.t. DHT peers are preferred slightly over PEX peers.  This reversion comes after reading "Understanding the Properties of the BitTorrent Overlay" (2007, Al-Hamra) @ http://arxiv.org/pdf/0707.1820 at Juliusz's suggestion.  Also tweak the announce's 'numwant' threshold based on findings from the same paper.

14 years agoupdate Spanish localization for 2.0
Mitchell Livingston [Thu, 27 May 2010 19:56:18 +0000 (19:56 +0000)]
update Spanish localization for 2.0

14 years ago(trunk libT) #3234 "Checking existing data can show 100%" -- fixed in trunk for 2.00
Charles Kerr [Wed, 26 May 2010 16:40:47 +0000 (16:40 +0000)]
(trunk libT) #3234 "Checking existing data can show 100%" -- fixed in trunk for 2.00

14 years ago(trunk libT) define MAX_BLOCK_SIZE once instead of in a handful of places
Charles Kerr [Wed, 26 May 2010 15:23:21 +0000 (15:23 +0000)]
(trunk libT) define MAX_BLOCK_SIZE once instead of in a handful of places

14 years ago(trunk) small NEWS tweak
Charles Kerr [Wed, 26 May 2010 15:15:09 +0000 (15:15 +0000)]
(trunk) small NEWS tweak

14 years ago(trunk libT) #3235 "Changeset 10293 broke the moving files fron complete to incomplet...
Charles Kerr [Wed, 26 May 2010 13:46:37 +0000 (13:46 +0000)]
(trunk libT) #3235 "Changeset 10293 broke the moving files fron complete to incomplete dir when both dirs have same inode on different devices" -- fixed in trunk for 2.00

14 years ago(qt) Fix for sorting issue in ticket 3227
Daniel Lee [Wed, 26 May 2010 05:03:00 +0000 (05:03 +0000)]
(qt) Fix for sorting issue in ticket 3227

14 years ago(trunk libT) fix r10689 oops
Charles Kerr [Tue, 25 May 2010 20:42:32 +0000 (20:42 +0000)]
(trunk libT) fix r10689 oops

14 years ago(trunk libT) #3231 "Check existing data is extremely slow" -- increase the read buffe...
Charles Kerr [Tue, 25 May 2010 20:19:34 +0000 (20:19 +0000)]
(trunk libT) #3231 "Check existing data is extremely slow" -- increase the read buffer size as suggested by eridius

14 years ago(trunk) #3230 "configure: libevent not found" -- honor user-specified LIBEVENT_CFLAGS...
Charles Kerr [Tue, 25 May 2010 19:46:28 +0000 (19:46 +0000)]
(trunk) #3230 "configure: libevent not found" -- honor user-specified LIBEVENT_CFLAGS and LIBEVENT_LDFLAGS arguments

14 years ago(trunk libT) #3233 "torrent.c:1695: error: too few arguments to function `ctime_r...
Charles Kerr [Tue, 25 May 2010 15:23:16 +0000 (15:23 +0000)]
(trunk libT) #3233 "torrent.c:1695: error: too few arguments to function `ctime_r'" on OpenSolaris

14 years agoupdate Italian localization for 2.0
Mitchell Livingston [Mon, 24 May 2010 23:15:50 +0000 (23:15 +0000)]
update Italian localization for 2.0

14 years ago(qt) Update qt project to use system libevent
Daniel Lee [Mon, 24 May 2010 07:08:14 +0000 (07:08 +0000)]
(qt) Update qt project to use system libevent

14 years ago(qt) Fix regression in file icons caused by printing filesizes in the file tree
Daniel Lee [Mon, 24 May 2010 05:29:36 +0000 (05:29 +0000)]
(qt) Fix regression in file icons caused by printing filesizes in the file tree

14 years ago(qt) Don't round ratio
Daniel Lee [Mon, 24 May 2010 04:17:49 +0000 (04:17 +0000)]
(qt) Don't round ratio

14 years ago(qt) Add more file extensions to icon detection
Daniel Lee [Mon, 24 May 2010 02:45:39 +0000 (02:45 +0000)]
(qt) Add more file extensions to icon detection

14 years ago(remote) man page error
Daniel Lee [Sun, 23 May 2010 05:01:35 +0000 (05:01 +0000)]
(remote) man page error

14 years agotrivial NEWS tweak
Mitchell Livingston [Sun, 23 May 2010 01:49:11 +0000 (01:49 +0000)]
trivial NEWS tweak

14 years agomake labels in the inspector truncate the tail instead of word wrap
Mitchell Livingston [Sat, 22 May 2010 19:13:39 +0000 (19:13 +0000)]
make labels in the inspector truncate the tail instead of word wrap

14 years agoupdate German localization for 2.0
Mitchell Livingston [Sat, 22 May 2010 16:50:29 +0000 (16:50 +0000)]
update German localization for 2.0

14 years agoupdate NEWS
Daniel Lee [Sat, 22 May 2010 00:20:58 +0000 (00:20 +0000)]
update NEWS