Skip to content

Commit

Permalink
Support new -listxml elements in MAME 0.132.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarnes committed Jun 13, 2009
1 parent 593efc4 commit 00ffa3c
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 78 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2009-06-12 Matthew Barnes <[email protected]>

* configure.ac:
Post-release version bump.

* gva-db.c:
Support new elements in MAME 0.132: 'configuration', 'confsetting'
and 'adjuster'.

2009-04-26 Matthew Barnes <[email protected]>

* NEWS: Update for 0.6.7
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

AC_PREREQ([2.54])

m4_define([gva_version], 0.6.7)
m4_define([gva_version], 0.6.8)

AC_INIT([GNOME Video Arcade], [gva_version],
[[email protected]], gnome-video-arcade)
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/database-schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ CREATE TABLE playback (
</programlisting>
</simplesect>

<simpleset>
<simplesect>
<title>Table: window</title>
<programlisting>
CREATE TABLE window (
Expand All @@ -177,7 +177,7 @@ CREATE TABLE window (
height,
maximized);
</programlisting>
</simpleset>
</simplesect>

<simplesect>
<title>View: available</title>
Expand Down
Loading

0 comments on commit 00ffa3c

Please sign in to comment.