]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Empty cache whenever Fort's version changes
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 5 Dec 2023 21:16:21 +0000 (18:16 -0300)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 6 Dec 2023 17:48:08 +0000 (14:48 -0300)
commit161c2af306d1e2ea87cfe540f1b69770ff84bd8d
treee4cbd7bf5904fe8e7108764f4112164f1a5fb255
parent96fba7ec237f4b9a16b3676b749a3826c43dfef2
Empty cache whenever Fort's version changes

Because people might have missed the release notes, and also because I
expect to keep improving the cache code, possibly in ways that are not
backwards compatible.

Case in point: I already had to tweak the TAL metadata file in the
previous commit.

I will probably downgrade this to something less aggressive later.
src/cache/local_cache.c
src/cache/local_cache.h
src/file.c
src/object/tal.c
test/cache/local_cache_test.c
test/tal_test.c