mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
2.10.0 release
2005-03-07 Elijah Newren <newren@gmail.com> * configure.in: * README: * NEWS: 2.10.0 release
This commit is contained in:
parent
de4ab5cede
commit
c16108aba3
@ -1,3 +1,10 @@
|
|||||||
|
2005-03-07 Elijah Newren <newren@gmail.com>
|
||||||
|
|
||||||
|
* configure.in:
|
||||||
|
* README:
|
||||||
|
* NEWS:
|
||||||
|
2.10.0 release
|
||||||
|
|
||||||
2005-02-28 Elijah Newren <newren@gmail.com>
|
2005-02-28 Elijah Newren <newren@gmail.com>
|
||||||
|
|
||||||
* configure.in: post-release version bump to 2.9.55
|
* configure.in: post-release version bump to 2.9.55
|
||||||
|
12
NEWS
12
NEWS
@ -1,3 +1,15 @@
|
|||||||
|
2.10.0
|
||||||
|
==
|
||||||
|
|
||||||
|
This is a stable release to coincide with the release of Gnome 2.10.0.
|
||||||
|
The only difference between this version and 2.9.34 is some
|
||||||
|
translation updates.
|
||||||
|
|
||||||
|
Translations
|
||||||
|
Vladimir Petkov (bg), Gabor Kelemen (hu), ´ygimantas Berucka (lt),
|
||||||
|
Reinout van Schouwen (nl), Mugurel Tudor (ro), Danilo ¦egan (sr),
|
||||||
|
Woodman Tuen (zh_TW)
|
||||||
|
|
||||||
2.9.34
|
2.9.34
|
||||||
==
|
==
|
||||||
|
|
||||||
|
4
README
4
README
@ -6,9 +6,9 @@ on UNIX keyboards.
|
|||||||
The first release of Metacity was version 2.3. Metacity has no need for
|
The first release of Metacity was version 2.3. Metacity has no need for
|
||||||
your petty hangups about version numbers.
|
your petty hangups about version numbers.
|
||||||
|
|
||||||
The stable releases so far are 2.4.x, 2.6.x, 2.8.0, 2.8.1, 2.8.1.x, 2.8.5-
|
The stable releases so far are 2.4.x, 2.6.x, 2.8.[01], 2.8.1.x, 2.8.5-, 2.10.x
|
||||||
|
|
||||||
Unstable branches are 2.3.x, 2.5.x, 2.8.2-4, 2.9.x)
|
Unstable branches are 2.3.x, 2.5.x, 2.8.2-4, 2.9.x
|
||||||
|
|
||||||
COMPILING METACITY
|
COMPILING METACITY
|
||||||
===
|
===
|
||||||
|
@ -2,7 +2,7 @@ AC_PREREQ(2.50)
|
|||||||
|
|
||||||
# Fibonacci sequence for micro version numbering:
|
# Fibonacci sequence for micro version numbering:
|
||||||
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
|
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
|
||||||
AC_INIT([metacity], [2.9.55],
|
AC_INIT([metacity], [2.10.0],
|
||||||
[http://bugzilla.gnome.org/enter_bug.cgi?product=metacity])
|
[http://bugzilla.gnome.org/enter_bug.cgi?product=metacity])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR(src/display.c)
|
AC_CONFIG_SRCDIR(src/display.c)
|
||||||
@ -499,5 +499,5 @@ metacity-$VERSION:
|
|||||||
Xsync: ${found_xsync}
|
Xsync: ${found_xsync}
|
||||||
Render: ${have_xrender}
|
Render: ${have_xrender}
|
||||||
"
|
"
|
||||||
echo "This is the UNSTABLE branch of metacity"
|
#echo "This is the UNSTABLE branch of metacity"
|
||||||
echo "Use 2.8.x (where x > 5) for stable (gnome-2-8 branch in CVS)"
|
#echo "Use 2.8.x (where x > 5) for stable (gnome-2-8 branch in CVS)"
|
||||||
|
Loading…
Reference in New Issue
Block a user