Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
release: version in the release notes
Browse files Browse the repository at this point in the history
+ other small additionas
  • Loading branch information
Markus Raab committed Aug 18, 2018
1 parent a1edf8c commit d5fb20b
Showing 1 changed file with 50 additions and 30 deletions.
80 changes: 50 additions & 30 deletions doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
# 0.8.<<VERSION>> Release
# 0.8.24 Release

This release did not happen yet.

Please update this file within every PR:

- For non-trivial changes, you can choose to be
part of the highlighted changes.
- Please make sure to add some short tutorial, asciinema,
or how-to-use for highlighted items.
- Please add your name in parentheses and italics
to every contribution,
i.e., syntax: "*(<myname>)*".
Note: No change is irrelevant but similar contributions might
be summarized shortly before the release.


<<`scripts/generate-news-entry`>>

We are proud to release Elektra 0.8.<<VERSION>>.

<<`scripts/git-release-stats 0.8.<<VERSION>>`>>
- guid: 889b700d-9eac-4eff-9a3d-f6fb15c3d9da
- author: Markus Raab
- pubDate: Sat, 18 Aug 2018 18:13:40 +0200
- shortDesc:

We are proud to release Elektra 0.8.24.

Number commits: 1734
1 Author: Mihael Pranjic <[email protected]>
1 Author: Peter Nirschl <[email protected]>
2 Author: Michael Zronek <[email protected]>
2 Author: Thomas Waser <[email protected]>
4 Author: René Schwaiger <[email protected]>
5 Author: Michael Zronek <[email protected]>
12 Author: Kurt Micheli <[email protected]>
16 Author: Peter Nirschl <[email protected]>
21 Author: Klemens Böswirth <[email protected]>
22 Author: winlu <[email protected]>
96 Author: Markus Raab <[email protected]>
101 Author: markus2330 <[email protected]>
102 Author: Thomas Wahringer <[email protected]>
117 Author: Daniel Bugl <[email protected]>
243 Author: derwinlu <[email protected]>
249 Author: e1528532 <[email protected]>
740 Author: René Schwaiger <[email protected]>
792 files changed, 27677 insertions(+), 39176 deletions(-)

## What is Elektra?

Expand All @@ -31,7 +39,7 @@ For a small demo see here:

[![asciicast](https://asciinema.org/a/cantr04assr4jkv8v34uz9b8r.png)](https://asciinema.org/a/cantr04assr4jkv8v34uz9b8r)

You can also read the news [on our website](https://www.libelektra.org/news/0.8.<<VERSION>>-release)
You can also read the news [on our website](https://www.libelektra.org/news/0.8.24-release)



Expand Down Expand Up @@ -666,12 +674,24 @@ compiled against an older 0.8 version of Elektra will continue to work

Following changes were made:

- The C++ API was extended with delBaseName()
- The C++ API was extended with `delBaseName()`.
This does not affect ABI compatibility, also C++ programs compiled against 0.8.24 and using `delBaseName()` will work with Elektra 0.8.23 or older.
- `kdbtypes.h` now comes with support for C99 types
- We added the private headerfiles `kdbnotificationinternal.h`, `kdbioplugin.h`. *(Thomas Wahringer)*
- The I/O binding header files have been moved a new directory called `kdbio`.
For example, instead of including `elektra/kdbio_ev.h` users of the binding now include `elektra/kdbio/ev.h`. *(Thomas Wahringer)*
- <<TODO>>
- directoryvalue has changed its behavior, see above
- the list plugin changed its configuration, see above
- The yamlcpp plugin now gets excluded with too old versions of yamlcpp (Debian Stretch is affected)

New plugins:

- hexnumber
- yamlsmith
- zeromqrecv
- zeromqsend

New tool: kdb-find

## Website

Expand All @@ -696,20 +716,20 @@ We are currently working on following topics:

## Get It!

You can download the release from [here](https://www.libelektra.org/ftp/elektra/releases/elektra-0.8.<<VERSION>>.tar.gz)
or [GitHub](https://github.com/ElektraInitiative/ftp/blob/master/releases/elektra-0.8.<<VERSION>>.tar.gz?raw=true)
You can download the release from [here](https://www.libelektra.org/ftp/elektra/releases/elektra-0.8.24.tar.gz)
or [GitHub](https://github.com/ElektraInitiative/ftp/blob/master/releases/elektra-0.8.24.tar.gz?raw=true)


The [hashsums are:](https://github.com/ElektraInitiative/ftp/blob/master/releases/elektra-0.8.<<VERSION>>.tar.gz.hashsum?raw=true)
The [hashsums are:](https://github.com/ElektraInitiative/ftp/blob/master/releases/elektra-0.8.24.tar.gz.hashsum?raw=true)

<<`scripts/generate-hashsums`>>

The release tarball is also available signed by me using GnuPG from
[here](https://www.libelektra.org/ftp/elektra/releases/elektra-0.8.<<VERSION>>.tar.gz.gpg) or
[GitHub](https://github.com/ElektraInitiative/ftp/blob/master/releases//elektra-0.8.<<VERSION>>.tar.gz.gpg?raw=true)
[here](https://www.libelektra.org/ftp/elektra/releases/elektra-0.8.24.tar.gz.gpg) or
[GitHub](https://github.com/ElektraInitiative/ftp/blob/master/releases//elektra-0.8.24.tar.gz.gpg?raw=true)

Already built API-Docu can be found [online](https://doc.libelektra.org/api/0.8.<<VERSION>>/html/)
or [GitHub](https://github.com/ElektraInitiative/doc/tree/master/api/0.8.<<VERSION>>).
Already built API-Docu can be found [online](https://doc.libelektra.org/api/0.8.24/html/)
or [GitHub](https://github.com/ElektraInitiative/doc/tree/master/api/0.8.24).


## Stay tuned!
Expand All @@ -722,7 +742,7 @@ For any questions and comments, please contact the
issue tracker [on GitHub](http://issues.libelektra.org)
or Markus Raab by email using [email protected].

[Permalink to this NEWS entry](https://www.libelektra.org/news/0.8.<<VERSION>>-release)
[Permalink to this NEWS entry](https://www.libelektra.org/news/0.8.24-release)

For more information, see [https://libelektra.org](https://libelektra.org)

Expand Down

0 comments on commit d5fb20b

Please sign in to comment.