ChangeLog 3.8 KB

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