Skip to content

Commit

Permalink
release: document changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Raab committed Nov 22, 2016
1 parent dff5b71 commit 0a1c700
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
24 changes: 23 additions & 1 deletion doc/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ A big thanks to Kurt Micheli!

## Development ##

This information is mainly intended for Elektra's developers.
In the perpetual effort to improve software quality, we made several improvements:

- A new logger encourages developers to write more comments (`ELEKTRA_LOG`)
Expand Down Expand Up @@ -199,6 +200,9 @@ is specified.
Another breaking change in `libtools` is that `appendNamespace` was renamed
to `prependNamespace`.

Error messages changed a bit, so if you tried to parse them, make sure
to make the `e` of error case-insensitive (`[eE]`).

In the C++ binding, `rewindMeta` is now `const` and some methods
to check if a key is in a namespace were added.

Expand All @@ -215,7 +219,9 @@ but symlinks allow you to link against their old names
(`lib/libelektraintercept.so` and `lib/libelektragetenv.so.0`).


## Maintainers
## Package Maintainers

This information is intended for package maintainers.

- GI Bindings were removed from `BINDINGS=ALL`.
It is recommended to use `SWIG` bindings instead, which
Expand All @@ -227,6 +233,22 @@ but symlinks allow you to link against their old names
The files are:
- `BIGPICTURE.md`, `GOALS.md`, `LICENSE.md`, `METADATA.ini`, `SECURITY.md`, `AUTHORS`, `CONTRACT.ini`, `NEWS.md`, and `WHY.md`

Other new files are:

- Plugins: `libelektra-base64.so`, `libelektra-c.so`, `libelektra-fcrypt.so`
`libelektra-required.so`, `libelektra-simplespeclang.so`
(only in `EXPERIMENTAL`, not added by default, but with `ALL`)
- `site_ruby/_kdb.so` (ruby binding, only in `ALL`)
- `testcpp_keyio`, `testkdb_error`, `testmod_base64`,
`testmod_fcrypt` (test binaries in `TARGET_TOOL_EXEC_FOLDER`)

Changed files are:

- `libelektraintercept-env.so` (renamed from ``)
- `libelektraintercept-fs.so` (renamed from ``)
- version upgrade: `libelektratools.so.2`


## Portability

Elektra should work on every system that has `cmake` and a `C/C++` compiler.
Expand Down
4 changes: 2 additions & 2 deletions doc/todo/RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ Check if there are really >=135 or >=95 tests

- Check which files changed

DESTDIR=D make install && cd D
find . | sort > ~elektra/$VERSION/installed_files
DESTDIR=D make install -j5
cd ~build/D && find . | sort > ~elektra/$VERSION/installed_files

- Check library

Expand Down

0 comments on commit 0a1c700

Please sign in to comment.