summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2023-08-21bump version to 1.8.15v1.8.15release/1.8Dirk-Jan C. Binnema
2023-01-29build: bump version 1.8.14v1.8.141.8.14Dirk-Jan C. Binnema
2022-12-06build: bump version to 1.8.13v1.8.13Dirk-Jan C. Binnema
2022-12-06build: bump version to 1.8.12Dirk-Jan C. Binnema
2022-10-24bump version to 1.8.11v1.8.11Dirk-Jan C. Binnema
2022-09-14build: bump version to 1.8.10v1.8.10Dirk-Jan C. Binnema
2022-08-15build: bump version to 1.8.9v1.8.9Dirk-Jan C. Binnema
2022-08-07build: bump version to 1.8.8v1.8.8Dirk-Jan C. Binnema
2022-07-24buld: bump version to 1.8.7v1.8.7Dirk-Jan C. Binnema
2022-07-14build: bump version to 1.8.6v1.8.6Dirk-Jan C. Binnema
2022-07-06build: bump version to 1.8.5v1.8.5Dirk-Jan C. Binnema
So tags / releases link up again.
2022-07-06build: bump version to 1.8.4Dirk-Jan C. Binnema
2022-07-01build: bump version to 1.8.3v1.8.3Dirk-Jan C. Binnema
2022-06-29build: bump version to 1.8.2/465v1.8.2Dirk-Jan C. Binnema
Some of the changes require re-indexing, so we bump the database version, too.
2022-06-26build: bump version to 1.8.1v1.8.1Dirk-Jan C. Binnema
2022-06-25build: bump version to 1.8.0v1.8.0Dirk-Jan C. Binnema
2022-06-18build: bump version to 1.7.28Dirk-Jan C. Binnema
2022-06-18build: update autotools buildDirk-Jan C. Binnema
2022-06-10build: bump version to 1.7.27/464Dirk-Jan C. Binnema
And update NEWS.org.
2022-06-02build: bump version to 1.7.26Dirk-Jan C. Binnema
2022-05-29build: bump version to 1.7.25Dirk-Jan C. Binnema
2022-05-29mu4e: use mu4e-config instead of mu4e-metaDirk-Jan C. Binnema
All these changes to avoid: ,---- | mu4e/meson.build:92: WARNING: Source item '/home/djcb/Sources/mu/build/mu4e/mu4e-meta.el' cannot be converted to File object, because it is a generated file. This will become a hard error in the future `---- This is because we want to byte-compile a file we just before generated using configure_file. This does not seem like a crazy thing, but meson threatens with breaking the build at some point in the future. So instead, we decide _not_ to compile this (very boring) file. But, users may still have an older mu4e-meta.elc lying around, leading to confusion. So, let's rename that file and we're golden.
2022-05-28build: bump version to 1.7.24/463Dirk-Jan C. Binnema
2022-05-21build: bump version to 1.7.23Dirk-Jan C. Binnema
2022-05-19build: bump version to 1.7.22Dirk-Jan C. Binnema
2022-05-19autotools: improve buildDirk-Jan C. Binnema
*almost* works (except for guile/, which does work yet anyway).
2022-05-19toys: removeDirk-Jan C. Binnema
The didn't work for quite some time, and would need quite a few updates to even compile with the latest. So remove.
2022-05-15build: bump version to 1.7.21Dirk-Jan C. Binnema
2022-05-12build: bump version to 1.7.20Dirk-Jan C. Binnema
2022-05-09build: bump version to 1.7.19Dirk-Jan C. Binnema
2022-05-08build: bump version to 1.7.18/462Dirk-Jan C. Binnema
2022-05-07build: bump version to 1.7.17/461Dirk-Jan C. Binnema
2022-05-06build:bump version to 1.7.16 / 460Dirk-Jan C. Binnema
2022-05-06build: tweak & updateDirk-Jan C. Binnema
disable toys & guile for now. Add some extra warnings.
2022-05-05build: bump version to 1.7.15 / 455Dirk-Jan C. Binnema
2022-04-30build: bump version to 1.7.14Dirk-Jan C. Binnema
2022-04-30build: bump schema versionDirk-Jan C. Binnema
2022-04-18build: bump version 1.7.13Dirk-Jan C. Binnema
And some small tweaks, cleanups
2022-03-28build: bump version to 1.7.12Dirk-Jan C. Binnema
2022-03-26build: bump version to 1.7.11Dirk-Jan C. Binnema
2022-03-26autotools: build updatesDirk-Jan C. Binnema
Ensure things build with autotools, too.
2022-03-13build: bump version to 1.7.10Dirk-Jan C. Binnema
2022-03-13build: bump database schema version to 453Dirk-Jan C. Binnema
This requires a fresh init. All the recent changes with the fields etc., make requiring a re-init the prudent choice.
2022-02-21build: bump version to 1.7.9Dirk-Jan C. Binnema
2022-02-17build: bump version to 1.7.8Dirk-Jan C. Binnema
2022-02-03build: bump version to 1.7.7Dirk-Jan C. Binnema
2022-01-18build: bump version to 1.7.6Dirk-Jan C. Binnema
2021-11-10build: bump version to 1.7.5Dirk-Jan C. Binnema
2021-11-08tests: move to subdir, move to mesonDirk-Jan C. Binnema
De-clutter the source directories a bit. Ensure tests build with meson, and remove from autotools in a few places (no need to do things twice).
2021-11-02build: require glib 2.58Dirk-Jan C. Binnema
This allows for some cleanups