Skip to content

Commit 4b78d6e

Browse files
committed
0.9.1, Beta 1
1 parent 2531e78 commit 4b78d6e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
Version 0.9.1
2+
==
3+
4+
* Fix uninitialized value warning affecting GCC 4.2
5+
* Simplify configure script
6+
17
Version 0.9.0
28
==
39

410
* Migrate from GnomeUI + GTK2 to pure GTK3
511
* Migrate from libglade to GTK Builder
6-
* Remove ScrollKeeper and Gnome Doc Utils requirements
7-
* Remove Help buttons, which required GNOME
12+
* Migrate from Gnome Doc Utils to Yelp

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT([gmdb2],[0.9.0],[https://github.com/mdbtools/gmdb2/issues],[],[https://github.com/mdbtools/gmdb2])
2+
AC_INIT([gmdb2],[0.9.1-beta1],[https://github.com/mdbtools/gmdb2/issues],[],[https://github.com/mdbtools/gmdb2])
33
AC_CONFIG_MACRO_DIR([m4])
44
AC_CONFIG_AUX_DIR([build-aux])
55
AC_CONFIG_SRCDIR(src/uifiles/gmdb.ui)

0 commit comments

Comments
 (0)