Skip to content

Commit 268fbcf

Browse files
committed
* misc: final release 6.21 preparations.
1 parent d00c923 commit 268fbcf

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
codesets.library - Library for handling different codesets
33
----------------------------------------------------------
44

5+
#### 6.21 RELEASE ########################################################
6+
57
2017-01-10 Thore B�ckelmann <tboeckel@gmx.de>
68

79
* codesets.c: treat CS_MIBENUM_UTF_16LE/BE and allow CS_MIBENUM_UTF_32LE/BE as

dist/codesets/ReadMe

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Short: Library handling codesets and character conversions
22
Author: codesets.library Open Source Team
33
Uploader: Jens Maus <mail@jens-maus.de>
44
Type: util/libs
5-
Version: 6.20
6-
Replaces: util/libs/codesets-6.19.lha
5+
Version: 6.21
6+
Replaces: util/libs/codesets-6.20.lha
77
Requires: AmigaOS 3.0+, MorphOS or AROS
88
Architecture: ppc-amigaos >= 4.0.0; m68k-amigaos >= 3.0; ppc-morphos >= 1.4.2; i386-aros; ppc-aros; x86_64-aros
99

@@ -69,10 +69,10 @@ The library is available for AmigaOS3 (m68k), AmigaOS4 (PPC), MorphOS (PPC)
6969
or for AROS.
7070

7171
It is an open-source development effort of many people and is
72-
kindly hosted on SourceForge. The project name is "codesetslib" and the
72+
kindly hosted on Github. The project name is "libcodesets" and the
7373
project's page can be found at:
7474

75-
http://sf.net/p/codesetslib/
75+
https://github.com/jens-maus/libcodesets
7676

7777
Please use this address for further updates, bug reports and feature
7878
requests and try to avoid direct mail contact to single developers. We really

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
// for setting all necessary version information
3333
#define LIB_VERSION 6
34-
#define LIB_REVISION 20
35-
#define LIB_DATE "04.08.2016"
34+
#define LIB_REVISION 21
35+
#define LIB_DATE "16.01.2018"
3636
#define LIB_COPYRIGHT "Copyright (C) 2005-2018 codesets.library Open Source Team"
3737

3838
// set the LIB_REV_STRING

0 commit comments

Comments
 (0)