Skip to content

Commit 7947962

Browse files
committed
version bump and NEWS before release
1 parent 7baef15 commit 7947962

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.21.1 2025-01-27
2+
[Maarten van Gompel]
3+
* Fix for segfault on edge cases without /etc/services
4+
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1094197)
5+
16
2.21 2024-12-16
27
[Ko van der Sloot]
38
* needs latest ticcutils

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@type": "SoftwareSourceCode",
88
"identifier": "libfolia",
99
"name": "libfolia",
10-
"version": "2.21",
10+
"version": "2.21.1",
1111
"description": "This is a C++ Library for working with the Format for Linguistic Annotation (FoLiA).",
1212
"license": "https://spdx.org/licenses/GPL-3.0-only",
1313
"url": "https://github.com/LanguageMachines/libfolia",

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([libfolia],[2.21],[lamasoftware@science.ru.nl]) #also adapt in codemeta.json!
5+
AC_INIT([libfolia],[2.21.1],[lamasoftware@science.ru.nl]) #also adapt in codemeta.json!
66
AM_INIT_AUTOMAKE([foreign])
77
AC_CONFIG_SRCDIR([configure.ac])
88
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)