From a4e7e9111b16843ccdee9122dd49fab1ba30daf5 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 27 Mar 2012 12:13:10 +0200 Subject: 0.4 --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3