]> granicus.if.org Git - transmission/log
transmission
14 years agodisable posix_memalign() on Mac - it requires 10.6
Mitchell Livingston [Mon, 22 Feb 2010 02:36:17 +0000 (02:36 +0000)]
disable posix_memalign() on Mac - it requires 10.6

14 years ago(trunk gtk) update translations from rosetta. New this time around: Faroese!
Charles Kerr [Mon, 22 Feb 2010 02:26:23 +0000 (02:26 +0000)]
(trunk gtk) update translations from rosetta.  New this time around: Faroese!

14 years agoMac has getpagesize() and posix_memalign()
Mitchell Livingston [Mon, 22 Feb 2010 02:21:50 +0000 (02:21 +0000)]
Mac has getpagesize() and posix_memalign()

14 years agoupdate to 1.91+
Mitchell Livingston [Mon, 22 Feb 2010 02:04:47 +0000 (02:04 +0000)]
update to 1.91+

14 years agoupdate to 1.91
Mitchell Livingston [Mon, 22 Feb 2010 01:15:11 +0000 (01:15 +0000)]
update to 1.91

14 years agoupdate NEWS
Mitchell Livingston [Mon, 22 Feb 2010 01:13:44 +0000 (01:13 +0000)]
update NEWS

14 years ago(trunk libT) #2952: "When possible, use posix_memalign() instead of valloc()" --...
Charles Kerr [Mon, 22 Feb 2010 01:01:59 +0000 (01:01 +0000)]
(trunk libT) #2952: "When possible, use posix_memalign() instead of valloc()" -- fixed in trunk for 1.91

14 years agoavoid unnecessary setting of id when calling tr_torrentSetAnnounceList
Mitchell Livingston [Mon, 22 Feb 2010 00:15:27 +0000 (00:15 +0000)]
avoid unnecessary setting of id when calling tr_torrentSetAnnounceList

14 years ago(trunk libT) when calling tr_torrentSetAnnounceList(), reset the tracker IDs to new...
Charles Kerr [Mon, 22 Feb 2010 00:11:19 +0000 (00:11 +0000)]
(trunk libT) when calling tr_torrentSetAnnounceList(), reset the tracker IDs to new, but unique, numbers synchronized between tr_info and the torrent stats

14 years ago(trunk gtk) #2950 "In GTK+ client, Select-All + Stop sends a 'stopped' event even...
Charles Kerr [Sun, 21 Feb 2010 23:56:01 +0000 (23:56 +0000)]
(trunk gtk) #2950 "In GTK+ client, Select-All + Stop sends a 'stopped' event even for already-stopped torrents" -- fixed in trunk for 1.91

14 years ago(trunk libT) when an rpc message torrent-stop or torrent-start comes in, check the...
Charles Kerr [Sun, 21 Feb 2010 23:03:29 +0000 (23:03 +0000)]
(trunk libT) when an rpc message torrent-stop or torrent-start comes in, check the torrent's currnet run state first instead of unconditionally calling tr_torrentStart() and tr_torrentStop()

14 years ago(trunk daemon) #2943 "watch.c matches every file containing '.torrent'" -- fix copy...
Charles Kerr [Sun, 21 Feb 2010 13:29:23 +0000 (13:29 +0000)]
(trunk daemon) #2943 "watch.c matches every file containing '.torrent'" -- fix copy/paste error reported by Longinus00

14 years ago(trunk libT) #2933 "looking up torrents by info hash should be case-insensitive"...
Charles Kerr [Sun, 21 Feb 2010 00:26:54 +0000 (00:26 +0000)]
(trunk libT) #2933 "looking up torrents by info hash should be case-insensitive" -- fixed in trunk for 1.91

14 years ago(trunk daemon) #2943 "watch.c matches everything containing '.torrent'" -- use Longin...
Charles Kerr [Sun, 21 Feb 2010 00:24:01 +0000 (00:24 +0000)]
(trunk daemon) #2943 "watch.c matches everything containing '.torrent'" -- use Longinus00's patch to fix this in trunk for 1.91

14 years agodisplay correct number of trackers to remove in the dialog box
Mitchell Livingston [Sat, 20 Feb 2010 22:20:03 +0000 (22:20 +0000)]
display correct number of trackers to remove in the dialog box

