mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
=================================================
metacity-2.17.2 archives ready for distribution: metacity-2.17.2.tar.gz =================================================
This commit is contained in:
parent
81256ebe48
commit
3e55c138f1
@ -1,3 +1,8 @@
|
|||||||
|
2006-11-06 Thomas Thurman <thomas@thurman.org.uk>
|
||||||
|
|
||||||
|
* configure.in: pre-release bump to 2.17.2.
|
||||||
|
* NEWS: 2.17.2 release.
|
||||||
|
|
||||||
2006-11-05 Priit Laes <amd@store20.com>
|
2006-11-05 Priit Laes <amd@store20.com>
|
||||||
|
|
||||||
* src/main.c, src/ui.c: remove deprecated gtk stuff.
|
* src/main.c, src/ui.c: remove deprecated gtk stuff.
|
||||||
|
16
NEWS
16
NEWS
@ -1,3 +1,19 @@
|
|||||||
|
2.17.2
|
||||||
|
======
|
||||||
|
|
||||||
|
Thanks to Priit Laes, Bruno Boaventura, Kjartan Maraas, Justin Mason,
|
||||||
|
Elijah Newren and Dan Mick for improvements in this release.
|
||||||
|
|
||||||
|
- implement handle_move_to_{side|corner}_* to allow the user to flip a
|
||||||
|
window to the side or corner of the screen. (Justin) [#317884]
|
||||||
|
- fix strict focus mode by picking up on res_class (Dan) [#361054]
|
||||||
|
- remove deprecated gtk stuff (Priit, Bruno)
|
||||||
|
- string fixes (Kjartan) [#363354, #363355]
|
||||||
|
|
||||||
|
Translations
|
||||||
|
Jakub Friedl (cs), Francisco Javier F. Serrador (es), Ilkka Tuohela (fi),
|
||||||
|
Christophe Merlet (RedFox) (fr), Kjartan Maraas (nb)
|
||||||
|
|
||||||
2.17.1
|
2.17.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ m4_define([metacity_major_version], [2])
|
|||||||
m4_define([metacity_minor_version], [17])
|
m4_define([metacity_minor_version], [17])
|
||||||
# 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
|
||||||
m4_define([metacity_micro_version], [1])
|
m4_define([metacity_micro_version], [2])
|
||||||
|
|
||||||
m4_define([metacity_version],
|
m4_define([metacity_version],
|
||||||
[metacity_major_version.metacity_minor_version.metacity_micro_version])
|
[metacity_major_version.metacity_minor_version.metacity_micro_version])
|
||||||
|
Loading…
Reference in New Issue
Block a user