ChangeLog 5.6 KB

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