14 years ago(trunk libT) (1) reduce the default tracker announce timeout from 120 to 90 seconds...
Charles Kerr [Sat, 20 Feb 2010 21:03:49 +0000 (21:03 +0000)]
(trunk libT) (1) reduce the default tracker announce timeout from 120 to 90 seconds.  (2) for partial seeds, send an event=paused when we transition from being leeches to partial seeds, just as you would send an event=completed when becoming a seed

14 years ago(trunk libT) fix bug that prevented adding torrents by URL from an ftp source via...
Charles Kerr [Sat, 20 Feb 2010 18:45:33 +0000 (18:45 +0000)]
(trunk libT) fix bug that prevented adding torrents by URL from an ftp source via http/rpc

14 years agoupdate NEWS
Mitchell Livingston [Sat, 20 Feb 2010 18:37:02 +0000 (18:37 +0000)]
update NEWS

14 years agoreplace an invalid comment
Mitchell Livingston [Sat, 20 Feb 2010 18:32:29 +0000 (18:32 +0000)]
replace an invalid comment

14 years ago(trunk) update NEWS for 1.91
Charles Kerr [Sat, 20 Feb 2010 18:25:52 +0000 (18:25 +0000)]
(trunk) update NEWS for 1.91

14 years ago(trunk libT) revise r10238 to be a little more readable
Charles Kerr [Sat, 20 Feb 2010 17:17:57 +0000 (17:17 +0000)]
(trunk libT) revise r10238 to be a little more readable

14 years ago(trunk libT) comment out a couple of console debug messages
Charles Kerr [Sat, 20 Feb 2010 16:33:20 +0000 (16:33 +0000)]
(trunk libT) comment out a couple of console debug messages

14 years ago(trunk) #2938 -- sync gtk, mac, and cli clients with previous commit
Charles Kerr [Sat, 20 Feb 2010 15:57:34 +0000 (15:57 +0000)]
(trunk) #2938 -- sync gtk, mac, and cli clients with previous commit

14 years ago(trunk) #2938 "crash when adding a torrent by URL from an ftp source over RPC" -...
Charles Kerr [Sat, 20 Feb 2010 15:57:05 +0000 (15:57 +0000)]
(trunk) #2938 "crash when adding a torrent by URL from an ftp source over RPC" -- fixed in trunk for 1.91

14 years ago(trunk libT) #2922 "announce's 'download' field should follow the de facto standard...
Charles Kerr [Sat, 20 Feb 2010 15:36:25 +0000 (15:36 +0000)]
(trunk libT) #2922 "announce's 'download' field should follow the de facto standard" -- added to trunk for 1.91

14 years agodead code removal
Mitchell Livingston [Sat, 20 Feb 2010 14:43:25 +0000 (14:43 +0000)]
dead code removal

14 years agowhen the message log is full, only reload if the content changes
Mitchell Livingston [Sat, 20 Feb 2010 14:29:33 +0000 (14:29 +0000)]
when the message log is full, only reload if the content changes

14 years ago(trunk libT) #2924 "1.90 crashes on startup" -- more changes in the vein of r10233
Charles Kerr [Sat, 20 Feb 2010 03:41:47 +0000 (03:41 +0000)]
(trunk libT) #2924 "1.90 crashes on startup" -- more changes in the vein of r10233

14 years ago(trunk libT) #2924 "1.90 crashes on startup" -- fix typo from previous commit r10233 :/
Charles Kerr [Sat, 20 Feb 2010 01:22:10 +0000 (01:22 +0000)]
(trunk libT) #2924 "1.90 crashes on startup" -- fix typo from previous commit r10233 :/

14 years ago(trunk libT) #2924 "1.90 crashes on startup" -- another experimental fix, inspired...
Charles Kerr [Sat, 20 Feb 2010 01:11:55 +0000 (01:11 +0000)]
(trunk libT) #2924 "1.90 crashes on startup" -- another experimental fix, inspired by the suggestion in http://forum.transmissionbt.com/viewtopic.php?p=45027&sid=9cfe1679bebdefb27dd288010cbff80d#p45027 that the bug may have been introduced in r10089.

14 years ago(trunk libT) #2924 "1.90 crashes on startup" -- revert r10230's experimental code...
Charles Kerr [Fri, 19 Feb 2010 17:08:13 +0000 (17:08 +0000)]
(trunk libT) #2924 "1.90 crashes on startup" -- revert r10230's experimental code; it didn't work :(

