Files
p11-kit/p11-kit.changes

117 lines
4.1 KiB
Plaintext

-------------------------------------------------------------------
Fri Sep 7 11:04:40 UTC 2012 - dimstar@opensuse.org
- Update to version 0.14:
+ Change default for user-config to merge
+ Always URI-encode the 'id' attribute in PKCS#11 URIs
+ Expect a .module extension on module configs
+ Windows compatibility fixes
+ Testing fixes
+ Build fixes
-------------------------------------------------------------------
Mon Jul 23 06:26:02 UTC 2012 - zaitor@opensuse.org
- Update to version 0.13:
+ Don't allow reading of PIN files larger than 4096 bytes
+ If a module is not marked as critical then ignore init failure
+ Use preconditions to check for input problems and out of memory
+ Add enable-in and disable-in options to module config
+ Fix the flags in pin.h
+ Use gcc extensions to check varargs during compile
+ Fix crasher when a duplicate module is present
+ Fix broken hashmap behavior
+ Testing fixes
+ Win32 build fixes
+ 'p11-kit -h' now works
+ Documentation fixes
-------------------------------------------------------------------
Fri Mar 9 19:37:44 UTC 2012 - dimstar@opensuse.org
- Update to version 0.12:
+ Build fix.
-------------------------------------------------------------------
Fri Feb 10 08:05:27 UTC 2012 - vuntz@opensuse.org
- Update to version 0.11:
+ Remove automatic reinitialization of PKCS#11 after fork
-------------------------------------------------------------------
Wed Jan 4 09:08:59 UTC 2012 - vuntz@opensuse.org
- Update to version 0.10:
+ Build fixes, for windows, gcc 4.6.1.
-------------------------------------------------------------------
Tue Nov 15 10:18:49 UTC 2011 - dimstar@opensuse.org
- Update to version 0.9:
+ p11-kit can't be used as a static library.
+ Fix problems crashing when freeing TLS on windows.
+ Add debug output to windows init and uninit of library.
+.Build fixes, especially for windows
-------------------------------------------------------------------
Thu Oct 27 21:53:33 UTC 2011 - dimstar@opensuse.org
- Update to version 0.8:
+ Rename non-static functions to have a _p11_xxx prefix
+ No concurrent calling of C_Initialize and C_Finalize
+ Print more information in 'p11-kit -l'
+ Initial port to win32
+ Build and testing fixes.
-------------------------------------------------------------------
Tue Sep 27 19:24:59 UTC 2011 - vuntz@opensuse.org
- Update to version 0.7:
+ Expand p11-kit config variables correctly in various build
scenarios
+ Add test tool to print out error messages
+ Build fix on FreeBSD
-------------------------------------------------------------------
Thu Sep 15 05:02:07 UTC 2011 - vuntz@opensuse.org
- Update to version 0.6:
+ Add concept of a default module directory from which modules
with relative paths are loaded.
+ Renamed pkg-config variables to make it clearer what's what.
-------------------------------------------------------------------
Fri Sep 2 08:20:47 UTC 2011 - vuntz@opensuse.org
- Update to version 0.5:
+ Fix crasher in p11_kit_registered_modules()
+ Add 'critical' setting for modules, which defaults to 'no'
+ Fix initialization issues in the proxy module
-------------------------------------------------------------------
Fri Aug 19 19:37:44 CEST 2011 - dimstar@opensuse.org
- Update to version 0.4:
+ Fix endless loop if module forks during initialization
+ Update PKCS#11 URI code for new draft of spec
+ Don't fail when duplicate modules are configured
+ Better debug output
+ Add example configuration documentation
+ Support whitespace in PKCS#11 URIs
- Move the p11-kit.conf.example to the doc folder.
-------------------------------------------------------------------
Sat Jul 30 15:04:36 CEST 2011 - vuntz@opensuse.org
- Update to version 0.3:
+ Rewrite hash table, and simplify licensing.
+ Correct paths for p11-kit config files.
+ Many build fixes and tweaks.
- Remove Apache-2 part from License tag, as the code was rewritten.
-------------------------------------------------------------------
Mon Jul 25 15:35:57 CEST 2011 - vuntz@opensuse.org
- Initial package (version 0.2).