changelog 3.9 KB

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