ChangeLog 3.4 KB

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