Hello, I am in the process of rolling out a 0.9.1 release, so I am updating the NEWS file and bumping the version number in configure.ac.
Tested in applied to master. commit 8bb923d86f7f6f86150c61dbb963ea0c90c98310 Author: Dodji Seketeli <[email protected]> Date: Sun Nov 13 19:54:13 2011 +0100 Bump to 0.9.1 and update NEWS file * configure.ac: Current version is not 0.9.1 * NEWS: Update for changes since 0.9.0 diff --git a/NEWS b/NEWS index 05c0e9a..d0b6aef 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,46 @@ +0.9.1 Release +============= + +Andrej Žnidaršič + Updated Slovenian translation + +Daniel Mustieles + Updated Spanish translation + +Dodji Seketeli + Handle deprecated functions on glibmm-2.4 2.30.0 and glib-2.0 2.31.0 + Bye bye gziped tarballs, welcome xz + #664385 - Source code tab label completely ellipsized + Allow shrinking of the memory view widget + Relax the fixed minimum sizes preventing shrinking + Allow selecting current frame twice consecutively + +Fabien Parent + #646698 Add cmd line option to choose the gdb binary + #659462 Handle plural form of a string + Use local time instead of UTC time + +Jorge González + Updated Spanish translation + +Marek Černocký + Updated Czech translation + +Mario Blättermann + Updated German translation + +Martin Srebotnjak + Updated Slovenian translation + +Matej Urbančič: + Updated Slovenian translation + +Takeshi AIHANA + Updated Japanese translation. + +dmustieles + Updated Spanish translation + 0.9.0 Release ============= diff --git a/configure.ac b/configure.ac index 2cb2609..fb741e3 100644 --- a/configure.ac +++ b/configure.ac @@ -4,10 +4,10 @@ dnl ************************************************************** MAJOR_VERSION=0 MINOR_VERSION=9 -MICRO_VERSION=0 +MICRO_VERSION=1 AC_INIT([nemiver], - [0.9.0], + [0.9.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver], [nemiver], [http://projects.gnome.org/nemiver]) -- Dodji _______________________________________________ nemiver-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/nemiver-list
