VERSION 0.3.1

This commit is contained in:
chris2511 2003-04-24 17:36:13 +00:00
parent 7ba96fa835
commit 1d345e465f
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
AC_INIT(xca, 0.3.0)
AC_INIT(xca, 0.3.1)
AC_CONFIG_SRCDIR([MainWindow.h])
AC_CONFIG_HEADERS([config.h])

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
xca (0.3.1) unstable; urgency=low
* Tool Tips added
* CRL handling (import, export, details) added
-- Christian Hohnstädt <chris@trinity.local> Thu, 24 Apr 2003 19:29:36 +0200
xca (0.3.0) unstable; urgency=low
* several bugfixes and memoryleaks removed