diff --git a/NEWS b/NEWS index c2b8d4d..b395aa8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +2.4 +--- + +This release fixes data being incorrectly read from sensors due to +a naively broken compilation fix. It also supports Geoclue running +as a different user than "geoclue". + 2.3 --- diff --git a/configure.ac b/configure.ac index 06bfd37..d7653fa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT([iio-sensor-proxy], [2.3], [hadess@hadess.net]) +AC_INIT([iio-sensor-proxy], [2.4], [hadess@hadess.net]) AX_IS_RELEASE([git-directory])