From 32130f4acd8a72b623e41fbceb0afc4128c678e2 Mon Sep 17 00:00:00 2001 From: chris2511 Date: Wed, 26 May 2004 21:17:12 +0000 Subject: [PATCH] VERSION 0.5.0 --- debian/changelog | 10 ++++++++++ lib/base.h | 2 +- lib/base.h.win | 15 --------------- 3 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 lib/base.h.win diff --git a/debian/changelog b/debian/changelog index f67f3e02..87d278e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +xca (0.5.0-1) unstable; urgency=low + + * orthographical changes + * more translations + * segfault in CRL import removed + * manpage and documentation updated + * store "midnight" in template + + -- Christian Hohnstaedt Wed, 26 May 2004 23:07:23 +0200 + xca (0.4.7-RC2-1) unstable; urgency=low * open db if explicit mentioned, otherwise do not. diff --git a/lib/base.h b/lib/base.h index 552d6d25..7b0aa53b 100644 --- a/lib/base.h +++ b/lib/base.h @@ -3,7 +3,7 @@ #ifndef BASE_H #define BASE_H -#define VER "0.4.7" +#define VER "0.5.0-cvs" #if QT_VERSION >= 0x030000 #define qt3 1 diff --git a/lib/base.h.win b/lib/base.h.win deleted file mode 100644 index 83254377..00000000 --- a/lib/base.h.win +++ /dev/null @@ -1,15 +0,0 @@ -/* base definitions */ - -#ifndef BASE_H -#define BASE_H - -#define VER "VERSION-W32" - -#define MARK -#define DBEX(x) x.get_errno(); - -#define CERR(x) - -#define XCA_TITLE "X Certificate and Key management" - -#endif