summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-03-27 12:13:10 +0200
committerBastien Nocera <hadess@hadess.net>2012-03-27 12:13:10 +0200
commita4e7e9111b16843ccdee9122dd49fab1ba30daf5 (patch)
treeceef760558aebbe7a185e65d163f44b50d9b97e1
parente3fc30b927ca5a95dcc513d1149ee7e0155c4f1e (diff)
0.4
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b803c7f..e37771c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+libwacom 0.4:
+- More metadata for:
+ - Intuos4 WL
+ - Bamboo One
+ - Intuos5 series
+- Don't fail to create a WacomDevice for Touch devices
+- Add API to access all items in the database
+- Add helper tool to generate udev rules from the database
+
libwacom 0.3:
- Loads of new and updated tablet definition files
- Add and correct information about styli
diff --git a/configure.ac b/configure.ac
index 0f4d656..8e59aac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libwacom], [0.3])
+AC_INIT([libwacom], [0.4])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake