mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
VERSION 0.5.0
This commit is contained in:
parent
24f33d8038
commit
32130f4acd
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -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 <christian@hohnstaedt.de> 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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user