Skip to content

Releases: mdbtools/gmdb2

gmdb2 0.9.1

25 Aug 18:21
Compare
Choose a tag to compare

Changes since 0.9.1:

  • Fix uninitialized value warning affecting GCC 4.2
  • Simplify configure script

gmdb2 0.9.0

17 Aug 17:11
Compare
Choose a tag to compare

gmdb2 0.9.0 is the first official release of gmdb2 since it was split off from the main mdbtools repository. It is a standalone program that was recently ported to GTK+3, and has been tested on macOS, Linux, and FreeBSD.

Build requirements:

  • mdbtools 0.9.0 or later
  • GTK+ 3.22 or later
  • gawk for man page generation (configure with --disable-man if you don't have gawk)

Installation:

  • configure
  • make
  • sudo make install

Run:

  • gmdb2 [file]

The Help menu requires yelp to be installed.

gmdb 0.9.0, Beta 3

05 Aug 12:35
Compare
Choose a tag to compare
gmdb 0.9.0, Beta 3 Pre-release
Pre-release

Changes since Beta 2:

  • Table information buttons are now disabled at app startup #7
  • Fix an issue where the app was unresponsive on Linux and BSD variants #5
  • txt2man is now distributed in the release (so --disable-man is unnecessary)

The build requirements for Beta 3:

  • mdbtools 0.9.0 or later
  • GTK+ 3.22 or later
  • gawk for man page generation (configure with --disable-man if you don't have gawk)

Installation:

  • configure
  • make
  • sudo make install

The Help menu requires yelp to be installed.

gmdb2 0.9.0 Beta 2

04 Aug 12:32
Compare
Choose a tag to compare
gmdb2 0.9.0 Beta 2 Pre-release
Pre-release

After a significant porting effort, the interface of GMDB2 has been modernized to use GTK+3, and should run on any modern Linux release – as well as Mac installations that have GTK+3 from Homebrew or MacPorts. Anyone using mdbtools in a desktop environment is encouraged to give it a try. If your preferred package manager has dropped support for GMDB2 in the past few years, you are encouraged to point the maintainer to this release, as many obsolete package requirements have been dropped.

The build requirements for Beta 2 are now:

  • mdbtools 0.9.0 or later
  • GTK+ 3.22 or later

Installation:

  • configure --disable-man
  • make
  • sudo make install

The Help menu requires yelp to be installed.

A final release of 0.9.0 will occur if no major bugs are found.

gmdb2 0.9.0 Beta 1

13 Oct 19:17
Compare
Choose a tag to compare
gmdb2 0.9.0 Beta 1 Pre-release
Pre-release

gmdb2 0.9.0 will be the first release of gmdb2 separate from MDB Tools. This beta is being made available so that package maintainers can provide feedback before a final release.