Update .gitattributes, Changelog and man files

This commit is contained in:
Calum Lind 2013-02-25 23:00:13 +00:00
commit 7598312969
8 changed files with 23 additions and 16 deletions

19
.gitattributes vendored
View file

@ -1,16 +1,23 @@
/libtorrent export-ignore /libtorrent/ export-ignore
/win32 export-ignore /win32/ export-ignore
docs/build export-ignore /osx/ export-ignore
docs/source export-ignore docs/build/ export-ignore
/tests export-ignore docs/source/ export-ignore
deluge/scripts export-ignore /tests/ export-ignore
deluge/scripts/ export-ignore
setup.cfg export-ignore setup.cfg export-ignore
check_glade.sh export-ignore check_glade.sh export-ignore
createicons.sh export-ignore createicons.sh export-ignore
create_potfiles_in.py export-ignore create_potfiles_in.py export-ignore
gettextize.sh export-ignore gettextize.sh export-ignore
deluge/i18n/deluge.pot export-ignore
deluge/ui/web/css/*-debug.css export-ignore deluge/ui/web/css/*-debug.css export-ignore
deluge/ui/web/js/*-debug.js export-ignore deluge/ui/web/js/*-debug.js export-ignore
deluge/ui/web/js/deluge-all/ export-ignore
deluge/ui/web/js/ext-extensions/ export-ignore
deluge/ui/web/gen_gettext.py export-ignore
deluge/ui/web/build export-ignore
deluge/ui/web/docs/ export-ignore
.gitattributes export-ignore .gitattributes export-ignore
.gitmodules export-ignore .gitmodules export-ignore

View file

@ -42,7 +42,7 @@
would keep updating one call after the other. If the value changed, the would keep updating one call after the other. If the value changed, the
timer is now stopped and restarted using the new value. timer is now stopped and restarted using the new value.
=== Deluge 1.3.6 (In Development) === === Deluge 1.3.6 (25 Feburary 2013) ===
==== Core ==== ==== Core ====
* Catch & log KeyError when removing a torrent from the queued torrents set * Catch & log KeyError when removing a torrent from the queued torrents set
* Fix moving/renaming torrents issues when using libtorrent 0.16 * Fix moving/renaming torrents issues when using libtorrent 0.16

View file

@ -1,4 +1,4 @@
.TH DELUGE-CONSOLE 1 "October 2009" "1.3.0" .TH DELUGE-CONSOLE 1 "January 2099" "1.3.900-dev"
.SH NAME .SH NAME
deluge-console - a bittorrent client curses interface deluge-console - a bittorrent client curses interface

View file

@ -1,4 +1,4 @@
.TH DELUGE-GTK 1 "October 2009" "1.3.0" .TH DELUGE-GTK 1 "January 2099" "1.3.900-dev"
.SH NAME .SH NAME
deluge-gtk - a bittorrent client gtk interface deluge-gtk - a bittorrent client gtk interface

View file

@ -1,4 +1,4 @@
.TH DELUGE-WEB 1 "October 2009" "1.3.0" .TH DELUGE-WEB 1 "January 2099" "1.3.900-dev"
.SH NAME .SH NAME
deluge-web - a bittorrent client ajax web interface deluge-web - a bittorrent client ajax web interface

View file

@ -1,4 +1,4 @@
.TH DELUGE 1 "October 2009" "1.3.0" .TH DELUGE 1 "January 2099" "1.3.900-dev"
.SH NAME .SH NAME
deluge - a bittorrent client deluge - a bittorrent client

View file

@ -1,4 +1,4 @@
.TH DELUGED 1 "October 2009" "1.3.0" .TH DELUGED 1 ""January 2099" "1.3.900-dev"
.SH NAME .SH NAME
deluged - a bittorrent client daemon deluged - a bittorrent client daemon

View file

@ -11,13 +11,13 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>Deluge</string> <string>Deluge</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.3.5</string> <string>1.3.900-dev</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.3.5</string> <string>1.3.900-dev</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>1.3.5 (c) 2008-2011 Deluge Team http://deluge-torrent.org/</string> <string>1.3.900-dev (c) 2008-2013 Deluge Team http://deluge-torrent.org/</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright 2008-2011 Deluge Team</string> <string>Copyright 2008-2013 Deluge Team</string>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>English</string> <string>English</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>