Skip to content

Commit

Permalink
Update ChangeLog and bump version for v2.6.0-rc1
Browse files Browse the repository at this point in the history
Bump ABI: 5.3.2 -> 5.4.0

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Sep 17, 2023
1 parent c1f7bc2 commit b93d74c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.md
Expand Up @@ -8,7 +8,16 @@ All notable changes to the project are documented in this file.
--------------------

### Changes
- New APIs from the [Infix Project](https://github.com/kernelkit/infix):
- `fexistf()`
- `vfopenf()`
- `popenf()`
- `vreadsnf()`, `readsnf()`, `writesf()`
- `vreadllf()`, `readllf()`, `readdf()`
- `writellf()`, `writedf()`

### Fixes
- Spellchecking of API docs


[v2.5.3][] - 2023-04-08
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT(libite, 2.6.0-dev, https://github.com/troglobit/libite/issues)
AC_INIT(libite, 2.6.0-rc1, https://github.com/troglobit/libite/issues)
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
AM_SILENT_RULES([yes])
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Expand Up @@ -2,7 +2,7 @@ lib_LTLIBRARIES = libite.la

libite_la_CPPFLAGS = -D_GNU_SOURCE
libite_la_CFLAGS = -W -Wall -Wextra
libite_la_LDFLAGS = $(AM_LDFLAGS) -version-info 8:2:3
libite_la_LDFLAGS = $(AM_LDFLAGS) -version-info 9:0:4
libite_la_SOURCES = chomp.c copyfile.c \
conio.c conio.h dir.c \
erasef.c fopenf.c fremove.c \
Expand Down

0 comments on commit b93d74c

Please sign in to comment.