ChangeLog 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. 2014-Feb-27 Oz Nahum <nahumoz@gmail.com>
  2. * Version 0.4.5
  3. * Fix for old database format
  4. * The tag is on commit 5304181711797bb2da68addc18b97740f6540da3
  5. 2014-Feb-25 Oz Nahum <nahumoz@gmail.com>
  6. * Version 0.4.4
  7. * Multiple bug fixes
  8. * Complete test coverage
  9. * Last version supporting old data base format.
  10. The next version will break compatability.
  11. The compatability will be broken because the old code
  12. is not testable, and immposible to maintain.
  13. Therefore this version still includes the converter.
  14. 2013-11-23 Oz Nahum <nahumoz@gmail.com>
  15. * Version 0.4.3
  16. * fix for #726987 in Debian
  17. * fix issue #21
  18. * fix for ##726884 in Debian
  19. 2013-09-28 Oz Nahum <nahumoz@gmail.com>
  20. * Version 0.4.2
  21. * Fix typos `help` option.
  22. 2013-09-25 Oz Nahum <nahumoz@gmail.com>
  23. * Version 0.4.1
  24. * Fix broken usability with old database format.
  25. 2013-09-21 Oz Nahum <nahumoz@gmail.com>
  26. * Version 0.4.0
  27. * Multiple bug fixes
  28. * Most changes are developer related (e.g. add unit testing)
  29. * Nodes data was writen to DB with cPickle.dumps, hence
  30. loading the data was done cPickle.loads. New node
  31. are now saved as encrypted string without cPickle.
  32. This makes Pwman3 a bit more secure.
  33. 2013-07-21 Oz Nahum <nahumoz@gmail.com>
  34. * Version 0.3.9d
  35. * Fix for filtering tags
  36. * remove exception when old DB file exists
  37. when converting. Instead exist with error
  38. status and explanation.
  39. 2013-06-29 Oz Nahum <nahumoz@gmail.com>
  40. * Version 0.3.9c
  41. * Fix for Generating Passwords
  42. * Added dependancies to setup.py : python-colorama, pycrypto
  43. 2013-05-30 Oz Nahum <nahumoz@gmail.com>
  44. * Version 0.3.9.a
  45. * Fix for none encrypted tags in database.
  46. 2013-05-24 Oz Nahum <nahumoz@gmail.com>
  47. * Version 0.3.9
  48. * Fix reading of Nodes and Tags a cPickle object
  49. * Add earasing of passwords from memory.
  50. * Add Class and command line flag to convert old DataBase
  51. format to new format.
  52. 2012-12-14 Oz Nahum <nahumoz@gmail.com>
  53. * Version 0.3.0
  54. * add custom generator for passwords, support of Alphanumerics + special
  55. signs.
  56. * Individual password policy.
  57. * Fix bug with Random number generation (thank you Rian).
  58. * fix bug that prevented not working on other system than MacOSX
  59. (thank you Rian).
  60. * fix autoflashing of passwords, a timeout before flashing can specified
  61. or completly disables with -1.
  62. * Improvements documentation
  63. 2012-12-14 Oz Nahum <nahumoz@gmail.com>
  64. * Version 0.2.1
  65. * implement open uri function
  66. * better MacOSX logic
  67. * implement test mode, so code can run locally
  68. * use ArgParse
  69. * some improvements on documentation
  70. 2012-10-06 Oz Nahum <nahumoz@gmail.com>
  71. * added Debian patches.
  72. * Merge pull request from David North.
  73. * Add copy to clipboard on Mac OSX
  74. 2012-10-06 Oz Nahum <nahumoz@gmail.com>
  75. * pwman/__init__.py: Version 0.1.0
  76. * pwman/ui/cli.py: Added copy of password to clipboard.
  77. * pwman/ui/cli.py: Added autoflushing of printed output.
  78. 2009-09-06 Ivan Kelly <ivan@ivankelly.net>
  79. * pwman/__init__.py: Version 0.0.8
  80. 2010-09-06 Emmanuel Bouthenot <kolter@openics.org>
  81. * pwman/ui/cli.py: Improved list output (patch from Emmanuel Bouthenot)
  82. 2009-09-05 Tero Tilus <tero@tilus.net>
  83. * pwman/ui/cli.py: list accepts tag parameters and resets filter
  84. * pwman/ui/cli.py: self.get_ids(arg) (print, edit, ... commands) now accepts tag params
  85. 2009-03-06 Ivan Kelly <ivan@ivankelly.net>
  86. * pwman/ui/cli.py: Made leetify configurable
  87. 2009-03-05 IKEGAMI Hiroyuki <ikegam@mixallow.net>
  88. * pwman/util/generator.py, pwman/ui/cli.py: Added numerous password generation options.
  89. 2009-02-16 Ivan Kelly <ivan@ivankelly.net>
  90. * pwman/__init__.py: Version 0.0.7
  91. 2009-02-16 Ivan Kelly <ivan@ivankelly.net>
  92. * pwman/ui/cli.py: Added short commands
  93. * pwman/exchange/exporter.py, pwman/exchange/importer.py, pwman/ui/cli.py, scripts/pwman3: Added patches that usually go in debian package. Removed echo on password input