Skip to content

Commit

Permalink
Bump version to 3.7.11 and add NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Jan 24, 2022
1 parent 0224491 commit 2e44dfe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ Recode NEWS - User visible changes

:Copyright: © 1993-2022 Free Software Foundation, Inc.

Version 3.7.11
==============

:Author: Reuben Thomas, 2022-01.

+ Re-add support for transliteration with iconv (removed in 3.7).
+ Add support for ignoring invalid input with iconv.
+ Fix a bug introduced in 3.7.10 that prevented building the code.


Version 3.7.10
==============

Expand All @@ -20,6 +30,7 @@ Version 3.7.10
+ Update gnulib to fix a problem building on Android.
+ Fix confusingly wrong NEWS entry for 3.7.4.


Version 3.7.9
=============

Expand All @@ -29,6 +40,7 @@ Version 3.7.9
byte 0x9e, not byte 0x8f.
+ Minor documentation fixes.


Version 3.7.8
=============

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.69)
AC_INIT(recode, 3.7.10, [[email protected]])
AC_INIT(recode, 3.7.11, [[email protected]])
AC_CONFIG_SRCDIR(src/recode.c)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE
Expand Down

0 comments on commit 2e44dfe

Please sign in to comment.