ChangeLog 5.2 KB

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