Bump version to 2.8.1, make release

This commit is contained in:
Elijah Newren 2004-05-05 01:41:26 +00:00
parent 77a1e8ec8b
commit a7513e84fc
4 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2004-05-04 Elijah Newren <newren@math.utah.edu>
* configure.in: 2.8.1
* NEWS: update
2004-05-02 Rob Adams <readams@readams.net>
* src/metacity-dialog.c (warn_about_no_sm_support): make the no sm

14
NEWS
View File

@ -1,3 +1,17 @@
2.8.1
===
Thanks to Olivier Crete, Jarrod Johnson, Neil Muller, Elijah Newren,
Mark McLoughlin, Rob Adams, and foser AT gentoo.org for fixes in this
release.
- make the --enable-xinerama switch work properly
- prevent unwanted grab op from occurring
- don't down-size nitems from a gulong to an int
- add a value type check for the visual/audible bell gconf settings
- make the no sm support warning resizable
- more translations
2.8.0
===

2
README
View File

@ -6,7 +6,7 @@ on UNIX keyboards.
The first release of Metacity was version 2.3. Metacity has no need for
your petty hangups about version numbers.
The stable releases so far are 2.4.x, 2.6.x
The stable releases so far are 2.4.x, 2.6.x, 2.8.x
Unstable branches are 2.3.x, 2.5.x

View File

@ -5,7 +5,7 @@ AM_CONFIG_HEADER(config.h)
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
# releases on a branch add a 4th version like 2.4.21.1
AM_INIT_AUTOMAKE(metacity, 2.8.0)
AM_INIT_AUTOMAKE(metacity, 2.8.1)
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
@ -439,4 +439,4 @@ metacity-$VERSION:
Xsync: ${found_xsync}
Deprecated config dialog: ${enable_config_dialog}
"
echo "This is the UNSTABLE branch of metacity, use 2.6.x for stable (gnome-2-4 branch in CVS)"
#echo "This is the UNSTABLE branch of metacity, use 2.8.x for stable (gnome-2-6 branch in CVS)"