changelog 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. stov (0.6.2-1) unstable; urgency=low
  2. * New upstream release
  3. -- Helmut Pozimski <helmut@pozimski.eu> Mon, 23 Sep 2013 19:54:00 +0200
  4. stov (0.6.1-1) unstable; urgency=low
  5. * Also catch smtplib.SMTPServerDisconnected and socket.exeception
  6. * Print downloaded videos if sending the email fails
  7. -- Helmut Pozimski <helmut@pozimski.eu> Thu, 04 Sep 2013 22:38:00 +0200
  8. stov (0.6-2) unstable; urgency=low
  9. * Corrected the version number in the man page
  10. * Removed .egg_info file during package build
  11. * Corrected debian/control
  12. -- Helmut Pozimski <helmut@pozimski.eu> Thu, 01 Aug 2013 20:06:56 +0200
  13. stov (0.6-1) stable; urgency=low
  14. * Changed minimal python version in debian/control to 2.6
  15. * Fixed package internal import for python 3.x
  16. * Locales are now build in debian/rules when creating the package
  17. * Changed debian/control and debian/rules to be more lintian clean
  18. * Add a complete man page, making the package finally lintian clean
  19. -- Helmut Pozimski <helmut@pozimski.eu> Tue, 16 Apr 2013 01:08:00 +0200
  20. stov (0.5-1) stable; urgency=low
  21. * Switched to distutils setup.py as installation method
  22. * Added scripts to build a Debian package
  23. -- Helmut Pozimski <helmut@pozimski.eu> Sun, 14 Apr 2013 13:22:33 +0200
  24. stov (0.4-1) stable; urgency=low
  25. * Added title checking to filter unrelated results from subscriptions with search strings
  26. * Python 3 is now also supported
  27. * Fixed localization so stov doesn't default to German any more
  28. * SIGINT and SIGTERM are now catched and are correctly processed internally
  29. -- Helmut Pozimski <helmut@pozimski.eu> Sun, 14 Apr 2013 13:22:33 +0200
  30. stov (0.3-1) stable; urgency=low
  31. * Added smtp authentication
  32. * Added notify option
  33. * Added "verbose" and "quiet" output modes
  34. * Added switch to clean the database of old video entries
  35. * Added maxfails option and mark videos as permanently failed when that value is reached
  36. * Added basic interactive configuration (doesn't check if your input makes sense at all!)
  37. * Added German translation for most parts
  38. * Implemented MAXVIDEOS configuration option to limit the number of videos retrieved from the youtube API
  39. * Changed --lsvids to print the download status
  40. * Made the youtube-dl output shown to the user depend on the defined output level
  41. * Now uses youtube API version 2
  42. * Fixed situation when all videos fail and the output would have suggested there were no videos to be downloaded
  43. * Fixed a bug that lead to a duplicate subscription when a playlist was added
  44. * Fixed error message printed when youtube-dl fails
  45. * Improved output behaviour so strings will be properly encoded
  46. -- Helmut Pozimski <helmut@pozimski.eu> Sun, 14 Apr 2013 13:22:33 +0200
  47. stov (0.2-1) stable; urgency=low
  48. * Added catchup option
  49. * Added option to print license information
  50. * Added option to print version number
  51. * Added a simple installer script
  52. * Changed coding style to better conform to PEP-8
  53. * Updated module usage: Use urllib2 instead of urllib and subprocess instead of os.system
  54. * Many Bugfixes
  55. -- Helmut Pozimski <helmut@pozimski.eu> Sun, 14 Apr 2013 13:22:33 +0200
  56. stov (0.1-1) stable; urgency=low
  57. * Initial release
  58. -- Helmut Pozimski <helmut@pozimski.eu> Sun, 14 Apr 2013 13:22:33 +0200