ChangeLog 5.7 KB

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