aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2005-09-08 15:47:24 +0000
committerMarcus Brinkmann <[email protected]>2005-09-08 15:47:24 +0000
commit6c315ca1bdb9f2cebcd1e613cc8fb018416dcc5e (patch)
tree161c2d86f78ecbc6171814ccda495bdb32b060a7
parentFinal changes for building a DLL. (diff)
downloadlibgpg-error-6c315ca1bdb9f2cebcd1e613cc8fb018416dcc5e.tar.gz
libgpg-error-6c315ca1bdb9f2cebcd1e613cc8fb018416dcc5e.zip
Add news items about new error codes.
-rw-r--r--NEWS11
1 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f256794..454722d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,19 @@
-Noteworthy changes in version 1.2
+Noteworthy changes in version 1.2 (unreleased)
----------------------------------------------
* "./autogen.sh --build-w32" does now also build a DLL for W32.
Translations are not yet provided for this platform.
- * Interface changes relative to the 1.0 release:
+ * New error codes GPG_ERR_UNKNOWN_EXTN and GPG_ERR_UNKNOWN_CRIT_EXTN.
+
+ * New error code GPG_ERR_LOCKED.
+
+ * Interface changes relative to the 1.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SOMETHING NEW
+GPG_ERR_UNKNOWN_EXTN NEW
+GPG_ERR_UNKNOWN_CRIT_EXTN NEW
+GPG_ERR_LOCKED NEW
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 1.1 (2005-06-20)