mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-09 17:29:33 +00:00
prepare for 2.0.3 release
svn path=/trunk/kdesupport/qca/; revision=1201470
This commit is contained in:
parent
352e9bffbf
commit
b982fe98f0
@ -18,7 +18,7 @@ include(${QT_USE_FILE})
|
||||
|
||||
set(QCA_LIB_MAJOR_VERSION "2")
|
||||
set(QCA_LIB_MINOR_VERSION "0")
|
||||
set(QCA_LIB_PATCH_VERSION "2")
|
||||
set(QCA_LIB_PATCH_VERSION "3")
|
||||
|
||||
set(QCA_LIB_VERSION_STRING "${QCA_LIB_MAJOR_VERSION}.${QCA_LIB_MINOR_VERSION}.${QCA_LIB_PATCH_VERSION}")
|
||||
|
||||
|
8
README
8
README
@ -1,6 +1,6 @@
|
||||
Qt Cryptographic Architecture (QCA) version 2.0.2
|
||||
Qt Cryptographic Architecture (QCA) version 2.0.3
|
||||
-------------------------------------------------
|
||||
Date: April 24th, 2009
|
||||
Date: November 27th, 2010
|
||||
Website: http://delta.affinix.com/qca/
|
||||
Mailing List: Delta Project <delta@lists.affinix.com>
|
||||
|
||||
@ -33,6 +33,10 @@ License
|
||||
|
||||
Changes
|
||||
-------
|
||||
New in 2.0.3
|
||||
- Bugfix release, forward and backward compatible with 2.0.x
|
||||
- Fix compilation when using Qt/Windows SDK
|
||||
|
||||
New in 2.0.2
|
||||
- Bugfix release, forward and backward compatible with 2.0.x
|
||||
- Fix compatibility with Qt 4.5 when QCA::Initializer appears before QApp
|
||||
|
2
TODO
2
TODO
@ -1,4 +1,4 @@
|
||||
* 2.0.3
|
||||
* 2.0.4
|
||||
handle mac universal builds for arches besides x86 and ppc (e.g. x86_64)
|
||||
use rpath?
|
||||
cms example: User.pem expired. probably other certs need regen also?
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
\sa qcaVersion for a runtime check.
|
||||
*/
|
||||
#define QCA_VERSION 0x020002
|
||||
#define QCA_VERSION 0x020003
|
||||
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
|
@ -159,7 +159,7 @@ public:
|
||||
QString pkg_template2 = QString(
|
||||
"Name: %1\n"
|
||||
"Description: Qt Cryptographic Architecture library\n"
|
||||
"Version: 2.0.2\n");
|
||||
"Version: 2.0.3\n");
|
||||
|
||||
QString pkg_template3 = QString(
|
||||
"Requires: %1\n");
|
||||
|
@ -10,7 +10,7 @@ TARGET = qca
|
||||
DESTDIR = $$QCA_BASE/lib
|
||||
windows:DLLDESTDIR = $$QCA_BASE/bin
|
||||
|
||||
VERSION = 2.0.2
|
||||
VERSION = 2.0.3
|
||||
|
||||
include($$QCA_BASE/conf.pri)
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
const char *const APPNAME = "qcatool";
|
||||
const char *const EXENAME = "qcatool2";
|
||||
const char *const VERSION = "2.0.2";
|
||||
const char *const VERSION = "2.0.3";
|
||||
|
||||
static QStringList wrapstring(const QString &str, int width)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user