Skip to content

Commit 74a83c8

Browse files
committed
Update documents and version number (6.1.3)
* Update the version number to 6.1.3. * Update LTVERSION to 6:4:0.
1 parent 676875d commit 74a83c8

5 files changed

Lines changed: 29 additions & 14 deletions

File tree

HISTORY

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
History of Onigmo (Oniguruma-mod)
22

3+
2017/09/26: Version 6.1.3
4+
5+
2017/09/26: [dist] Update LTVERSION to "6:4:0".
6+
2017/09/25: [bug] Add a declaration of onig_end() in onigmoposix.h
7+
2017/09/25: [bug] Fix .*\b (Issue #96)
8+
2017/07/17: [bug] Fix security issues (PR #91)
9+
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9224
10+
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9226
11+
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9227
12+
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9228
13+
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9229
14+
2017/05/18: [bug] Don't include shift_jis.c from windows_31j.c (Issue #88)
15+
16+
317
2017/05/15: Version 6.1.2
418

519
2017/05/15: [dist] Update LTVERSION to "6:3:0".

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ Source Files
172172
|enc/euc_tw.c |EUC-TW encoding |
173173
|enc/euc_kr.c |EUC-KR, EUC-CN encoding |
174174
|enc/shift_jis.c |Shift_JIS encoding |
175+
|enc/shift_jis.h |Common part of Shift_JIS and Windows-31J encoding |
175176
|enc/windows_31j.c |Windows-31J (CP932) encoding |
176177
|enc/big5.c |Big5 encoding |
177178
|enc/gb18030.c |GB18030 encoding |

configure

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for onigmo 6.1.2.
3+
# Generated by GNU Autoconf 2.69 for onigmo 6.1.3.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
587587
# Identity of this package.
588588
PACKAGE_NAME='onigmo'
589589
PACKAGE_TARNAME='onigmo'
590-
PACKAGE_VERSION='6.1.2'
591-
PACKAGE_STRING='onigmo 6.1.2'
590+
PACKAGE_VERSION='6.1.3'
591+
PACKAGE_STRING='onigmo 6.1.3'
592592
PACKAGE_BUGREPORT=''
593593
PACKAGE_URL=''
594594

@@ -1313,7 +1313,7 @@ if test "$ac_init_help" = "long"; then
13131313
# Omit some internal or obsolete options to make the list less imposing.
13141314
# This message is too long to be a string in the A/UX 3.1 sh.
13151315
cat <<_ACEOF
1316-
\`configure' configures onigmo 6.1.2 to adapt to many kinds of systems.
1316+
\`configure' configures onigmo 6.1.3 to adapt to many kinds of systems.
13171317
13181318
Usage: $0 [OPTION]... [VAR=VALUE]...
13191319
@@ -1383,7 +1383,7 @@ fi
13831383

13841384
if test -n "$ac_init_help"; then
13851385
case $ac_init_help in
1386-
short | recursive ) echo "Configuration of onigmo 6.1.2:";;
1386+
short | recursive ) echo "Configuration of onigmo 6.1.3:";;
13871387
esac
13881388
cat <<\_ACEOF
13891389
@@ -1493,7 +1493,7 @@ fi
14931493
test -n "$ac_init_help" && exit $ac_status
14941494
if $ac_init_version; then
14951495
cat <<\_ACEOF
1496-
onigmo configure 6.1.2
1496+
onigmo configure 6.1.3
14971497
generated by GNU Autoconf 2.69
14981498
14991499
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2095,7 +2095,7 @@ cat >config.log <<_ACEOF
20952095
This file contains any messages produced by compilers while
20962096
running configure, to aid debugging if configure makes a mistake.
20972097
2098-
It was created by onigmo $as_me 6.1.2, which was
2098+
It was created by onigmo $as_me 6.1.3, which was
20992099
generated by GNU Autoconf 2.69. Invocation command line was
21002100
21012101
$ $0 $@
@@ -2913,7 +2913,7 @@ fi
29132913

29142914
# Define the identity of the package.
29152915
PACKAGE='onigmo'
2916-
VERSION='6.1.2'
2916+
VERSION='6.1.3'
29172917

29182918

29192919
cat >>confdefs.h <<_ACEOF
@@ -12173,7 +12173,7 @@ if test "$am_t" != yes; then
1217312173
fi
1217412174

1217512175

12176-
LTVERSION="6:3:0"
12176+
LTVERSION="6:4:0"
1217712177

1217812178

1217912179

@@ -13448,7 +13448,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1344813448
# report actual input values of CONFIG_FILES etc. instead of their
1344913449
# values after options handling.
1345013450
ac_log="
13451-
This file was extended by onigmo $as_me 6.1.2, which was
13451+
This file was extended by onigmo $as_me 6.1.3, which was
1345213452
generated by GNU Autoconf 2.69. Invocation command line was
1345313453
1345413454
CONFIG_FILES = $CONFIG_FILES
@@ -13514,7 +13514,7 @@ _ACEOF
1351413514
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1351513515
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1351613516
ac_cs_version="\\
13517-
onigmo config.status 6.1.2
13517+
onigmo config.status 6.1.3
1351813518
configured by $0, generated by GNU Autoconf 2.69,
1351913519
with options \\"\$ac_cs_config\\"
1352013520

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT(onigmo, 6.1.2)
2+
AC_INIT(onigmo, 6.1.3)
33

44
AC_CONFIG_MACRO_DIR([m4])
55

@@ -42,7 +42,7 @@ dnl Checks for programs.
4242
AC_PROG_CC
4343
AC_PROG_LIBTOOL
4444
AM_PROG_CC_C_O
45-
LTVERSION="6:3:0"
45+
LTVERSION="6:4:0"
4646
AC_SUBST(LTVERSION)
4747

4848
AC_PROG_INSTALL

onigmo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern "C" {
3939

4040
#define ONIGMO_VERSION_MAJOR 6
4141
#define ONIGMO_VERSION_MINOR 1
42-
#define ONIGMO_VERSION_TEENY 2
42+
#define ONIGMO_VERSION_TEENY 3
4343

4444
#ifndef ONIG_EXTERN
4545
# ifdef RUBY_EXTERN

0 commit comments

Comments
 (0)