Skip to content

Commit

Permalink
Prepare 1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dimztimz committed Mar 25, 2017
1 parent 659bd8e commit d608646
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2017-03-25 Dimitrij Mijoski <dmjpp at hotm>:
* Version 1.6.1
* Library changes:
* Performance improvements in suggest()
* Fixes regressions for Hungarian related to compounding.
* Fixes regressions for Korean related to ICONV.
* Command line tool:
* Added Tajik translation
* Fix regarding serching of OOo dicts installed in user folder
* Manpages:
* Fix microsoft-cp1251 to cp1251. Dicts should not use the first.
* Typos.

2016-12-22 Dimitrij Mijoski <dmjpp at hotm>:
* Version 1.6.0
* Changes in the library:
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
m4_pattern_allow

AC_PREREQ(2.59)
AC_INIT([hunspell],[1.6.0],[[email protected]])
AC_INIT([hunspell],[1.6.1],[[email protected]])

AC_CANONICAL_HOST
AC_SUBST(XFAILED)

AM_INIT_AUTOMAKE(hunspell, 1.6.0)
AM_INIT_AUTOMAKE(hunspell, 1.6.1)
HUNSPELL_VERSION_MAJOR=`echo $VERSION | cut -d"." -f1`
HUNSPELL_VERSION_MINOR=`echo $VERSION | cut -d"." -f2`
AC_SUBST(HUNSPELL_VERSION_MAJOR)
Expand Down
2 changes: 1 addition & 1 deletion src/hunspell/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ libhunspell_1_6_include_HEADERS=hunspell.hxx hunspell.h hunvisapi.h \
w_char.hxx atypes.hxx csutil.hxx htypes.hxx

libhunspell_1_6_la_DEPENDENCIES=utf_info.cxx
libhunspell_1_6_la_LDFLAGS=-no-undefined
libhunspell_1_6_la_LDFLAGS=-no-undefined -version-info 0:1:0

AM_CXXFLAGS=$(CFLAG_VISIBILITY) -DBUILDING_LIBHUNSPELL

Expand Down
2 changes: 1 addition & 1 deletion src/parsers/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

INCLUDES=-I${top_builddir}/src/hunspell
AM_CPPFLAGS=-I${top_builddir}/src/hunspell

noinst_LIBRARIES=libparsers.a
libparsers_a_SOURCES=firstparser.cxx xmlparser.cxx \
Expand Down
2 changes: 1 addition & 1 deletion src/tools/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bin_PROGRAMS=analyze chmorph hunspell munch unmunch hzip hunzip

INCLUDES=-I${top_builddir}/src/hunspell -I${top_srcdir}/src/hunspell -I${top_srcdir}/src/parsers
AM_CPPFLAGS=-I${top_builddir}/src/hunspell -I${top_srcdir}/src/hunspell -I${top_srcdir}/src/parsers

hzip_SOURCES=hzip.cxx
hunzip_SOURCES=hunzip.cxx
Expand Down

0 comments on commit d608646

Please sign in to comment.