Skip to content

Commit

Permalink
Update documents and version number (6.1.3)
Browse files Browse the repository at this point in the history
* Update the version number to 6.1.3.
* Update LTVERSION to 6:4:0.
  • Loading branch information
k-takata committed Sep 26, 2017
1 parent 676875d commit 74a83c8
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 14 deletions.
14 changes: 14 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
History of Onigmo (Oniguruma-mod)

2017/09/26: Version 6.1.3

2017/09/26: [dist] Update LTVERSION to "6:4:0".
2017/09/25: [bug] Add a declaration of onig_end() in onigmoposix.h
2017/09/25: [bug] Fix .*\b (Issue #96)
2017/07/17: [bug] Fix security issues (PR #91)
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9224
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9226
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9227
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9228
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9229
2017/05/18: [bug] Don't include shift_jis.c from windows_31j.c (Issue #88)


2017/05/15: Version 6.1.2

2017/05/15: [dist] Update LTVERSION to "6:3:0".
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ Source Files
|enc/euc_tw.c |EUC-TW encoding |
|enc/euc_kr.c |EUC-KR, EUC-CN encoding |
|enc/shift_jis.c |Shift_JIS encoding |
|enc/shift_jis.h |Common part of Shift_JIS and Windows-31J encoding |
|enc/windows_31j.c |Windows-31J (CP932) encoding |
|enc/big5.c |Big5 encoding |
|enc/gb18030.c |GB18030 encoding |
Expand Down
22 changes: 11 additions & 11 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for onigmo 6.1.2.
# Generated by GNU Autoconf 2.69 for onigmo 6.1.3.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='onigmo'
PACKAGE_TARNAME='onigmo'
PACKAGE_VERSION='6.1.2'
PACKAGE_STRING='onigmo 6.1.2'
PACKAGE_VERSION='6.1.3'
PACKAGE_STRING='onigmo 6.1.3'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

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

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of onigmo 6.1.2:";;
short | recursive ) echo "Configuration of onigmo 6.1.3:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1493,7 +1493,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
onigmo configure 6.1.2
onigmo configure 6.1.3
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2095,7 +2095,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by onigmo $as_me 6.1.2, which was
It was created by onigmo $as_me 6.1.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2913,7 +2913,7 @@ fi

# Define the identity of the package.
PACKAGE='onigmo'
VERSION='6.1.2'
VERSION='6.1.3'


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


LTVERSION="6:3:0"
LTVERSION="6:4:0"



Expand Down Expand Up @@ -13448,7 +13448,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by onigmo $as_me 6.1.2, which was
This file was extended by onigmo $as_me 6.1.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -13514,7 +13514,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
onigmo config.status 6.1.2
onigmo config.status 6.1.3
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(onigmo, 6.1.2)
AC_INIT(onigmo, 6.1.3)

AC_CONFIG_MACRO_DIR([m4])

Expand Down Expand Up @@ -42,7 +42,7 @@ dnl Checks for programs.
AC_PROG_CC
AC_PROG_LIBTOOL
AM_PROG_CC_C_O
LTVERSION="6:3:0"
LTVERSION="6:4:0"
AC_SUBST(LTVERSION)

AC_PROG_INSTALL
Expand Down
2 changes: 1 addition & 1 deletion onigmo.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extern "C" {

#define ONIGMO_VERSION_MAJOR 6
#define ONIGMO_VERSION_MINOR 1
#define ONIGMO_VERSION_TEENY 2
#define ONIGMO_VERSION_TEENY 3

#ifndef ONIG_EXTERN
# ifdef RUBY_EXTERN
Expand Down

0 comments on commit 74a83c8

Please sign in to comment.