blob: bd0fb5bce7d45708c52caaa375691dd57f848f83 (
plain)
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
|
# 10.0.25 / 2023-09-01
* namcap started reporting glibc as missing dependency
* added it to deps array
* shouldn't really change much for users
# 10.0.23 / 2023-03-01
* changes to upstream cmake changed way we deal with nlohmann/json
* cmake flag is now being used to use systemwide version
* majority of patches is not needed anymore
* symlink still provided just like before
* may want to use the new build time flag
# 10.0.22 / 2023-01-08
* changes to upstream cmake changed way we deal with that
* all cmake specific patches have been dropped
* find_package should now work as intended
* pkg-config should continue to work as before
* symlink is now provided in place of the embedded nlohmann/json
* package still uses systemwide packaged version
* helps easier adoption of online tutorials and similar resources
* helps with compatibility with other installations
# 10.0.19 / 2022-09-14
* first version on AUR
* complementary git package to the stable build
* allows to test prerelease versions
* available on whim when packaging takes time
|