diff options
author | Will Thompson <resiak@soc.pidgin.im> | 2007-08-10 17:17:48 +0000 |
---|---|---|
committer | Will Thompson <resiak@soc.pidgin.im> | 2007-08-10 17:17:48 +0000 |
commit | 175ebb02f4861fbf7a5eebf798fb9349175e50fc (patch) | |
tree | 9a1e70acc0b8eb002d8ecf9850029802d5f1c869 | |
parent | b41baafd7f9c670a9a44d535266a94312939694c (diff) |
News for 0.1.0; set version numbers in configure and definesversion_0.1.0
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/defines.h | 2 |
3 files changed, 17 insertions, 2 deletions
@@ -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__ */ |