summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-12-28 16:31:20 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-12-28 16:31:20 +0100
commitc796a3d296447c34e27d53264b46b24a5d21a07a (patch)
treea9cd6d13ba6e87a14867f276c5498755b708ba53
parent43597ead30c23addf678befb21486a1ebecebe9b (diff)
downloaddrakx-c796a3d296447c34e27d53264b46b24a5d21a07a.tar
drakx-c796a3d296447c34e27d53264b46b24a5d21a07a.tar.gz
drakx-c796a3d296447c34e27d53264b46b24a5d21a07a.tar.bz2
drakx-c796a3d296447c34e27d53264b46b24a5d21a07a.tar.xz
drakx-c796a3d296447c34e27d53264b46b24a5d21a07a.zip
16.1816.18
-rw-r--r--perl-install/Makefile.config2
-rw-r--r--perl-install/NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index 308d6ad27..c7dc52a85 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -1,5 +1,5 @@
# -*- Makefile -*-
-VERSION:=16.17
+VERSION:=16.18
SUDO = sudo
TMPDIR = /tmp
diff --git a/perl-install/NEWS b/perl-install/NEWS
index a65d4164f..849561372 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+Version 16.18 - 28 December 2013
+
- detecting input devices:
o display the real accessed /dev/input/eventX file (mga#8232)
o do not crash if /dev/input/eventX doesn't exist (mga#10296)