aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--NEWS15
2 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13c2fe4..9afd994 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
# Generated by Makefile. Do not edit.
+commit 255e796fbd5704ce8bd9df09a08f33d7ff8417ab
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Tue Jun 29 18:14:52 2010 +0200
+
+ Release 0.16
+
+ NEWS | 15 +++++++++++++++
+ configure.ac | 2 +-
+ 2 files changed, 16 insertions(+), 1 deletions(-)
+
commit 71809f1d4372da6ba62c2d678063f006746d07cb
Author: Guido Günther <agx@sigxcpu.org>
Date: Fri Jun 18 20:55:06 2010 +0200
diff --git a/NEWS b/NEWS
index 5561f46..46023ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
============
+Vesion 0.16
+===========
+* Add plugin system
+* Memory leaks plugged
+* Bug fixes
+* Make -DSEAL safe
+* UI translations:
+ - Andrej Žnidaršič (sl)
+ - Christian.Kirbach (de)
+ - Fran Diéguez (gl)
+ - Jorge González (es)
+ - Mario Blättermann (de)
+ - Petter Reinholdtsen (nb)
+
+============
Version 0.15
============
* Add DBus signals for ticket acquisition, expiry and renewal.
bgstack15