diff options
author | Anne Nicolas <ennael@mageia.org> | 2016-10-19 14:09:34 +0200 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2016-10-19 14:09:34 +0200 |
commit | 888d85aac3a45780bf3a831c54e9e7c845376f62 (patch) | |
tree | d2009a7c55eaa54dfb5af8e15f77a9bfa1144357 | |
parent | 0a28fd2a9628017999dd07bce3baf80ad542b493 (diff) | |
download | drakx-888d85aac3a45780bf3a831c54e9e7c845376f62.tar drakx-888d85aac3a45780bf3a831c54e9e7c845376f62.tar.gz drakx-888d85aac3a45780bf3a831c54e9e7c845376f62.tar.bz2 drakx-888d85aac3a45780bf3a831c54e9e7c845376f62.tar.xz drakx-888d85aac3a45780bf3a831c54e9e7c845376f62.zip |
2.27
-rw-r--r-- | images/Makefile | 2 | ||||
-rw-r--r-- | images/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index 08d96c138..fa6205f3e 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=2.26 +VERSION=2.27 PRODUCT=drakx-installer-images KERNELS=$(shell rpm -qf /lib/modules/3.*) diff --git a/images/NEWS b/images/NEWS index 0767f213e..5e05ac3fe 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +Version 2.27 - 19 October 2016 by Thomas Backlund + - psmouse is now modular, so add it to list_modules.pm (mga#17470) - sync with kernel-4.4 - sync with kernel-4.3 |