bittorrent (3.4.2-11) unstable; urgency=low
* Add LSB logging functionality. (thanks David!) Closes: #384724
* Clarify short desciptions of packages. Closes: #418964.
* Moved initscript into examples directory, as it was largely
unused. Closes: #423901.
* Example initscript now honors START_BTTRACK. Closes: 369831.
bittorrent (3.4.2-10) unstable; urgency=low
* Remove dependency on obselete python-wxgtk2.4.
bittorrent (3.4.2-9) unstable; urgency=low
* Acknowledge NMU. Closes: #383744
* Remove nowxmsg code from btdownloadgui, since btdownloadgui depends
on python-wxgtk2.6 now, we don't need to detect it.
Closes: #393428
* Remove wxWidgets detection code from btdownloadgui, we depend on it
so don't need to detect it anymore. Closes: #393431
* Fix distutils shebang lines so that we don't depend on python2.3.
Closes: #387022
* Add /var/log/bittorrent for the default log location when running
tracker from initscript. Closes: #383510
* Add some helpful remarks in /etc/default/bittorrent.
bittorrent (3.4.2-8.1) unstable; urgency=medium
* Non-maintainer upload.
* Applied a patch from Michael Vogt to make it work with python2.4
(HTTPHandler.http_open() return changed) pulled from 3.4.2-3ubuntu2.
Closes: #383744
bittorrent (3.4.2-8) unstable; urgency=low
* Make BitTorrent modules accessible. Closes: #381586
bittorrent (3.4.2-7) unstable; urgency=low
* Output a period if we try to stop the tracker when it's not running.
Closes: #345902
* Fix logging in tracker init script to actually log.
Closes: #369820
* Install the init script at the defaults, since we disable the daemon
in /etc/default/bittorrent now.
* Add LSB comments to the top of the init script.
Closes: #376944
* Add some code to fix the "GUI doesn't update" bug.
Closes: #212809
* Python transition.
Closes: #380773
bittorrent (3.4.2-6) unstable; urgency=medium
* Change dependencies so that bittorrent-gui is installable again.
Closes: #323556
* Include initscript (off by default) for bttrack.
Closes: #198848, #325573, #322736
* Change URL in debian/copyright. Closes: #329706
* Move fmttime and fmtsize into the library. Closes: #219381
bittorrent (3.4.2-5) unstable; urgency=low
* Fix btcompletedir(gui) so they work. Closes: #306398
* Ship btcompletedir and btmakemetafile in site-packages so that
btcompletedir(gui) work. Closes: #298974
* The fix for #284809 breaks many torrents, therefore I'm reversing it.
Closes: #315510
* Don't continue trying to write torrent names when we don't have
space on the window to do so. Closes: #311547
* Standards Version 3.6.2.0
* New manpage btcompletedirgui.1. Closes: #311933
bittorrent (3.4.2-4) unstable; urgency=high
* High-urgency upload for sarge targetted probably-should-be-RC bugfix.
* Invoke update-alternatives --remove in the prerm scripts. This was not
only leaving dangling symlinks around, but preventing bittornado to
properly set up itself after bittorrent was removed. See dpkg bugs
#285686 and #308838 for reference. Thanks go highly to Adeodato Simó
for the patch. Closes: #286966, #281371.
* Reinitialize curses when the window is resized, and make a flag for
when the window is reinitializing - this should fix this persistent
bug. Closes: #247361.
* Added announce URL existence check. Closes: #267210.
* Use incoming ports as outgoing ports also for easier traffic shaping.
Closes: #284809.
* Limit errors spewed by btdownloadheadless to 5 so that they don't
fill up the screen. Closes: #296184.
* Remove mimetype stuff from scripts because dh_installmime does it
for us, isn't that nice?
* Place new btcompletedir manpage. Thanks to Danilo Piazzalunga.
Closes: #285187.
* Fix typos in bttrack.1. Closes: #288668, #310346.
* I'm so tired of the KiB/KB issue, so I'm following the lead of
a great tool called df. When it outputs human-readable units,
they're in powers of 2, but they don't have any B or iB or
whatever. BitTorrent in Debian is now similar. Closes: #289321.
* Fix bittorrent-downloader manpage so --spew and --max_initiate
don't run together. Closes: #306480.
bittorrent (3.4.2-3) unstable; urgency=low
* Split bittorrent package into bittorrent and bittorrent-gui
to be compliant with Policy 11.8.1. closes: #180396
+ Falling back to btdownloadcurses from btdownloadgui
is pointless if it isn't installed. closes: #219466
+ This also solves the problem with the obsolete
message, it doesn't exist anymore. closes: #278583
* Use the alternatives system so that we can all get along,
and be installed together in harmony. closes: #263003
* Apply patch so that --allow_get uses hex for it's URLs
instead of raw SHA-1 binary hashes. closes: #275637
* Fix typo in btlaunchmany. closes: #262974
* Fix problem with guide.html. closes: #265506
bittorrent (3.4.2-2) unstable; urgency=low
* Changed KiB/s and KB/s to kB/s, changed / to : in btlaunchmany,
added "/s" to transfer rates. closes: #247236
* Sort display of files on btlaunchmany, btlaunchmanycurses to be
sorted by torrent file name. closes: #247237
* Set download rate to 0 when complete with file (btlaunchmany).
closes: #247239
* Add TOS setting code to outgoing as well as incomign connections.
closes: #253499
bittorrent (3.4.2-1) unstable; urgency=low
* New upstream release
bittorrent (3.4.1a-1) unstable; urgency=low
* The "not enough time in the day" release.
* New upstream release. closes: #236740
+ Tracker problems don't popup error messages if the transfer
is still working anymore. closes: #217572
* Use dh_python to get python deps and postinst handled, yay!
closes: #215119
* Remove empty usr/sbin directory from the package. closes: #219382
* Fix btreannounce manpage. closes: #228116
* Add some html documentation to the package. (thanks Javier)
closes: #219038
bittorrent (3.3-4) unstable; urgency=low
* Made btdownloadgui exit cleanly when we can't find wxpython.
* Remove some useless code that got included from backport patches
when the 3.2.1 -> 3.3 switch happened.
bittorrent (3.3-3) unstable; urgency=low
* Removed annoying and unreliable, non-policy compliant donation
asking code. closes: #215983, #212940
* Re-add warning code for people who don't have wxpython.
* Fix manpage because btdownloadprefetched doesn't exist anymore.
closes: #213388
bittorrent (3.3-2) unstable; urgency=low
* The "test before you upload" release.
* Fixed problem with btdownloadgui because of executable renaming.
closes: #212662
bittorrent (3.3-1) unstable; urgency=low
* New upstream release
+ Files/URLs accepted on command line now. closes: #200267
+ New allocation method. closes: #193455
+ Major curses updates. closes: #212172
* Fixed typo in bittorrent-downloader page. closes: #211377
bittorrent (3.2.1b-5) unstable; urgency=low
* The "DOH!" release.
* Fix syntax error in btlaunchmanycurses. closes: #206135
bittorrent (3.2.1b-4) unstable; urgency=low
* The "why oh why am I not following CVS" release.
* Import the system function before we use it. closes: #196305
* Release the lock if a thread dies while checking the file(s).
closes: #196397
* Call WINCH handler when an error happens in btlaunchmanycurses,
so that the screen doesn't get as garbled. closes: #200559
* Add ^L parsing to btdownloadcurses so that people can get rid of
annoying urllib bugs. closes: #200648, #195605
* Repackage against new python. closes: #205850
* Change error time displayed by btdownloadcurses to use the appropriate
locale's representation. closes: #196395
bittorrent (3.2.1b-3) unstable; urgency=low
* The "summer is finally here" release.
* Change btdownloadcurses to display only as many errors that can fit
on the screen. closes: #189371
* Remove .py manpages I forgot about last time. closes: #191801
* Fix mailcap so it doesn't point to a nonexistent script.
closes: #193502
* Change the non-X11 entry to start the curses version
* Make files get closed cleanly. closes: #193624
* Change the mass downloaders so they only check one torrent at a time
so we don't step on each other for disk accesses. closes: #193302
bittorrent (3.2.1b-2) unstable; urgency=low
* The "didn't I do this once already?" release.
* Change shebang line to use python2.2 (again).
closes: #190089, #190150
* Rename scripts without .py and removed links. closes: #189304
* Change recommends to libwxgtk2.4-python. closes: #189570
* Fixed mailcap. closes: #189015, #188691
bittorrent (3.2.1b-1) unstable; urgency=low
* New Upstream Release. closes: #187054
* Wrote manpages for bittorrent-multi-downloader, btrename,
btreannounce, btshowmetainfo
bittorrent (3.1-5) unstable; urgency=low
* Change '/usr/bin/env python' to '/usr/bin/env python2.2' since
we depend on python > 2.2 | python2.2, and python2.2 doesn't
have 'python' in it.
* Call python2.2 in postinst as well. closes: #185852
bittorrent (3.1-4) unstable; urgency=low
* Add optional depend on python2.2 so we can get into testing.
* Add options --max_upload_rate, --check_hashes, --alloc_pause, and
--snub_time to bittorrent-downloaders.1. closes: #182634
* Make btdownloadcurses die nicely and display the list of
arguments like btdownloadheadless does. closes: #183289
* Change the filename in FAQ.txt to a unix-like filename.
closes: #179159
* Update to Standards-Version 3.5.9.
* Update to debhelper 4, change depends line appropriately.
* Install btlaunchmany.py too.
bittorrent (3.1-3) unstable; urgency=low
* Added python-dev to build-depends. closes: #179035
* Changed wxGtk test to fail instead of pass when
libwxgtk2.2-python is installed, which bittorrent doesn't work
with. closes: #179047
* Changed wxGtk failure message to note that libwxgtk2.2-python is
insufficient.
bittorrent (3.1-2) unstable; urgency=low
* Don't ship .pyc. Compile .pyc and .pyo when installed.
* libwxgtk2.3-python isn't in testing, tell people this.
* Added mime-support to Suggests.
bittorrent (3.1-1) unstable; urgency=low
* Initial Release.



Reply With Quote

