Update version number and NEWS for 1.4.5

This commit is contained in:
Thomas Wood 2012-03-30 13:53:06 +01:00
parent 245fb72151
commit 21c3f3e4c0
2 changed files with 19 additions and 1 deletions

18
NEWS
View File

@ -1,3 +1,21 @@
1.4.5
=====
Changes since 1.4.4
* dialog: ensure that the initial size of the dialog is correct
* dialog: disable the blurred background when using Clutter ≥ 1.10
* css: pseudo-class should be identified by ':' in debug output
* combo-box: don't use NULL when setting the ClutterText "text" property
* test-containers: create a grid of actors in a group for viewport tests
* viewport: implement apply_transform and get_paint_volume
* scroll-view: clip around the child instead of setting clip-to-allocation
* table: fix sorting depth
* entry: Don't emit the notify text signal on switching between the hint text
* application: ensure the singleton variable is properly assigned
* adjustment: emit the "changed" signal if the value property changes
1.4.4
=====

View File

@ -1,6 +1,6 @@
m4_define([mx_major], [1])
m4_define([mx_minor], [4])
m4_define([mx_micro], [4])
m4_define([mx_micro], [5])
m4_define([mx_version], [mx_major.mx_minor.mx_micro])
m4_define([mx_api_version], [mx_major.0])