15 years ago(trunk gtk) #2932 "The 'comment' field in the Torrent Properties dialog loses selecti...
Charles Kerr [Fri, 19 Feb 2010 14:49:03 +0000 (14:49 +0000)]
(trunk gtk) #2932 "The 'comment' field in the Torrent Properties dialog loses selection" -- fixed in trunk for 1.91

15 years ago(trunk libT) #2924 "1.90 crashes on startup" -- experimental commit
Charles Kerr [Fri, 19 Feb 2010 07:04:54 +0000 (07:04 +0000)]
(trunk libT) #2924 "1.90 crashes on startup" -- experimental commit

15 years ago(trunk libT) #2907 "Speed Limit mode not retained after relaunch" -- fixed in trunk...
Charles Kerr [Fri, 19 Feb 2010 06:19:47 +0000 (06:19 +0000)]
(trunk libT) #2907 "Speed Limit mode not retained after relaunch" -- fixed in trunk for 1.91

15 years ago(trunk daemon) fix error message typo reported by Longinus00
Charles Kerr [Fri, 19 Feb 2010 05:40:19 +0000 (05:40 +0000)]
(trunk daemon) fix error message typo reported by Longinus00

15 years ago(trunk daemon) print a warning to stderr when tr_daemon() can't open /dev/null
Charles Kerr [Fri, 19 Feb 2010 05:25:58 +0000 (05:25 +0000)]
(trunk daemon) print a warning to stderr when tr_daemon() can't open /dev/null

15 years agoupdate to 1.90+
Mitchell Livingston [Thu, 18 Feb 2010 03:52:03 +0000 (03:52 +0000)]
update to 1.90+

15 years agotweak NEWS 1.90
Mitchell Livingston [Thu, 18 Feb 2010 03:15:04 +0000 (03:15 +0000)]
tweak NEWS

15 years agoupdate Brazilian Portuguese for 1.9
Mitchell Livingston [Thu, 18 Feb 2010 02:50:17 +0000 (02:50 +0000)]
update Brazilian Portuguese for 1.9

15 years agofix typo in French localization
Mitchell Livingston [Wed, 17 Feb 2010 04:16:12 +0000 (04:16 +0000)]
fix typo in French localization

15 years ago(trunk) tweak 1.90 NEWS; bump configure.ac
Charles Kerr [Tue, 16 Feb 2010 16:00:31 +0000 (16:00 +0000)]
(trunk) tweak 1.90 NEWS; bump configure.ac

15 years ago(trunk gtk) update translations from rosetta
Charles Kerr [Tue, 16 Feb 2010 15:56:34 +0000 (15:56 +0000)]
(trunk gtk) update translations from rosetta

15 years agoupdate French localization for 1.9
Mitchell Livingston [Tue, 16 Feb 2010 12:53:17 +0000 (12:53 +0000)]
update French localization for 1.9

15 years agosmall tweaks
Mitchell Livingston [Tue, 16 Feb 2010 03:29:31 +0000 (03:29 +0000)]
small tweaks

15 years ago(trunk libT) #2907 "speed limit mode not retained after relaunch" -- fixed in trunk...
Charles Kerr [Tue, 16 Feb 2010 00:00:22 +0000 (00:00 +0000)]
(trunk libT) #2907 "speed limit mode not retained after relaunch" -- fixed in trunk for 1.90

15 years ago(trunk web) sync the web client's code with r10197
Charles Kerr [Mon, 15 Feb 2010 23:52:41 +0000 (23:52 +0000)]
(trunk web) sync the web client's code with r10197

15 years agoupdate Simplified Chinese localization for 1.9
Mitchell Livingston [Mon, 15 Feb 2010 22:22:55 +0000 (22:22 +0000)]
update Simplified Chinese localization for 1.9

15 years agoupdate German and English creator windows (missed English in last commit)
Mitchell Livingston [Mon, 15 Feb 2010 22:17:53 +0000 (22:17 +0000)]
update German and English creator windows (missed English in last commit)

15 years agoupdate the creator window's comment field to remove some unnecessary settings
Mitchell Livingston [Mon, 15 Feb 2010 22:14:49 +0000 (22:14 +0000)]
update the creator window's comment field to remove some unnecessary settings

15 years agowhen adding a new tracker, display tier as "New Tier"
Mitchell Livingston [Mon, 15 Feb 2010 19:26:23 +0000 (19:26 +0000)]
when adding a new tracker, display tier as "New Tier"

