diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = transfugdrake -VERSION = 0.9 +VERSION = 1.0 PREFIX = BINDIR = $(DESTDIR)/usr/bin SBINDIR = $(DESTDIR)/usr/sbin @@ -1,3 +1,7 @@ +1.0: +- really run import if only one linux user and one windows user are detected +- do not pop wait messages + 0.9: - uniquify linux users list (workaround a glibc bug) |