[hyena] [release] Update configure.ac, .doap, and NEWS for 0.4
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena] [release] Update configure.ac, .doap, and NEWS for 0.4
- Date: Tue, 5 Oct 2010 19:40:34 +0000 (UTC)
commit 363300be3ffc002286ba3e85c63414dcea4cdda2
Author: Gabriel Burt <gabriel burt gmail com>
Date: Tue Oct 5 14:13:41 2010 -0500
[release] Update configure.ac, .doap, and NEWS for 0.4
NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
hyena.doap | 8 ++++----
3 files changed, 51 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 984647f..3192555 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,50 @@
==========================
+Version 0.4 - Oct 5, 2010
+==========================
+
+General:
+* Update to build on Windows with MonoDevelop 2.2.1
+* Disable CheckForOverflowUnderflow in many .csproj
+* Can now include hyena as a git submodule within other projects
+
+Hyena:
+* Bind gtk_show_uri (bgo#587320)
+* Add StringUtil.EscapeLike
+* Add stream based hashing
+* Add an ApplicationName property to ApplicationContext
+* New SafeUri class
+* New Hyena.Downloader namespace/API
+* New Paths class (bgo#605891)
+* Handle bad indices in MemoryListModel
+* Fix LruCache item expiration
+* Add thread id to Hyena.Log when debugging.
+* Fix file location queries (bgo#612152)
+* Make CryptoUtil.Md5Encode thread-safe
+* [Json] Add serializer
+* New Hyena.Metrics classes for instrumenting apps
+* More extensive platform detection probing
+* Bundle HttpUtility; dependency on System.Web (bgo#607713)
+
+Hyena.Gui
+* New ListView grid mode
+* Fix ListView a11y crasher (bgo#615892).
+* [Hyena.Gui] Fix ActionManager toolitem icon sizing bgo#609265
+
+Hyena.Data.Sqlite:
+* Add HYENA_MD5 method
+* Extend SqliteConnection to handle double and nullable values.
+* Case-insensitive column checks
+* Add BinaryFunction class; Lets extensions etc call custom methods
+ from SQL even if they're not loaded initially
+* Fix exception handling (bgo#609799)
+
+Contributors:
+Aaron Bockover, Alan McGovern, Alexander Kojevnikov, Anders Petersson,
+Andrés G. Aragoneses, Bertrand Lorentz, David Nielsen, Gabriel Burt,
+Ján Sokoly, Jeroen Budts, Mike Gemünde, Paul Lange, Pete Johanson,
+Ruben Vermeersch, Sandy Armstrong
+
+==========================
Version 0.3 - May 6, 2010
==========================
diff --git a/configure.ac b/configure.ac
index 7a7946f..5024535 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Warning: This is an automatically generated file, do not edit!
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.54])
-AC_INIT([hyena], [0.3])
+AC_INIT([hyena], [0.4])
AM_INIT_AUTOMAKE([foreign dist-bzip2 tar-ustar])
AM_MAINTAINER_MODE
AC_SUBST([ACLOCAL_AMFLAGS], ["-I build/m4/shamrock \${ACLOCAL_FLAGS}"])
diff --git a/hyena.doap b/hyena.doap
index 862c63d..b95b50e 100644
--- a/hyena.doap
+++ b/hyena.doap
@@ -19,10 +19,10 @@
<!-- Current Releases -->
<release>
<Version>
- <name>0.3</name>
- <branch>stable</branch>
- <created>2010-05-06</created>
- <revision>0.3</revision>
+ <name>0.4</name>
+ <branch>master</branch>
+ <created>2010-10-05</created>
+ <revision>0.4</revision>
<file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/hyena/" />
</Version>
</release>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]