summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <resiak@soc.pidgin.im>2007-08-10 17:17:48 +0000
committerWill Thompson <resiak@soc.pidgin.im>2007-08-10 17:17:48 +0000
commit175ebb02f4861fbf7a5eebf798fb9349175e50fc (patch)
tree9a1e70acc0b8eb002d8ecf9850029802d5f1c869
parentb41baafd7f9c670a9a44d535266a94312939694c (diff)
News for 0.1.0; set version numbers in configure and definesversion_0.1.0
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
-rw-r--r--src/defines.h2
3 files changed, 17 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e69de29..213e8ba 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,15 @@
+Version 0.1.0 – "It's Like The ... 90s"
+=======================================
+
+Supported in this release:
+
+ * Connecting to MSN, XMPP, AIM known to work.
+ * Plain text conversations with individual contacts.
+ * The 'subscribe' list, plus contact list groups.
+ * Basic presence: available, busy, away, extended away, invisible, with a
+ message when supported by the underlying prpl.
+ * Retrieving your own server alias and those of your contacts, plus saving
+ custom aliases for your contacts to the server (where supported by the
+ prpl).
+ * Retrieving your contacts' avatars (but not setting your own).
+ * Typing notifications.
diff --git a/configure.ac b/configure.ac
index a796212..66ce14e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.59])
-AC_INIT([haze],[0.0.1],[resiak@soc.pidgin.im])
+AC_INIT([haze],[0.1.0],[resiak@soc.pidgin.im])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/src/defines.h b/src/defines.h
index c626641..b68e947 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -20,6 +20,6 @@
*
*/
#define UI_ID "haze"
-#define HAZE_VERSION "0.0.1"
+#define HAZE_VERSION "0.1.0"
#endif /* __HAZE_DEFINES_H__ */