From 1fdae2bccb230be7223634d370e940ba5b4be011 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 11 Jul 2013 09:05:33 -0400 Subject: Version bump to 1.1 Signed-off-by: Anthony G. Basile --- UPSTREAM.notes | 25 +++++++++++++++++-------- configure.ac | 4 ++-- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/UPSTREAM.notes b/UPSTREAM.notes index 2067c60ed7..7cb12e32ff 100644 --- a/UPSTREAM.notes +++ b/UPSTREAM.notes @@ -1,13 +1,12 @@ +2013-07-11 -2013-07-09 + * Prepare 1.1 release. Uptream imports are up to date as of 2013-07-10. All commits + previous to - * Import of hwdb - * Fix LGPL license for src/gudev - * Add "hwdb: add --lookup-prefix= option" commit a4bbef099209d4e3bccd913cd30da536f8971064 - * DO NOT ADD "static-nodes: move creation of static nodes from udevd to tmpfiles" - commit edeb68c53f1cdc452016b4c8512586a70b1262e3. Upstream has moved this functionality - to systemd-tmpfilesd since kmod v14 now exports static node info in tmpfiles.d format. - We wish to retain this functionality in udevd. + http://cgit.freedesktop.org/systemd/systemd/commit/?id=9d7d42bc406a2ac04639674281ce3ff6beeda790 + + have been considered. That commit adds a new builtin 'keyboard' to manage key mappings. + It is scheduled for inclusion in 1.2 which should coincide with uptream release v206. 2013-07-10 @@ -18,3 +17,13 @@ * Bring src/udev/mkdir.c in line with upstreams use of *_internal() with prefix. Also import path_startswith() from upstream's src/shared/path-util.c. This is now needed in our src/udev/mkdir.c in the new *_internal() functions. + +2013-07-09 + + * Import of hwdb + * Fix LGPL license for src/gudev + * Add "hwdb: add --lookup-prefix= option" commit a4bbef099209d4e3bccd913cd30da536f8971064 + * DO NOT ADD "static-nodes: move creation of static nodes from udevd to tmpfiles" + commit edeb68c53f1cdc452016b4c8512586a70b1262e3. Upstream has moved this functionality + to systemd-tmpfilesd since kmod v14 now exports static node info in tmpfiles.d format. + We wish to retain this functionality in udevd. diff --git a/configure.ac b/configure.ac index 6ab04df6bd..3e5c53f9c4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.68]) -AC_INIT([eudev],[1.0],[https://github.com/gentoo/eudev/issues]) -AC_SUBST(UDEV_VERSION, 204) +AC_INIT([eudev],[1.1],[https://github.com/gentoo/eudev/issues]) +AC_SUBST(UDEV_VERSION, 205) AC_CONFIG_SRCDIR([src/udev/udevd.c]) AC_USE_SYSTEM_EXTENSIONS -- cgit v1.2.3-54-g00ecf