aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2015-01-07 09:48:21 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2015-01-07 09:48:21 +0100
commitb53da40f97b98f7af45fe35012235bae7a000f0e (patch)
tree22b7f01331c9579bfacd08680ae240e95b8ff307
parent0fe8e2e5ee6ed52686d83d3aae27128d577757b9 (diff)
downloadqxmpp-b53da40f97b98f7af45fe35012235bae7a000f0e.tar.gz
bump version, feed changelog
-rw-r--r--CHANGELOG8
-rw-r--r--qxmpp.pri2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9d0bf310..6a549f82 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+QXmpp 0.8.2 (Jan 7, 2015)
+-------------------------
+
+ - The previous release was missing an update to the VERSION definition,
+ resulting in stale pkg-config files. This release fixes this issue.
+ - Refactor HTML documentation so that "make docs" works in out-of-source
+ builds.
+
QXmpp 0.8.1 (Dec 19, 2014)
--------------------------
diff --git a/qxmpp.pri b/qxmpp.pri
index 733fc319..ee46c6e9 100644
--- a/qxmpp.pri
+++ b/qxmpp.pri
@@ -1,7 +1,7 @@
# Common definitions
QT += network xml
-QXMPP_VERSION = 0.8.0
+QXMPP_VERSION = 0.8.2
QXMPP_INCLUDEPATH = $$PWD/src/base $$PWD/src/client $$PWD/src/server
# Determine library name