diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -2,11 +2,20 @@ Noteworthy changes in version 1.0.3 ------------------------------------------------ * New type assuan_fd_t and constant ASSUAN_INVALID_FD for better W32 - support. it does not change teh semantics under Unix. Under W32 + support. It does not change the semantics under Unix. Under W32 all file descriptors are now guaranteed to be system handles. + * New functions assuan_process_done and assuan_inquire_ext to support + external event loops. -Noteworthy changes in version 1.0.2 (2007-07-05 + * Changed the license of the library code back to LGPLv2.1 to support + a bunch of GPLv2(only) software which does not allow the use of + LGPLv3. Note that this is only a temporary change and authors of + GPLv2(only) software are asked to switch to GPLv3 or to add an + exception which allow the use of LPGLv3 software. + + +Noteworthy changes in version 1.0.2 (2007-07-05) ------------------------------------------------ * Changed license to LGPLv3. @@ -174,7 +183,7 @@ Noteworthy changes in version 0.6.0 (2003-08-06) * Initial release as a standalone library. - Copyright 2003, 2004, 2006 Free Software Foundation, Inc. + Copyright 2003, 2004, 2006, 2007 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without |