15 years agoupdate Italian localization for 1.9
Mitchell Livingston [Mon, 15 Feb 2010 17:32:42 +0000 (17:32 +0000)]
update Italian localization for 1.9

15 years ago2 less warnings from localizations
Mitchell Livingston [Mon, 15 Feb 2010 16:51:08 +0000 (16:51 +0000)]
2 less warnings from localizations

15 years ago(trunk libT) instead of growing the ptrArray by a constant fixed amount when it runs...
Charles Kerr [Mon, 15 Feb 2010 16:44:02 +0000 (16:44 +0000)]
(trunk libT) instead of growing the ptrArray by a constant fixed amount when it runs out of room, follow exponential growth to minimize the number of realloc()s needed.  This speeds up populating large arrays in bencode.c

15 years agoremove nl's pref window's max size
Mitchell Livingston [Mon, 15 Feb 2010 16:21:25 +0000 (16:21 +0000)]
remove nl's pref window's max size

15 years agoocd tweaks
Mitchell Livingston [Mon, 15 Feb 2010 16:15:37 +0000 (16:15 +0000)]
ocd tweaks

15 years agoremove temporary asserts
Mitchell Livingston [Mon, 15 Feb 2010 14:56:14 +0000 (14:56 +0000)]
remove temporary asserts

15 years ago#2905 Minor memory leak in AddWindowController
Mitchell Livingston [Mon, 15 Feb 2010 14:41:53 +0000 (14:41 +0000)]
#2905 Minor memory leak in AddWindowController

15 years ago(trunk) tweak the configure script's "options" display to emphasise that the optional...
Charles Kerr [Mon, 15 Feb 2010 14:39:04 +0000 (14:39 +0000)]
(trunk) tweak the configure script's "options" display to emphasise that the optional libraries are optional

15 years ago(trunk libT) fix a potential (but currently unused) code path in tr_torrentNew()...
Charles Kerr [Mon, 15 Feb 2010 00:22:18 +0000 (00:22 +0000)]
(trunk libT) fix a potential (but currently unused) code path in tr_torrentNew() that could cause a memory leak.  Thanks to Elbandi for pointing this out.

15 years agoupdate German localization for 1.9
Mitchell Livingston [Sun, 14 Feb 2010 19:39:54 +0000 (19:39 +0000)]
update German localization for 1.9

15 years ago(trunk libT) #2903 "Don't send DHT port messages to peers if we didn't advertise...
Charles Kerr [Sun, 14 Feb 2010 19:35:09 +0000 (19:35 +0000)]
(trunk libT) #2903 "Don't send DHT port messages to peers if we didn't advertise support for DHT in the handshake" -- fixed in trunk for 1.90

15 years ago(trunk gtk) #2900 "Indicator Application can only work with icon names, not rendered...
Charles Kerr [Sun, 14 Feb 2010 14:26:45 +0000 (14:26 +0000)]
(trunk gtk) #2900 "Indicator Application can only work with icon names, not rendered icons" -- patched for 1.90 in trunk.  Thanks to qense for the patch.

15 years ago(trunk libT) more improvements to tr_announcerResetTorrent()
Charles Kerr [Sun, 14 Feb 2010 05:34:03 +0000 (05:34 +0000)]
(trunk libT) more improvements to tr_announcerResetTorrent()

15 years ago(trunk libT) annother announcer tweak, this time to resolve a problem reported by...
Charles Kerr [Sun, 14 Feb 2010 05:16:04 +0000 (05:16 +0000)]
(trunk libT) annother announcer tweak, this time to resolve a problem reported by Longinus00 in #transmission on freenode that 404 responses incorrectly caused Transmission to announce again

15 years ago#2902 New tracker addition field obscured when trackers vertically fill inspector...
Mitchell Livingston [Sun, 14 Feb 2010 04:48:12 +0000 (04:48 +0000)]
#2902 New tracker addition field obscured when trackers vertically fill inspector view

15 years ago(trunk libT) handle 404 errors more gracefully. error reported by Longinus00 in...
Charles Kerr [Sun, 14 Feb 2010 03:54:35 +0000 (03:54 +0000)]
(trunk libT) handle 404 errors more gracefully.  error reported by Longinus00 in #transmission on freenode

