aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-11-14 18:36:31 +0100
committerGuido Günther <agx@sigxcpu.org>2011-11-14 18:36:55 +0100
commitaf0d9c0e96b381eb56a40a6898f568e054176510 (patch)
tree15d43918f05766882de6677801b70c739facd62f
parent855afa8a30645ce4cfff762fc502f951e786d219 (diff)
Bump version to 0.0.2.1v0.0.2.1
-rw-r--r--ChangeLog38
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
3 files changed, 43 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5db9688..5031736 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,40 @@
-commit 65744bc63c0230a8bfcf39b4723ac1ff68d89f10
+commit b20c91e1d1f75150c2e6e028dfd0eda75791a4a1
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Nov 14 18:36:31 2011 +0100
+
+ Bump version to 0.0.2.1
+
+commit 855afa8a30645ce4cfff762fc502f951e786d219
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Nov 14 18:34:30 2011 +0100
+
+ Fix URL
+
+commit 97803a61a75ef00147e26befffd22889ac19f16d
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Sep 26 10:04:36 2011 +0200
+
+ Require PyGObject 3.0
+
+commit 8413459fc915b83e9974d0ff7cb12c12c10df091
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Sep 26 10:04:36 2011 +0200
+
+ Adjust to GObject 3.0
+
+commit e9f6c6d60fd007643fab72cde5aacf851e34404f
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Mon Sep 26 19:18:07 2011 +0200
+
+ Fix typo
+
+commit 8b35c7402bbe003e9da37773d3ef5ceb06e8ae04
+Author: Guido Günther <agx@sigxcpu.org>
+Date: Fri Aug 19 08:56:54 2011 +0200
+
+ Use a consistent timeout for MM DBus calls
+
+commit 04ae3ade85928efd5513e138a7cedcaaeb675e4c
Author: Guido Günther <agx@sigxcpu.org>
Date: Sun Aug 14 14:06:59 2011 +0200
diff --git a/NEWS b/NEWS
index f121474..21e4a69 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+===============
+Version 0.0.2.1
+===============
+* Update to PyGObject 3.0
+
=============
Version 0.0.2
=============
diff --git a/configure.ac b/configure.ac
index 1cf0c34..e0ee2f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
AC_PREREQ([2.67])
-AC_INIT([prepaid-manager-applet], [0.0.2],
+AC_INIT([prepaid-manager-applet], [0.0.2.1],
[https://honk.sigxcpu.org/piki/projects/ppm/])
AM_INIT_AUTOMAKE([-Wno-portability])