ChangeLog 4.1 KB

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