Update Changelog, deluge.pot & gitignore

This commit is contained in:
Calum Lind 2011-07-10 17:45:37 +01:00
parent 28fc325db9
commit 1a9be0e9a4
3 changed files with 287 additions and 256 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ dist
*.pyc
*.tar.*
_trial_temp
deluge/i18n/*

View File

@ -8,6 +8,9 @@
* #890: If added torrent already exists, append extra trackers to it
* #1338: Fix Seeds and Peers totals not updating
* #1239: Fix translated Tracker Error text not counted in sidebar Error status
* Fix httpdownloader error with existing filename
* #1505: Add libtorrent info to version output
* #1637 Fix UnicodeDecodeError from 'deluge-* --help' with non-english languages
==== GtkUI ====
* Show the checking icon for torrents in the 'Checking Resume Data' state
@ -19,6 +22,8 @@
* #1456: Fix no ETA showing with multiple files
* #1560: Fix FilesTab Progress value sorting by int instead of float
* #1263: Fix not remembering column widths
* #948: New Release Dialog now shows the server version
* Fix peers in PeersTab showing non-zero download rate when seeding
=== AutoAdd ===
* #1861: Fix AutoAdd Warning (column number is a boolean)
@ -31,6 +36,7 @@
==== ConsoleUI ====
* #1258: Add support for urls and magnet uris in add command
* #1801: Fix unhandled defered error and missing error message upon failed connect
=== Deluge 1.3.2 (24 May 2011) ===
==== Core ====

File diff suppressed because it is too large Load Diff