15 years ago(trunk libT) #2850 "tr_torrentSetAnnounceList() should not trigger reannounces to...
Charles Kerr [Sun, 14 Feb 2010 03:40:39 +0000 (03:40 +0000)]
(trunk libT) #2850 "tr_torrentSetAnnounceList() should not trigger reannounces to trackers" -- further revision to get newly-added tiers to announce

15 years ago(trunk libT) #2850 "tr_torrentSetAnnounceList() should not trigger reannounces to...
Charles Kerr [Sun, 14 Feb 2010 03:28:54 +0000 (03:28 +0000)]
(trunk libT) #2850 "tr_torrentSetAnnounceList() should not trigger reannounces to trackers" -- tweak to r10193

15 years ago(trunk libT) "tr_torrentSetAnnounceList() should not trigger reannounces to trackers...
Charles Kerr [Sat, 13 Feb 2010 21:58:38 +0000 (21:58 +0000)]
(trunk libT) "tr_torrentSetAnnounceList() should not trigger reannounces to trackers" -- implemented in trunk for 1.90

15 years agoupdate Traditional Chinese localization for 1.9
Mitchell Livingston [Sat, 13 Feb 2010 14:39:35 +0000 (14:39 +0000)]
update Traditional Chinese localization for 1.9

15 years ago(trunk libT) optimize out some unnecessary cycles when there are missing files in...
Charles Kerr [Sat, 13 Feb 2010 05:46:31 +0000 (05:46 +0000)]
(trunk libT) optimize out some unnecessary cycles when there are missing files in a torrent being verified

15 years agoadd the ability to remove trackers when multiple torrents are selected
Mitchell Livingston [Sat, 13 Feb 2010 04:30:47 +0000 (04:30 +0000)]
add the ability to remove trackers when multiple torrents are selected

15 years agoslightly increase the Add window's minimum width
Mitchell Livingston [Fri, 12 Feb 2010 22:27:42 +0000 (22:27 +0000)]
slightly increase the Add window's minimum width

15 years agoupdate Spanish localization for 1.9
Mitchell Livingston [Fri, 12 Feb 2010 22:26:06 +0000 (22:26 +0000)]
update Spanish localization for 1.9

15 years ago(trunk libT) minor tweak to verify: use tr_pread() instead of lseek+read
Charles Kerr [Fri, 12 Feb 2010 21:06:21 +0000 (21:06 +0000)]
(trunk libT) minor tweak to verify: use tr_pread() instead of lseek+read

15 years ago(trunk libT) use valloc() and st.st_blksize when verifying local data
Charles Kerr [Fri, 12 Feb 2010 19:59:30 +0000 (19:59 +0000)]
(trunk libT) use valloc() and st.st_blksize when verifying local data

15 years ago(trunk daemon) #2899: "watch.c reports matches for every file" -- fixed in trunk...
Charles Kerr [Fri, 12 Feb 2010 12:50:36 +0000 (12:50 +0000)]
(trunk daemon) #2899: "watch.c reports matches for every file" -- fixed in trunk for 1.90

15 years ago(trunk libT) #2982 "changing port number doesn't actually change until program restar...
Charles Kerr [Fri, 12 Feb 2010 04:57:40 +0000 (04:57 +0000)]
(trunk libT) #2982 "changing port number doesn't actually change until program restart" -- fixed in trunk for 1.90

15 years ago(trunk libT) fix memory leak when trying to add duplicate torrents. thanks valgrind!
Charles Kerr [Fri, 12 Feb 2010 04:13:51 +0000 (04:13 +0000)]
(trunk libT) fix memory leak when trying to add duplicate torrents.  thanks valgrind!

15 years agoupdate NEWS
Mitchell Livingston [Fri, 12 Feb 2010 03:17:34 +0000 (03:17 +0000)]
update NEWS

15 years agoupdate Dutch localization for 1.9
Mitchell Livingston [Fri, 12 Feb 2010 01:51:47 +0000 (01:51 +0000)]
update Dutch localization for 1.9

15 years agoupdate NEWS
Mitchell Livingston [Fri, 12 Feb 2010 01:34:42 +0000 (01:34 +0000)]
update NEWS

15 years agosmall adjustments to the file inspector's dnd/priority code
Mitchell Livingston [Fri, 12 Feb 2010 01:32:09 +0000 (01:32 +0000)]
small adjustments to the file inspector's dnd/priority code

