[liblouis-liblouisxml] [liblouis] r855 committed - Update for release 2.5.2

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Thu, 13 Dec 2012 10:50:09 +0000

Revision: 855
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Thu Dec 13 02:49:54 2012
Log:      Update for release 2.5.2

http://code.google.com/p/liblouis/source/detail?r=855

Modified:
 /trunk/ChangeLog
 /trunk/NEWS
 /trunk/configure.ac

=======================================
--- /trunk/ChangeLog    Thu Dec 13 02:46:13 2012
+++ /trunk/ChangeLog    Thu Dec 13 02:49:54 2012
@@ -1,3 +1,8 @@
+2012-12-13  Christian Egli  <christian.egli@xxxxxx>
+
+       * configure.ac:
+       * NEWS: Update for release 2.5.2
+
 2012-12-13  Paul Wood <paulw.torchtrust@xxxxxxxxx>

        * tables/en-GB-g2.ctb: Fix a regression with the 'com'
=======================================
--- /trunk/NEWS Fri Dec  7 07:13:54 2012
+++ /trunk/NEWS Thu Dec 13 02:49:54 2012
@@ -1,9 +1,14 @@
 liblouis NEWS -- history of user-visible changes.      -*- org -*-

-* Noteworthy changes in release 2.6.0 (????-??-??)
+* Noteworthy changes in release 2.5.2 (2012-12-10)
+
+This is mainly a bug fix release. However it also contains some new
+tables for Inuktitut, Korean and UEB.

 ** Bug Fixes
-- Update gnulib
+   - Update gnulib
+   - Fix a bug in the correct opcode which causes sometimes random
+     results when translating. Thanks to Bert Frees.

 ** New features
 *** New Braille tables
=======================================
--- /trunk/configure.ac Mon Sep 24 07:37:50 2012
+++ /trunk/configure.ac Thu Dec 13 02:49:54 2012
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.

 AC_PREREQ(2.59)
-AC_INIT(liblouis, 2.5.1, john.boyer@xxxxxxxxxxxxxxxxx)
+AC_INIT(liblouis, 2.5.2, john.boyer@xxxxxxxxxxxxxxxxx)
 AC_CONFIG_SRCDIR([liblouis/lou_backTranslateString.c])
 AM_CONFIG_HEADER(liblouis/config.h)

@@ -53,7 +53,7 @@

 # increment any time the source changes; set to
 #  0 if you increment CURRENT
-LIBLOUIS_REVISION=1
+LIBLOUIS_REVISION=2

 # increment if any interfaces have been added; set to 0
 #  if any interfaces have been changed or removed. removal has
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r855 committed - Update for release 2.5.2 - liblouis