2011-07-29 15:28:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 29 15:26:04 UTC 2011 - puzel@novell.com
|
|
|
|
|
|
|
|
- update to libassuan-2.0.2
|
|
|
|
- A new flag may now be used to convey comments via
|
|
|
|
assuan_transact.
|
|
|
|
- A new flag value may now be used to disable logging.
|
|
|
|
- The gpgcedev.c driver now provides a log device.
|
|
|
|
- It is now possible to overwrite socket and connect functions in
|
|
|
|
struct assuan_system_hooks.
|
|
|
|
- Interface changes relative to the 2.0.1 release:
|
|
|
|
ASSUAN_CONVEY_COMMENTS NEW.
|
|
|
|
ASSUAN_NO_LOGGING NEW.
|
|
|
|
assuan_system_hooks_t CHANGED: Added socket and connect members.
|
|
|
|
ASSUAN_SYSTEM_HOOKS_VERSION CHANGED: Bumped to 2.
|
|
|
|
assuan_register_pre_cmd_notify NEW.
|
|
|
|
- use spec-cleaner
|
|
|
|
|
2010-11-01 08:29:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- Use %_smp_mflags
|
|
|
|
|
2010-08-24 15:27:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 17 14:13:24 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- update to libassuan-2.0.1
|
|
|
|
* Input and output notification handler can now really access the
|
|
|
|
parsed fd as stated in the manual.
|
|
|
|
* Cleaned up the logging.
|
|
|
|
* Interface changes relative to the 2.0.0 release:
|
|
|
|
assuan_free NEW
|
|
|
|
_assuan_w32ce_create_pipe NEW
|
|
|
|
ASSUAN_LOG_CONTROL NEW
|
|
|
|
|
2010-04-13 07:41:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 9 15:51:01 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- fixed deps
|
|
|
|
o libgpg-error-devel >= 1.4
|
|
|
|
|
2010-04-08 15:46:44 +00:00
|
|
|
-------------------------------------------------------------------
|
2010-04-08 16:40:08 +00:00
|
|
|
Thu Apr 8 16:13:34 UTC 2010 - chris@computersalat.de
|
2010-04-08 15:46:44 +00:00
|
|
|
|
|
|
|
- fix deps for pth
|
|
|
|
pth < 1120 >= libpth-devel
|
|
|
|
- sort TAGS
|
|
|
|
|
2010-04-01 13:28:54 +00:00
|
|
|
-------------------------------------------------------------------
|
2010-04-07 20:08:02 +00:00
|
|
|
Tue Apr 6 18:26:24 CEST 2010 - ro@suse.de
|
|
|
|
|
|
|
|
- add baselibs.conf (needed for libgpgme)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2010-04-01 13:28:54 +00:00
|
|
|
Wed Mar 31 11:25:02 UTC 2010 - puzel@novell.com
|
|
|
|
|
|
|
|
- update to libassuan-2.0.0
|
|
|
|
* Now using libtool and builds a DSO.
|
|
|
|
* Lots of interface cleanups.
|
|
|
|
* Pth support has changed. This now follows the same style as
|
|
|
|
libgcrypt by setting system hook callbacks.
|
|
|
|
- split package to libassuan0 and libassuan-devel
|
|
|
|
|
2009-06-12 15:33:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 11 11:19:59 CEST 2009 - puzel@suse.cz
|
|
|
|
|
|
|
|
- change BuildRequires: (pth-devel -> libpth-devel)
|
|
|
|
|
2009-06-02 10:27:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 1 11:27:14 CEST 2009 - puzel@suse.cz
|
|
|
|
|
|
|
|
- BuildRequires: pth-devel
|
|
|
|
|
2008-07-16 20:06:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 16 17:34:22 CEST 2008 - puzel@suse.cz
|
|
|
|
|
|
|
|
- update to 1.0.5
|
|
|
|
* minor fixes
|
|
|
|
* build library as PIC
|
|
|
|
|
2008-01-09 20:25:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 8 11:25:53 CET 2008 - sassmann@suse.de
|
|
|
|
|
|
|
|
- updated to version 1.0.4, which is required by GnuPG 2.0.8
|
|
|
|
* Switched license of the library code back to LGPLv2.1
|
|
|
|
* config.sub, config.guess: Update to version 2007-11-19
|
|
|
|
|
2007-08-15 18:31:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 10 17:07:12 CEST 2007 - bk@suse.de
|
|
|
|
|
|
|
|
- updated to 1.0.2, which is required by GnuPG 2.0.5 (and later)
|
|
|
|
* Changed license to LGPLv3.
|
|
|
|
* New flag ASSUAN_CONFIDENTIAL to return the state of confidential logging.
|
|
|
|
* Assorted bug fixed and code cleanups.
|
|
|
|
- added Requires: pth (needed because it's built against it)
|
|
|
|
- dropped Requires: openct-devel pcsc-lite-devel (no relation to them)
|
|
|
|
|
2007-07-26 23:44:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 26 13:13:37 CEST 2007 - sbrabec@suse.cz
|
|
|
|
|
|
|
|
- Build with PIC.
|
|
|
|
- Renamed binary package to libassuan devel.
|
|
|
|
|
2007-01-25 17:04:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 24 14:46:18 CET 2007 - ltinkl@suse.cz
|
|
|
|
|
|
|
|
- updated to 1.0.1, added pth to BuildRequires
|
|
|
|
* New function: assuan_set_io_monitor.
|
|
|
|
* New function: assuan_register_post_cmd_notify.
|
|
|
|
* Fixed a memory leak.
|
|
|
|
* Finished the manual.
|
|
|
|
* Portability fixes.
|
|
|
|
* Pth is not anymore linked by means of weak symbol tricks. It is
|
|
|
|
now required to link to the pth version of libassuan. New autoconf
|
|
|
|
macros are provided to to check for this. The pth version is only
|
|
|
|
build if Pth is available.
|
|
|
|
* configure does now check that descripotor passing is available. A
|
|
|
|
way to check at runtime for this is also provided
|
|
|
|
* A fix to make CANCEL work again in Pinentries.
|
|
|
|
* Internal cleanups to make inclusion of the code into libraries
|
|
|
|
easier.
|
|
|
|
* Made clear that the software is under the LGPL.
|
|
|
|
* New function assuan_set_assuan_err_source. All gpg-error enabled
|
|
|
|
software should call this right at startup to switch libassuan into
|
|
|
|
the gpg-error style mode. All error codes are then returned as
|
|
|
|
gpg-error style codes (GPG_ERR_ASS_* as well as others).
|
|
|
|
If the new macro _ASSUAN_ONLY_GPG_ERRORS is defned all old
|
|
|
|
definitions are excluded from assuan.h.
|
|
|
|
* Logging of hex strings is now limited to 16 bytes. To enable
|
|
|
|
printing of the full data, a new environment variable
|
|
|
|
ASSUAN_FULL_LOGGING may be set to any value.
|
|
|
|
* Removed the assuan_domain_* functions.
|
|
|
|
* New functions assuan_pipe_connect_ext and assuan_socket_connect_ext
|
|
|
|
to allow connections on a socketpair and to pass descriptors.
|
|
|
|
* New function assuan_get_peercred.
|
|
|
|
|
2007-01-15 23:21:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:37:23 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 8 14:26:22 CET 2005 - dmueller@suse.de
|
|
|
|
|
|
|
|
- don't build as root
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 12 16:09:54 CEST 2005 - postadal@suse.cz
|
|
|
|
|
|
|
|
- updated to version 0.6.10
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 12 13:24:14 CET 2005 - adrian@suse.de
|
|
|
|
|
|
|
|
- update to version 0.6.9
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 12 16:07:17 CEST 2004 - adrian@suse.de
|
|
|
|
|
|
|
|
- initial package of version 0.6.6
|
|
|
|
|