summarylogtreecommitdiffstats
path: root/dpp.changelog
blob: 13403a943e532a2813cf3168aea15882ca2b9f99 (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
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
# 10.0.18-1 / 2022-09-05

* bump to new library version
	* fixes the reconnection issue
	* see library changelog for full list

# 10.0.17-1 / 2022-09-05

* bump to new library version
	* snowflakes are now a full blown class
	* experimental coroutines support
		* this is not considered production ready
		* any feedback is welcome on any official channels
	* see library changelog for full list
* this version has a known issue on reconnect
	* you should be using 10.0.18 instead
* late release for continuity

# 10.0.16-1 / 2022-08-18 (2022-09-04)

* bump to new library version
	* ETF 60% faster
	* experimental coroutines feature not packaged atm
		* has issues to build
		* it could be patched, but the feature itself has issues
	* see library changelog for full list
* resolved build warning about link to $srcdir
	* vendored nlohmann/json now gets removed before the build
	* this somehow removes a "link" to it in the .so
	* patched out the pchs while at it
		* the package wasn't using these anyway
* originally packaged two weeks back but just releasing now
	* was trying to fix reprobuilds, we'll get there eventually
	* wrote the package and changelog at the first date
	* keeping it for reflection of things
	* actually releasing at the second date along with future versions

# 10.0.15-1 / 2022-08-02

* bump to new library version
	* vendored fmt removed in upstream (by accident :) )
		* less patching on our end
	* see library changelog for full list

# 10.0.14-1 / 2022-08-02

* bump to new library version
	* internal use of fmt got removed
		* library still vendored for now
	* clusters an now shutdown and start
	* see library changelog for full list
* late release for continuity

# 10.0.13-1 / 2022-07-12

* bump to new library version
	* adds large bot sharding
	* see library changelog for full list
* include issue from last version patched in upstream

# 10.0.12-1 / 2022-06-30

* bump to new library version
	* adds dns caching
	* see library changelog for full list
* introduces include issue in the new feature
	* patched on package
	* reported upstream
* fixed date on previous changelog :)

# 10.0.11-1 / 2022-06-24

* bump to new library version
	* automod is now supported
	* see library changelog for full list
* nothing changed for the package itself
	* all previously mentioned issues are still present

# 10.0.10-1 / 2022-06-14

* first build on the AUR
	* preceeded by a bunch of test builds and finetuning
	* consulted and collaborated with upstream
* cmake integration is semibroken as mentioned in .install
	* attempts were made to narrow it down a bit
	* it at least doesn't outright fail after the patches
	* reported to upstream, may hopefully be eventually fixed
	* not high priority to upstream
	* officially recommended to just -ldpp
* tarballs are not currently signed
	* commits are but pubkey is not available (on purpose)
	* may or may not change in the future
* tests currently turned off as one is failing
	* shouldn't affect deployments on UTC bound servers
	* also reported and in investigation
* embedded fmt and nlohmann/json replaced by packaged versions
	* other packages follow the fashion, may become cmake flag
	* mind that when looking up online tutorials
* attempts have been made to reprobuild
	* while build should be reproducible, observing discrepancies
	* likely stemming from slight difference between chroot setup
	* to be further researched