aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-07-30 13:24:01 +0000
committerMarcus Brinkmann <[email protected]>2003-07-30 13:24:01 +0000
commit13e00650c8bba7c95110f6117f48a1901106d5c9 (patch)
tree9cde05614b33def12e97e0f644385a5edfeb0c6b
parent* src/gpg-error.h: Add HARDWARE, PIN_BLOCKED and USE_CONDITIONS. (diff)
downloadlibgpg-error-13e00650c8bba7c95110f6117f48a1901106d5c9.tar.gz
libgpg-error-13e00650c8bba7c95110f6117f48a1901106d5c9.zip
2003-07-30 Marcus Brinkmann <[email protected]>
Released 0.2.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS17
2 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 317cac5..d99dd9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-30 Marcus Brinkmann <[email protected]>
+
+ Released 0.2.
+
2003-07-17 Werner Koch <[email protected]>
* src/gpg-error.h: Add HARDWARE, PIN_BLOCKED and USE_CONDITIONS.
diff --git a/NEWS b/NEWS
index 2d95ee9..3edfe90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Noteworthy changes in version 0.2 (2003-07-30)
+----------------------------------------------
+
+ * Value of the error code GPG_ERR_CANCELED was fixed.
+
+ * New error codes GPG_ERR_WRONG_CARD, GPG_ERR_HARDWARE,
+ GPG_ERR_PIN_BLOCKED and GPG_ERR_USE_CONDITIONS have been added.
+
+ * The header file has been made C++ clean.
+
+ * AM_PATH_GPG_ERR has been fixed to work without explicit version
+ number.
+
+ * The header file now uses inline instead __inline__ for non-GNU
+ compilers.
+
+
Noteworthy changes in version 0.1 (2003-06-06)
----------------------------------------------