15 years ago(trunk) rough draft for 1.90's NEWS announcement
Charles Kerr [Thu, 11 Feb 2010 21:07:33 +0000 (21:07 +0000)]
(trunk) rough draft for 1.90's NEWS announcement

15 years ago(trunk) ...and, revert the last commit as promised
Charles Kerr [Thu, 11 Feb 2010 19:54:27 +0000 (19:54 +0000)]
(trunk) ...and, revert the last commit as promised

15 years ago(trunk) this is temporary commit to get hudson-t to build a copy of Transmission...
Charles Kerr [Thu, 11 Feb 2010 19:47:50 +0000 (19:47 +0000)]
(trunk) this is temporary commit to get hudson-t to build a copy of Transmission with a customized peer_id for testing

15 years ago(trunk gtk) #2895 "'Set Location' doesn't tell the user when it fails" -- fixed in...
Charles Kerr [Thu, 11 Feb 2010 17:44:11 +0000 (17:44 +0000)]
(trunk gtk) #2895 "'Set Location' doesn't tell the user when it fails" -- fixed in trunk for 1.90

15 years ago(trunk) #2894 "tr_torrentGetFileDL() and tr_torrentGetFilePriority() should go away...
Charles Kerr [Thu, 11 Feb 2010 15:05:07 +0000 (15:05 +0000)]
(trunk) #2894 "tr_torrentGetFileDL() and tr_torrentGetFilePriority() should go away" -- get rid of it in the mac client and libtransmission too

15 years ago(trunk gtk) #2894 "tr_torrentGetFileDL() and tr_torrentGetFilePriority() should go...
Charles Kerr [Thu, 11 Feb 2010 14:55:00 +0000 (14:55 +0000)]
(trunk gtk) #2894 "tr_torrentGetFileDL() and tr_torrentGetFilePriority() should go away" -- finished removing them from the GTK+ client

15 years ago(trunk gtk) make the GTK+ client's file list a little faster
Charles Kerr [Thu, 11 Feb 2010 14:45:03 +0000 (14:45 +0000)]
(trunk gtk) make the GTK+ client's file list a little faster

15 years ago(trunk libT) #2892 "changing port number doesn't actually change until program restar...
Charles Kerr [Thu, 11 Feb 2010 14:28:40 +0000 (14:28 +0000)]
(trunk libT) #2892 "changing port number doesn't actually change until program restart" -- possible fix

15 years agoupdate Russian localization for 1.9
Mitchell Livingston [Thu, 11 Feb 2010 13:12:55 +0000 (13:12 +0000)]
update Russian localization for 1.9

15 years ago(trunk libT) tweak the shutdown code
Charles Kerr [Thu, 11 Feb 2010 04:07:13 +0000 (04:07 +0000)]
(trunk libT) tweak the shutdown code

15 years agotrunk is 1.83+
Mitchell Livingston [Thu, 11 Feb 2010 03:27:50 +0000 (03:27 +0000)]
trunk is 1.83+

15 years agoif the last announce resulted in no peers being retrieved, don't display info on...
Mitchell Livingston [Thu, 11 Feb 2010 03:15:06 +0000 (03:15 +0000)]
if the last announce resulted in no peers being retrieved, don't display info on the number of peers retrieved

15 years ago(trunk libT) revert part of r10064 at livings' request
Charles Kerr [Thu, 11 Feb 2010 03:12:03 +0000 (03:12 +0000)]
(trunk libT) revert part of r10064 at livings' request

15 years agochop off a bit of text in an announce error message
Mitchell Livingston [Thu, 11 Feb 2010 02:52:54 +0000 (02:52 +0000)]
chop off a bit of text in an announce error message

15 years ago#2835 remove file selection in action menu - all localizations
Mitchell Livingston [Thu, 11 Feb 2010 02:15:04 +0000 (02:15 +0000)]
#2835 remove file selection in action menu - all localizations

15 years agoupdate localizable strings
Mitchell Livingston [Thu, 11 Feb 2010 02:01:50 +0000 (02:01 +0000)]
update localizable strings

15 years ago(trunk daemon) #2890 "Add option to specify logfile in transmission-daemon" -- implem...
Charles Kerr [Thu, 11 Feb 2010 01:37:59 +0000 (01:37 +0000)]
(trunk daemon) #2890 "Add option to specify logfile in transmission-daemon" -- implemented for 1.90