summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-07-06 09:45:34 +0200
committerThomas Haller <thaller@redhat.com>2022-07-06 09:45:34 +0200
commit130ac3e3a9375287cb231d8031fd2cb9a12e9714 (patch)
tree5a7bf764bc9b730b744e32608557754c205bdeb5
parent106825f7c5ee24c16ad68bc574b52a5c2cc074c5 (diff)
downloadNetworkManager-130ac3e3a9375287cb231d8031fd2cb9a12e9714.tar.gz
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
-rw-r--r--NEWS.md8
-rw-r--r--meson.build2
2 files changed, 4 insertions, 6 deletions
diff --git a/NEWS.md b/NEWS.md
index 02d2c9a5ca..095f1ea74b 100644
--- a/NEWS.md
+++ b/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:
diff --git a/meson.build b/meson.build
index 1776b105f2..b5ef78e647 100644
--- a/meson.build
+++ b/meson.build
@@ -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'