1
0

changelog 3.3 KB

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