ChangeLog 6.0 KB

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