ChangeLog 4.4 KB

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