diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = transfugdrake -VERSION = 1.4 +VERSION = 1.5 PREFIX = BINDIR = $(DESTDIR)/usr/bin SBINDIR = $(DESTDIR)/usr/sbin @@ -1,3 +1,9 @@ +1.5: +- fix detection of partitions using UUID (#38689) +- fix matching windows system path with ntfs-3g (i.e. really be case-insensitive) +- find disks later not to slow startup +- handle wizcancel more cleanly + 1.4: - disable documents sharing |