diff options
author | Will Thompson <resiak@soc.pidgin.im> | 2007-08-17 17:38:58 +0000 |
---|---|---|
committer | Will Thompson <resiak@soc.pidgin.im> | 2007-08-17 17:38:58 +0000 |
commit | 48562126a66ba46b6911cdbf790db9e736e8f67b (patch) | |
tree | b1ac3fbd7b11accf1c8533d87cbc5f91a567eb4e | |
parent | 75349d0d88921d75a33e59642d2042da4956ecde (diff) |
News and version numbers for 0.1.1version_0.1.1
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/defines.h | 2 |
3 files changed, 10 insertions, 4 deletions
@@ -1,5 +1,11 @@ -Version 0.1.0 – "It's Like The ... 90s" -======================================= +telepathy-haze 0.1.1 – "Release less often, release correctly" (2007-08-17) +=========================================================================== + + * Fixed some segfaults, and some corruption caused by g_free-ing + slice-allocated memory. + +telepathy-haze 0.1.0 – "It's Like The ... 90s" (2007-08-10) +=========================================================== Supported in this release: diff --git a/configure.ac b/configure.ac index 66ce14e..bd91eda 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.59]) -AC_INIT([haze],[0.1.0],[resiak@soc.pidgin.im]) +AC_INIT([haze],[0.1.1],[resiak@soc.pidgin.im]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/defines.h b/src/defines.h index b68e947..1a937f4 100644 --- a/src/defines.h +++ b/src/defines.h @@ -20,6 +20,6 @@ * */ #define UI_ID "haze" -#define HAZE_VERSION "0.1.0" +#define HAZE_VERSION "0.1.1" #endif /* __HAZE_DEFINES_H__ */ |