You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: doc/news/_preparation_next_release.md
+14-2
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,7 @@ If you are already using `ini` as default, changing to `dini` will:
122
122
- add support for binary values using the `binary` plugin
123
123
124
124
> NOTE: INI was not completely ready for 0.8.21 thus we kept `dump` as default.
125
+
> `dini` is currently an experimental plugin.
125
126
126
127
## Other New Features
127
128
@@ -146,23 +147,32 @@ We improved the documentation in the following ways:
146
147
147
148
- We renamed our beginner friendly issues to "good first issue" as recommended
148
149
by GitHub.
149
-
- In many parts of the documentation we already switched to American spelling.
150
+
- In many parts of the documentation we already switched to American spelling
151
+
thanks to René Schwaiger
152
+
- Added more [automatic spelling](https://master.libelektra.org/scripts/sed)
153
+
thanks to René Schwaiger
150
154
- We extended the ReadMe of the `jni` plugin. The ReadMe now also contains information about the Java prerequisites of the `jni` plugin on Debian Stretch.
151
155
- Fixed many spelling mistakes
152
156
thanks to René Schwaiger
153
157
- Improved notes about testing
154
158
thanks to Thomas Wahringer
155
159
- qt-gui: give hints which package to install
156
-
- <<TODO>>
160
+
- The build phrases `jenkins build all please` and `jenkins build doc please` were [documented](https://master.libelektra.org/doc/GIT.md)
161
+
thanks to René Schwaiger
157
162
158
163
## Compatibility
159
164
160
165
As always, the ABI and API of kdb.h is fully compatible, i.e. programs
161
166
compiled against an older 0.8 version of Elektra will continue to work
162
167
(ABI) and you will be able to recompile programs without errors (API).
163
168
169
+
All unit tests of 0.8.20 run successfully with Elektra 0.8.21.
170
+
There are, however, some additions and changes in rarely used interfaces:
171
+
164
172
- added `elektraArrayDecName` and `elektraArrayValidateName` in libease
173
+
- fixed `kdbinvoke.h` interface: make structure private and complete API
165
174
- fixed `xmlns` and `xsi:schemaLocation` to be `https://www.libelektra.org`
175
+
- the private header file `kdbopmphm.h` got nearly rewritten
166
176
167
177
## Notes for Maintainer
168
178
@@ -193,6 +203,8 @@ These notes are of interest for people developing Elektra:
193
203
- Add more Explanations how to do Fuzz Testing
194
204
- Started documenting disabled tests in [doc/todo/TESTING](https://master.libelektra.org/doc/todo/TESTING)
195
205
- You now can use `tests/icheck.suppression` to disable already checked API changes.
206
+
- (Hopefully) the last sourceforge references were removed and a redirection page was added,
0 commit comments