mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-12 03:18:47 +00:00
Update .gitattributes, Changelog and man files
This commit is contained in:
parent
e62f79d9ae
commit
7598312969
8 changed files with 23 additions and 16 deletions
19
.gitattributes
vendored
19
.gitattributes
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue