From 4c0b154f7d6e10537bae2c78c6f5035c156e9912 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 23 Jul 2015 15:26:23 +0200 Subject: [PATCH] 1.1 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4062375..3f3675d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +1.1 +--- + +This release adds support for Compasses (only accessible to GeoClue). + +- Fix service not starting in a number of cases +- Fix excessive CPU usage monitoring light sensors on Macs +- Support light sensors on some Samsung laptops +- Fix incorrect sensor readings on some devices due to unit scaling + 1.0 --- diff --git a/configure.ac b/configure.ac index 18d28c1..0f97048 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([iio-sensor-proxy], [1.0], [hadess@hadess.net]) +AC_INIT([iio-sensor-proxy], [1.1], [hadess@hadess.net]) AM_INIT_AUTOMAKE(1.9 dist-xz no-dist-gzip check-news) # Enable silent build when available (Automake 1.11)