Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- added release notes
- set JNA project to build SNAPSHOT version by default
  • Loading branch information
Michael Tucek committed Mar 30, 2021
1 parent 271c7cb commit 36a5129
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,23 +157,23 @@ you up to date with the multi-language support provided by Elektra.
### JNA
Since internal iterator support for `KeySet` is due to being dropped, the following methods have been removed:
- Since internal iterator support for `KeySet` is due to being dropped, the following methods have been removed:
- `Elektra::ksNext`
- `Elektra::ksCurrent`
- `Elektra::ksGetCursor`
- `Elektra::ksSetCursor`
- `KeySet::next`
- `KeySet::current`
- `KeySet::rewind`
- `KeySet::getCursor`
- `KeySet::setCursor`
- `Elektra::ksNext`
- `Elektra::ksCurrent`
- `Elektra::ksGetCursor`
- `Elektra::ksSetCursor`
- `KeySet::next`
- `KeySet::current`
- `KeySet::rewind`
- `KeySet::getCursor`
- `KeySet::setCursor`
Until internal `KeySet` iterator support has been dropped form native library, `Elektra::ksRewind` is being retained while also being annotated as 'depricated for removal'. The reason is, that we still need to rewind a `KeySet` before passing it to a native plugin via `NativePlugin::set`, `NativePlugin::get` or `NativePlugin::error`. _(@tucek)_
Until internal `KeySet` iterator support has been dropped form native library, `Elektra::ksRewind` is being retained while also being annotated as 'depricated for removal'. The reason is, that we still need to rewind a `KeySet` before passing it to a native plugin via `NativePlugin::set`, `NativePlugin::get` or `NativePlugin::error`. _(@tucek)_
Further more `Elektra::ksPop` and `KeySet::pop` have been removed and `KeySet::remove` has been introduced as replacment.
Further more `Elektra::ksPop` and `KeySet::pop` have been removed and `KeySet::remove` has been introduced as replacment. _(Michael Tucek)_
_(@tucek)_
- Migrated to Gradle project _(Michael Tucek)_
### <<Binding2>>
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/jna/version-settings.gradle.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// override artifact version
allprojects {
version = '@KDB_VERSION@'
version = '@KDB_VERSION@-SNAPSHOT'
}

0 comments on commit 36a5129

Please sign in to comment.