1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
fsprotect (1.0.7) unstable; urgency=medium
* Depend on aufs-dkms now that it's back in Debian (Closes: #819992)
* Privide a systemd service file (Closes: #796617)
* Fix for systemd: Mark / as a private mount momentarily in order to move
partitions under it
* Fix debian/rules to use binary-install instead of binary
* Suffix DEBIAN_DH_ vars with package name in debian/rules
* Add Vcs-Git
* Depend on lsb-base
* Bump compatibility level to 10
* Bump standards version to 3.9.8
* Ignore init.d-script-does-not-implement-optional-option since status makes
little sense for the init script, plus systemd provides this already
-- Stefanos Harhalakis <v13@v13.gr> Sun, 01 Jan 2017 22:14:30 +0000
fsprotect (1.0.6) unstable; urgency=low
* Copy /usr/bin/touch as well to initramfs (Closes: #628796)
* Standards version 3.9.3:
+ Machine readable copyright file.
* Override lintian informational message about 'status' support in init
script.
* Change pointing license file to GPL-2 instead of GPL. Fixes lintian
warning.
-- Stefanos Harhalakis <v13@v13.gr> Mon, 27 Feb 2012 20:54:18 +0000
fsprotect (1.0.5) unstable; urgency=low
* Add support for "auto" size to use 50% of system memory (Closes: #564141)
* Restore [bd]ashism to avoid dependency on sed in initramfs stage. Since
it is supported by dash it should not be a problem (Closes: #564141)
* Fix permissions of tmpfs mounts: Root FS gets 755 and other FSs get
the same ownership/permissions of the original fs. (Closes: #561640)
* Drop dependency on aufs-modules and add run-time aufs check. This also
drops the lintian override. (Closes: #566161)
* Add a copy of the initramfs portion to nfs-bottom to be usable for
nfs mounts. This was reported to work. (Closes: #564138)
* Standards version 3.8.4. No changes needed.
* Switched to CDBS
* Changed is_aufs.1 section to 1 (was 8).
* Install is_aufs in /bin instead of /sbin (thanks to LI Daobing
<lidaobing@debian.org> for noting the incosistency)
-- Stefanos Harhalakis <v13@v13.gr> Sun, 25 Apr 2010 12:52:36 +0300
fsprotect (1.0.4) unstable; urgency=low
* Remove dependency on aufs-tools (Closes: #555636)
* Standards version 3.8.3. No changes needed.
* Remove full-path from update-initramfs call (Fixes lintian warnings).
* Change init script dependency from mountall to $local_fs (Fixes lintian
error)
* Register fsprotect.pdf with doc-base (Fixes lintian info message).
-- Stefanos Harhalakis <v13@v13.gr> Fri, 13 Nov 2009 12:39:53 +0200
fsprotect (1.0.3) unstable; urgency=low
* Don't show "We don't want fsprotect" unless there is a 'nofsprotect'
kernel option. (Closes: #530242)
* Improved documentation a bit thanks to Martin T. Krafft. (Closes: #530243)
* Fix bashism in initramfs local-bottom script.
* Make fsprotect work with dirs-in-dirs
-- Stefanos Harhalakis <v13@v13.gr> Sat, 23 May 2009 13:19:33 +0300
fsprotect (1.0.2) unstable; urgency=low
* Documentation (fsprotect.pdf).
* Standards version 3.8.1
* Create /fsprotect on-the-fly inside aufs-dir and remove /fsprotect/*
from debian/dirs
-- Stefanos Harhalakis <v13@v13.gr> Sun, 12 Apr 2009 15:32:11 +0300
fsprotect (1.0.1) unstable; urgency=low
* Debian packaging fixes
-- Stefanos Harhalakis <v13@v13.gr> Sun, 22 Mar 2009 23:29:45 +0200
fsprotect (1.0.0) unstable; urgency=low
* Initial Release (Closes: #520765)
-- Stefanos Harhalakis <v13@v13.gr> Sat, 21 Mar 2009 15:29:43 +0200
|