summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-03-27 10:47:48 +0200
committerGuido Günther <agx@sigxcpu.org>2012-03-27 10:47:48 +0200
commitfe51938087074b9a4ada8a08c27ee112ed5593df (patch)
treea425a76dcbc043ca314e34239f265d7b73d2c5a1
parentcc24930aed513c84d80e0dd72bf1ac8a701be032 (diff)
Release 0.0.3v0.0.3
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a7e43a7..d2ed44a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
=============
+Version 0.0.3
+=============
+* Pass the password via stdin
+* Distinguish login failures from other errors
+* Drop unused code
+* More flexible build-time warnings [Dan Williams]
+* UI translations:
+ Piotr Drąg (pl)
+* Many thanks to Dan Williams for the review!
+
+=============
Version 0.0.2
=============
* Pass the password via the environment
diff --git a/configure.ac b/configure.ac
index eb42601..be7ea64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.52)
-AC_INIT(NetworkManager-iodine, 0.0.2, agx@sigxcpu.org, NetworkManager-iodine)
+AC_INIT(NetworkManager-iodine, 0.0.3, agx@sigxcpu.org, NetworkManager-iodine)
AM_INIT_AUTOMAKE([subdir-objects no-dist-gzip dist-xz])
AM_MAINTAINER_MODE