Skip to content

Commit d4e4e59

Browse files
Release 1.22.
1 parent b64dcdd commit d4e4e59

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

ChangeLog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#============================================================================
2-
# Enca v1.21 (2025-10-20) guess and convert encoding of text files
2+
# Enca v1.22 (2026-04-09) guess and convert encoding of text files
33
# Copyright (C) 2000-2003 David Necas (Yeti) <yeti@physics.muni.cz>
44
# Copyright (C) 2009-2016 Michal Cihar <michal@cihar.com>
5+
# Copyright (C) 2025-2026 Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
56
#============================================================================
67

78
List of user-visible changes in Enca
@@ -11,6 +12,12 @@ Legend: + new feature
1112
* change of behaviour (including disappearing of a feature)
1213
- bugfix
1314

15+
enca-1.22
16+
- Fix for failures due to non-portable modern-bashism.
17+
- Add missing Finnish files to Makefile.am.
18+
- Fix autoreconf with >= gettext-0.24.
19+
* Update URLs to latest in README.md.
20+
1421
enca-1.21
1522
+ Add support for Finnish language with CP1267 charset.
1623
+ Added -without-librecode to configure script

FAQ

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#============================================================================
2-
# Enca v1.21 (2025-10-20) guess and convert encoding of text files
2+
# Enca v1.22 (2026-04-09) guess and convert encoding of text files
33
# Copyright (C) 2000-2003 David Necas (Yeti) <yeti@physics.muni.cz>
44
# Copyright (C) 2009-2016 Michal Cihar <michal@cihar.com>
5+
# Copyright (C) 2025-2026 Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
56
#============================================================================
67

78
Frequently Asked Questions about Enca

TODO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#============================================================================
2-
# Enca v1.21 (2025-10-20) guess and convert encoding of text files
2+
# Enca v1.22 (2026-04-09) guess and convert encoding of text files
33
# Copyright (C) 2000-2003 David Necas (Yeti) <yeti@physics.muni.cz>
44
# Copyright (C) 2009-2016 Michal Cihar <michal@cihar.com>
5+
# Copyright (C) 2025-2026 Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
56
#============================================================================
67

78
TO THE NEXT RELEASE:

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl configure.in by David Necas (Yeti) <yeti@physics.muni.cz>
22
dnl This file is in public domain.
33
dnl Process this file with autoconf to produce a configure script.
44
dnl Shake before use.
5-
AC_INIT([Enca],[1.21],[https://github.com/Project-OSS-Revival/enca/issues])
5+
AC_INIT([Enca],[1.22],[https://github.com/Project-OSS-Revival/enca/issues])
66
AC_PREREQ([2.69])
77
AC_CONFIG_SRCDIR(src/enca.c)
88
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)