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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270
|
disorderfs (0.5.11-3) unstable; urgency=medium
* disorderfs.1.txt: fix typo in list index, taken from upstream git.
* Bump standards version to 4.6.2, no changes needed.
-- Holger Levsen <holger@debian.org> Thu, 16 Feb 2023 14:57:44 +0100
disorderfs (0.5.11-2) unstable; urgency=medium
* Bump standards version to 4.6.0
-- Holger Levsen <holger@debian.org> Mon, 25 Oct 2021 10:41:00 +0200
disorderfs (0.5.11-1) unstable; urgency=medium
[ Holger Levsen ]
* New upstream release.
* Update standards version to 4.5.1, no changes needed.
-- Holger Levsen <holger@debian.org> Tue, 19 Jan 2021 12:56:37 +0100
disorderfs (0.5.10-2) unstable; urgency=medium
* d/rules: enable hardening via DEB_BUILD_MAINT_OPTIONS.
* Drop debian/disorderfs.lintian-overrides.
-- Holger Levsen <holger@debian.org> Tue, 27 Oct 2020 21:37:07 +0100
disorderfs (0.5.10-1) unstable; urgency=medium
* Use "directory entries" over "dirents" in human-readable output/log
messages.
* Apply astyle with the default settings to disorderfs.cpp.
-- Chris Lamb <lamby@debian.org> Thu, 21 May 2020 11:52:27 +0100
disorderfs (0.5.9-2) unstable; urgency=medium
* Bump debhelper-compat to 13.
-- Holger Levsen <holger@debian.org> Tue, 12 May 2020 15:17:10 +0200
disorderfs (0.5.9-1) unstable; urgency=medium
[ Chris Lamb ]
* Don't attempt to drop groups in multi-user mode when we are not root.
(Closes: reproducible-builds/disorderfs#1)
[ Vagrant Cascadian ]
* Update Vcs-Git in debian/control to include the "debian" packaging branch.
-- Chris Lamb <lamby@debian.org> Thu, 16 Apr 2020 11:20:27 +0100
disorderfs (0.5.8-2) unstable; urgency=medium
* No change source upload to allow testing migration.
-- Holger Levsen <holger@debian.org> Thu, 23 Jan 2020 18:21:57 +0100
disorderfs (0.5.8-1) unstable; urgency=medium
[ Helmut Grohne ]
* Use the build architecture's pkg-config to permit cross-architecture
builds. (Closes: #949609)
-- Chris Lamb <lamby@debian.org> Wed, 22 Jan 2020 21:23:23 +0000
disorderfs (0.5.7-1) unstable; urgency=medium
[ Chris Lamb ]
* Ignore the return values to fsyncdir to ensure (for example) dpkg(1) can
"flush" /var/lib/dpkg.
[ Debian Janitor ]
* Bump debhelper from old 11 to 12.
* Re-export upstream signing key without extra signatures.
[ Holger Levsen ]
* New upstream release.
* Bump standards version to 4.5.0, no changes needed.
-- Holger Levsen <holger@debian.org> Tue, 21 Jan 2020 13:14:46 +0100
disorderfs (0.5.6-2) unstable; urgency=medium
* Bump standards version to 4.4.0, no changes needed.
-- Holger Levsen <holger@debian.org> Thu, 01 Aug 2019 11:08:07 -0300
disorderfs (0.5.6-1) unstable; urgency=medium
* New upstream version.
* Bump Standards-Version to 4.3.0.
-- Holger Levsen <holger@debian.org> Thu, 17 Jan 2019 18:56:01 +0100
disorderfs (0.5.5-1) unstable; urgency=medium
[ Chris Lamb ]
* Inform FUSE that we wrap and thus accept the UTIME_OMIT (and UTIME_NOW)
magic values to ensure that "touch -m …" and "touch -a …" work as expected.
(Closes: #911281)
[ Bernhard M. Wiedemann ]
* Add tests for file modification and access time issues.
-- Chris Lamb <lamby@debian.org> Wed, 24 Oct 2018 16:30:58 -0400
disorderfs (0.5.4-2) unstable; urgency=medium
* Use the new debhelper-compat(=11) notation and drop d/compat.
* Update d/watch file for salsa.
-- Holger Levsen <holger@debian.org> Sat, 13 Oct 2018 13:08:55 +0100
disorderfs (0.5.4-1) unstable; urgency=medium
[ Bernhard M. Wiedemann ]
* Use sys/xattr.h from glibc; libattr-2.4.48 dropped its own xattr.h.
[ Chris Lamb ]
* Rewrite call to readdir_r(3) to use readdir(3) instead as the former has
been deprecated in glibc 2.24. This silences a -Wdeprecated-declarations
GCC warning.
[ Mattia Rizzolo ]
* Update README with updated instructions on how to release the tarball.
-- Chris Lamb <lamby@debian.org> Wed, 26 Sep 2018 21:14:08 +0100
disorderfs (0.5.3-2) unstable; urgency=medium
[ Chris Lamb ]
* Update Vcs-{Git,Browser} as repository has been migrated to salsa.
-- Holger Levsen <holger@debian.org> Sat, 02 Jun 2018 13:24:41 +0000
disorderfs (0.5.3-1) unstable; urgency=medium
[ Chris Lamb ]
* Ensure readdir(2) returns consistent/unique inode numbers.
(Closes: #898287)
* disorderfs.1.txt:
- Add a reproducible builds example, highlighting the non-intuitive
recommendation to sort instead of shuffle.
- Correct explictly -> explicitly typo.
- Add example on how to unmount to manpage.
* Override no-upstream-changelog Lintian warning as we are upstream.
* Use HTTPS format URI in debian/copyright.
* Bump Standards-Version to 4.1.4.
* Move to debhelper compat level 11.
* Drop trailing whitespace in debian/control.
[ Holger Levsen ]
* d/control: Declare that disorderfs doesn't need root to build.
-- Chris Lamb <lamby@debian.org> Sat, 12 May 2018 18:02:30 +0100
disorderfs (0.5.2-2) unstable; urgency=medium
[ Holger Levsen ]
* debian/control:
- Move package to section 'optional' from 'extra'.
- Add myself to uploaders.
- Bump Standards-Version to 4.1.1, no changes needed.
- Raise build-depends to debhelper >= 10.2.5~.
- Use /git/ instead of /cgit/ URL for Vcs-Browser.
* debian/compat: Bump to level 10.
[ Ximin Luo ]
* Add my signing key to upstream/signing-key.asc.
[ Chris Lamb ]
* Bump Standards-Version to 4.1.0.
* debian/watch: Use HTTPS URI.
-- Holger Levsen <holger@debian.org> Mon, 30 Oct 2017 17:52:04 +0100
disorderfs (0.5.2-1) unstable; urgency=medium
* Team upload.
[ Ximin Luo ]
* Add -q, --quiet options to avoid printing to stdout.
* Update to latest Standards-Version; no changes required.
[ Chris Lamb ]
* Add docs regarding uploading a signed tarball.
-- Ximin Luo <infinity0@debian.org> Mon, 21 Aug 2017 19:37:28 +0200
disorderfs (0.5.1-1) unstable; urgency=medium
[ Chris Lamb ]
* Add --sort-dirents=yes|no option for forcing deterministic.
* Support absolute paths by transforming ROOTDIR on startup.
* Print the behaviour on startup to stdout (Closes: #837689)
* Add testsuite, but do not run in Debian package build due to lack of
reliable FUSE on buildds.
* debian/control:
- Bump Standards-Version to 3.9.8.
- Add Homepage field.
- Add myself to Uploaders.
[ Andrew Ayer ]
* Fix resolution of ROOTDIR
* Update man page: absolute path no longer required for ROOTDIR
-- Chris Lamb <lamby@debian.org> Tue, 13 Sep 2016 23:11:02 +0100
disorderfs (0.4.3-1) unstable; urgency=medium
* New upstream release:
- Clear umask so files are created with correct permissions
(Closes: #826891)
-- Andrew Ayer <agwa@andrewayer.name> Thu, 09 Jun 2016 20:44:03 -0700
disorderfs (0.4.2-1) unstable; urgency=medium
* New upstream release:
- Fix memory corruption when processing command line arguments,
which could cause command line options to be ignored.
(Closes: #808779)
-- Andrew Ayer <agwa@andrewayer.name> Tue, 22 Dec 2015 17:34:55 -0800
disorderfs (0.4.1-1) unstable; urgency=medium
* New upstream release:
- Only propagate locks if --share-locks=yes is provided
(Closes: #800063)
-- Andrew Ayer <agwa@andrewayer.name> Sat, 17 Oct 2015 19:53:36 -0700
disorderfs (0.4.0-1) unstable; urgency=low
* New upstream release:
- Propagate locks to underlying filesystem
- Drop direct_io option (Closes: #799866)
- Implement flush, fsync, and fsyncdir
- Implement read_buf and write_buf for more efficient I/O
- Remove most of the BUGS from the man page since they're fixed :-)
-- Andrew Ayer <agwa@andrewayer.name> Wed, 23 Sep 2015 09:21:52 -0700
disorderfs (0.3.0-1) unstable; urgency=medium
* New upstream release:
- Implement multi-user mode
- Add options --shuffle-dirents, --reverse-dirents, and --pad-blocks
- Use l variants of xattr syscalls to avoid following symlinks
-- Andrew Ayer <agwa@andrewayer.name> Tue, 22 Sep 2015 07:06:53 -0700
disorderfs (0.2.0-1) unstable; urgency=medium
* New upstream release:
- Add xattr support
- Clarify BUGS in man page
- Require rootdir arg to be absolute path, and document in man page
* Set architecture to linux-any
-- Andrew Ayer <agwa@andrewayer.name> Wed, 26 Aug 2015 13:11:38 -0700
disorderfs (0.1.0-1) unstable; urgency=medium
* Initial release. (Closes: #796401)
-- Andrew Ayer <agwa@andrewayer.name> Fri, 21 Aug 2015 20:33:59 +0200
|