diff options
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 1a5246da4..bd5e2dc62 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=16.21 +VERSION:=16.22 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index b25dbfd93..e090914f2 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 16.22 - 15 January 2014 + - services: o use --no-block with chkconfig and systemctl enable to prevent systemd reload and potential crash (especially during first/live boot) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 57e1a71f2..980a4b5e6 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 16.22 - 15 January 2014 + - fix "No GSettings schemas are installed on the system" error when inspecting partitions (mga#12279) - services: |