ChangeLog 4.7 KB

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