diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index ffa4d1b4c..67c30fc94 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=13.44 +VERSION:=13.45 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index da2ed7168..ee3737b19 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,7 @@ +Version 13.45 +- arm/mips support +- use EVIOCGBIT ioctl instead of parsing /proc/bus/input/devices + - finish-install: touch reload-dm lock file (used in live systems to restart gdm with new defaults ) |