summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-07-11 09:05:33 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-07-11 09:05:41 -0400
commit1fdae2bccb230be7223634d370e940ba5b4be011 (patch)
tree4f57a9e283f87f00262f0ec1a9bf0efa07ff7e45
parentda7301e983c4ea294e301daf09dc02ca1f14fad9 (diff)
Version bump to 1.1
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--UPSTREAM.notes25
-rw-r--r--configure.ac4
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