Update version number and NEWS for 1.4.3

This commit is contained in:
Thomas Wood 2012-03-05 15:56:59 +00:00
parent 7f456484a0
commit f011a9f063
2 changed files with 16 additions and 1 deletions

15
NEWS
View File

@ -1,3 +1,18 @@
1.4.3
=====
Changes since 1.4.2
* slider: allow the handle button press and release events to propagate
* widget: ensure the "disabled" pseudo class is set when needed
* toggle: bind the "disabled" property of the handle and the toggle
* entry: use an empty string if the "text" property is set to NULL
* tooltip: update position when changing the text
* button/widget: don't rely on private variables to track hover state
* toggle: change timeline direction even if playing already
1.4.2
=====

View File

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