mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
2.25.5 release.
svn path=/trunk/; revision=3994
This commit is contained in:
parent
348795b94d
commit
647f75c4e8
@ -1,6 +1,6 @@
|
|||||||
2008-10-23 Thomas Thurman <tthurman@gnome.org>
|
2008-10-23 Thomas Thurman <tthurman@gnome.org>
|
||||||
|
|
||||||
* configure.in: Post-release bump to 2.25.5.
|
* NEWS: 2.25.5 release.
|
||||||
|
|
||||||
2008-10-23 Thomas Thurman <tthurman@gnome.org>
|
2008-10-23 Thomas Thurman <tthurman@gnome.org>
|
||||||
|
|
||||||
@ -27,6 +27,10 @@
|
|||||||
* src/Makefile.am: ditto.
|
* src/Makefile.am: ditto.
|
||||||
* po/POTFILES.skip: ditto.
|
* po/POTFILES.skip: ditto.
|
||||||
|
|
||||||
|
2008-10-22 Thomas Thurman <tthurman@gnome.org>
|
||||||
|
|
||||||
|
* configure.in: Post-release bump to 2.25.5.
|
||||||
|
|
||||||
2008-10-22 Thomas Thurman <tthurman@gnome.org>
|
2008-10-22 Thomas Thurman <tthurman@gnome.org>
|
||||||
|
|
||||||
* NEWS: 2.25.3 release.
|
* NEWS: 2.25.3 release.
|
||||||
|
12
NEWS
12
NEWS
@ -1,3 +1,15 @@
|
|||||||
|
2.25.5
|
||||||
|
======
|
||||||
|
|
||||||
|
Thanks to Thomas Thurman for improvements in this version.
|
||||||
|
|
||||||
|
- Allow third-party apps to decide whether a window appears
|
||||||
|
on all workspaces (Thomas) (#557536)
|
||||||
|
- Fixed keybindings script (again) (Thomas)
|
||||||
|
|
||||||
|
Translations
|
||||||
|
David Planella (ca), Robert Millan (ca@valencia)
|
||||||
|
|
||||||
2.25.3
|
2.25.3
|
||||||
======
|
======
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ def check_we_are_up_to_date():
|
|||||||
changed = []
|
changed = []
|
||||||
for line in commands.getoutput('/usr/bin/svn status').split('\n'):
|
for line in commands.getoutput('/usr/bin/svn status').split('\n'):
|
||||||
if line!='' and (line[0]=='C' or line[0]=='M'):
|
if line!='' and (line[0]=='C' or line[0]=='M'):
|
||||||
if line.find('release-wrangler.py')==-1:
|
if line.find('release-wrangler.py')==-1 and line.find('ChangeLog')==-1:
|
||||||
# we should be insensitive to changes in this script itself
|
# we should be insensitive to changes in this script itself
|
||||||
# to avoid chicken-and-egg problems
|
# to avoid chicken-and-egg problems
|
||||||
changed.append(line[1:].lstrip())
|
changed.append(line[1:].lstrip())
|
||||||
|
Loading…
Reference in New Issue
Block a user