summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2022-06-05build: bump version to 1.6.111.6.11release/1.6Dirk-Jan C. Binnema
2021-11-13build: bump version to 1.6.101.6.10Dirk-Jan C. Binnema
2021-10-24build: bump version to 1.6.91.6.9-signed1.6.9Dirk-Jan C. Binnema
To ensure tags & version agree.
2021-10-23bump version to 1.6.8Dirk-Jan C. Binnema
2021-10-17bump version to 1.6.71.6.7Dirk-Jan C. Binnema
2021-10-17Add Emacs v29 support for enabling mu4eDr. Rich Cordero
2021-09-05build: bump version 1.6.61.6.6Dirk-Jan C. Binnema
2021-08-30Revert "build: bump version to 1.7.0"Dirk-Jan C. Binnema
Let's keep this away from the release branch. This reverts commit ec40b18ae4449488a62e77697294f0bcbddcc27a.
2021-08-28build: make meson the default build systemDirk-Jan C. Binnema
We still support autotools for now, but it is no longer the default.
2021-08-28build: require c++17Dirk-Jan C. Binnema
We don't technically need it yet, but will do so during the 1.7.x series.
2021-08-28build: bump version to 1.7.0Dirk-Jan C. Binnema
2021-08-26build: bump version to 1.6.51.6.5Dirk-Jan C. Binnema
2021-08-21build: bump version 1.6.41.6.4Dirk-Jan C. Binnema
Another bugfix release
2021-08-12bump version to 1.6.31.6.3Dirk-Jan C. Binnema
2021-08-07build: bump version to 2.6.21.6.2Dirk-Jan C. Binnema
Another bug fix release.
2021-08-03update (c) yearDirk-Jan C. Binnema
And some whitespace cleanup. The (c) year doesn't matter too much, but let's close the ticket. Fixes: #2075.
2021-07-31build: bump version to 1.6.1, db schema to 4521.6.1Dirk-Jan C. Binnema
The db schema update ensures users re-init the store, to avoid problems reported.
2021-07-27build: create mu 1.6 release1.6.0Dirk-Jan C. Binnema
2021-07-17build: Bump version to 1.5.14Dirk-Jan C. Binnema
2021-05-02build: bump version to 1.5.13Dirk-Jan C. Binnema
2021-04-24bump version to 1.5.12Dirk-Jan C. Binnema
Next development release.
2021-04-06build: don't error out with missing makeinfoDirk-Jan C. Binnema
Seemingly, we get a build error in some cases with a missing makeinfo... let's try to avoid that. This should help with issue: #1964.
2021-03-17build: Bump version to 1.5.11Dirk-Jan C. Binnema
2021-03-17guile: Fix doc buildingDirk-Jan C. Binnema
2021-03-13configure.ac: fix mu-memcheck setupDirk-Jan C. Binnema
and some whitespace cleanups
2021-03-11build: bump version to 1.5.10Dirk-Jan C. Binnema
2021-03-07configure.ac: bump version to 1.5.9Dirk-Jan C. Binnema
2021-01-23build: fix compiler flagsDirk-Jan C. Binnema
2021-01-22bump version to 1.5.8, update NEWSDirk-Jan C. Binnema
2021-01-22configure.ac: make build flags a bit less magicalDirk-Jan C. Binnema
Don't set compiler flags based on version numbers.
2020-12-24Make libreadline really optional.Juan Jose Garcia-Ripoll
2020-11-16guile: small build cleanupsDirk-Jan C. Binnema
2020-11-15configure: improve guile checkDirk-Jan C. Binnema
2020-11-11configure.ac: search for emacs sourcesDirk-Jan C. Binnema
2020-11-07configure: bump version to 1.5.7Dirk-Jan C. Binnema
2020-11-07configure: improve guile checkDirk-Jan C. Binnema
2020-11-01guile: avoid need for muldefDirk-Jan C. Binnema
2020-10-31macos: check for muldef linker flagDirk-Jan C. Binnema
2020-10-31build: fix typoDirk-Jan C. Binnema
2020-10-31mu: avoid some linker errors on MacOSDirk-Jan C. Binnema
2020-10-31guile: support version 3.0.Danny O'Brien
Includes an update to the guile m4 package, and tweaks the build so that both 2.2 and 3.0 should work fine.
2020-10-26mu: support json output directlyDirk-Jan C. Binnema
Allow for dumping json directly from the Sexp structures, so we don't need any external libs (i.e. json-glib) anymore.
2020-10-17bump version to 1.5.6, update NEWS.orgDirk-Jan C. Binnema
2020-10-02Remove configuration check for timegm()Juan Jose Garcia-Ripoll
timegm() is no longer used in the mu source base.
2020-07-13configure: Bump version to 1.5.5Dirk-Jan C. Binnema
2020-06-27bump version to 1.5.4Dirk-Jan C. Binnema
2020-06-27lib/index: Implement new indexerDirk-Jan C. Binnema
Implement a new message indexer consisting of a single-threaded scanner and a multi-threaded indexer. This allows for a number of optimizations as well as background indexing, though this initial version should be behave similar to the old indexer.
2020-06-13build: bump version to 1.5.3Dirk-Jan C. Binnema
2020-06-07build: bump version to 1.5.2Dirk-Jan C. Binnema
2020-05-28build: don't require glib 2.58 for g_canonicalize_fileDirk-Jan C. Binnema
GLib version is probably still a bit too new, so simply lift the function needed. Fixes: #1712.