diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-04-13 20:08:33 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-04-13 20:08:33 +0000 |
commit | bf9761e49891594261ae2de69c796ecc8caf5d4c (patch) | |
tree | 80239b5eb3af77b641fad702bccfcb4c16051b3b | |
parent | 7eaae459b670e6827a6d08cd1a1a1d54d09ab69a (diff) | |
download | drakiso-bf9761e49891594261ae2de69c796ecc8caf5d4c.tar drakiso-bf9761e49891594261ae2de69c796ecc8caf5d4c.tar.gz drakiso-bf9761e49891594261ae2de69c796ecc8caf5d4c.tar.bz2 drakiso-bf9761e49891594261ae2de69c796ecc8caf5d4c.tar.xz drakiso-bf9761e49891594261ae2de69c796ecc8caf5d4c.zip |
2.2
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = draklive -VERSION = 2.1 +VERSION = 2.2 check: perl -cw -I./lib $(NAME) @@ -1,3 +1,5 @@ +2.2: + - umount_system_fs(): unmount /run too 2.1: |