mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 12:00:17 +01:00
Squashed 'src/c-list/' changes from b86ba656ac22..fa024740fc6f
fa024740fc6f build: prepare v3.1.0 release git-subtree-dir: src/c-list git-subtree-split: fa024740fc6f0e244afb3eed888f95bffdf36323
This commit is contained in:
parent
106825f7c5
commit
130ac3e3a9
2 changed files with 4 additions and 6 deletions
8
NEWS.md
8
NEWS.md
|
|
@ -1,17 +1,15 @@
|
|||
# c-list - Circular Intrusive Double Linked List Collection
|
||||
|
||||
## CHANGES WITH 4:
|
||||
## CHANGES WITH 3.1.0:
|
||||
|
||||
* The minimum required meson version is now 0.60.0.
|
||||
|
||||
* New function c_list_split() is added. It reverses c_list_splice()
|
||||
and thus allows to split a list in half.
|
||||
|
||||
* TBD
|
||||
Contributions from: David Rheinsberg, Michele Dionisio
|
||||
|
||||
Contributions from: David Rheinsberg
|
||||
|
||||
- TBD, YYYY-MM-DD
|
||||
- Brno, 2022-06-22
|
||||
|
||||
## CHANGES WITH 3:
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ project(
|
|||
],
|
||||
license: 'Apache',
|
||||
meson_version: '>=0.60.0',
|
||||
version: '3.0.0',
|
||||
version: '3.1.0',
|
||||
)
|
||||
major = meson.project_version().split('.')[0]
|
||||
project_description = 'Circular Intrusive Double Linked List Collection'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue