12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- stov (0.6.1-1) unstable; urgency=low
- * Also catch smtplib.SMTPServerDisconnected if smtp server does close the connection
- * Print downloaded videos if sending the email fails
- stov (0.6-2) unstable; urgency=low
- * Corrected the version number in the man page
- * Removed .egg_info file during package build
- * Corrected debian/control
- -- Helmut Pozimski <helmut@pozimski.eu> Thu, 01 Aug 2013 20:06:56 +0200
- stov (0.6-1) stable; urgency=low
- * Changed minimal python version in debian/control to 2.6
- * Fixed package internal import for python 3.x
- * Locales are now build in debian/rules when creating the package
- * Changed debian/control and debian/rules to be more lintian clean
- * Add a complete man page, making the package finally lintian clean
- -- Helmut Pozimski <helmut@pozimski.eu> Tue, 16 Apr 2013 01:08:00 +0200
- stov (0.5-1) stable; urgency=low
- * Switched to distutils setup.py as installation method
- * Added scripts to build a Debian package
- -- Helmut Pozimski <helmut@pozimski.eu> Sun, 14 Apr 2013 13:22:33 +0200
- stov (0.4-1) stable; urgency=low
- * Added title checking to filter unrelated results from subscriptions with search strings
- * Python 3 is now also supported
- * Fixed localization so stov doesn't default to German any more
- * SIGINT and SIGTERM are now catched and are correctly processed internally
- -- Helmut Pozimski <helmut@pozimski.eu> Sun, 14 Apr 2013 13:22:33 +0200
- stov (0.3-1) stable; urgency=low
- * Added smtp authentication
- * Added notify option
- * Added "verbose" and "quiet" output modes
- * Added switch to clean the database of old video entries
- * Added maxfails option and mark videos as permanently failed when that value is reached
- * Added basic interactive configuration (doesn't check if your input makes sense at all!)
- * Added German translation for most parts
- * Implemented MAXVIDEOS configuration option to limit the number of videos retrieved from the youtube API
- * Changed --lsvids to print the download status
- * Made the youtube-dl output shown to the user depend on the defined output level
- * Now uses youtube API version 2
- * Fixed situation when all videos fail and the output would have suggested there were no videos to be downloaded
- * Fixed a bug that lead to a duplicate subscription when a playlist was added
- * Fixed error message printed when youtube-dl fails
- * Improved output behaviour so strings will be properly encoded
- -- Helmut Pozimski <helmut@pozimski.eu> Sun, 14 Apr 2013 13:22:33 +0200
- stov (0.2-1) stable; urgency=low
- * Added catchup option
- * Added option to print license information
- * Added option to print version number
- * Added a simple installer script
- * Changed coding style to better conform to PEP-8
- * Updated module usage: Use urllib2 instead of urllib and subprocess instead of os.system
- * Many Bugfixes
- -- Helmut Pozimski <helmut@pozimski.eu> Sun, 14 Apr 2013 13:22:33 +0200
- stov (0.1-1) stable; urgency=low
- * Initial release
- -- Helmut Pozimski <helmut@pozimski.eu> Sun, 14 Apr 2013 13:22:33 +0200
|