diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-04-03 15:29:02 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-04-03 15:29:02 +0000 |
commit | f06cf18039db97ae080ad8512d745813568909c2 (patch) | |
tree | bce625aa3edbd8c227aa3370292c4e964d11e0f5 | |
parent | 9b32ecd552f92959830174172756648d72900db3 (diff) | |
download | drakguard-f06cf18039db97ae080ad8512d745813568909c2.tar drakguard-f06cf18039db97ae080ad8512d745813568909c2.tar.gz drakguard-f06cf18039db97ae080ad8512d745813568909c2.tar.bz2 drakguard-f06cf18039db97ae080ad8512d745813568909c2.tar.xz drakguard-f06cf18039db97ae080ad8512d745813568909c2.zip |
0.4
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = drakguard -VERSION = 0.3 +VERSION = 0.4 DESTDIR= sbindir=/usr/sbin @@ -1,3 +1,9 @@ +0.4: +- fix whitelisting websites, by using a site list, and not an url list +- add wait message when applying configuration +- hide inactive time control pane (the "time" netfilter module does + not work out of the box in current kernel) + 0.3: - really quit gui when needed (like when packages instalaltion is cancelled, #39557) |