summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2674708..d54c950 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = draklive-install
-VERSION = 1.21
+VERSION = 1.22
dli_confdir = ${sysconfdir}/$(NAME).d
dli_sysconfigdir = $(dli_confdir)/sysconfig
diff --git a/NEWS b/NEWS
index b3ef079..31c22a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+1.22:
+- keep pre-configured desktop session
+
1.21:
- don't set gettext domain too late (caused badly displayed accents when running draklive-install) (Thierry Vignaud)