[Lunar-commits] <moonbase> luit: version bumped to 1.1.0.

Florin Braescu florin at lunar-linux.org
Sun Oct 10 09:07:01 CEST 2010


commit e09fa57452d5845118edd8e57f5ddfaf6137a32e
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Oct 10 10:07:01 2010 +0300

    luit: version bumped to 1.1.0.
    
    Changes:
    - add -alias option to allow override of locale.alias pathname.
    - improve fix waitForInput.
    - fix warnings from clang --analyze
    - many build time & janitorial cleanups.
---
 xorg7/app/luit/DETAILS |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/xorg7/app/luit/DETAILS b/xorg7/app/luit/DETAILS
index 5e29a57..b982c01 100644
--- a/xorg7/app/luit/DETAILS
+++ b/xorg7/app/luit/DETAILS
@@ -1,22 +1,22 @@
         MODULE=luit
-       VERSION=1.0.5
+       VERSION=1.1.0
         SOURCE=$MODULE-$VERSION.tar.bz2
     SOURCE_URL=$XORG_URL/individual/app
-    SOURCE_VFY=sha1:7260feca7db48d8aa80d493b4cbcf6b7c5774d8d
+    SOURCE_VFY=sha1:fa974b417f6b65c241398d8d011207c6facb0766
  MODULE_PREFIX=${X11R7_PREFIX:-/usr}
       WEB_SITE=http://www.x.org
        ENTERED=20070216
-       UPDATED=20100212
+       UPDATED=20101010
          SHORT="Locale and ISO 2022 support for Unicode terminals"
 
 cat << EOF
 Luit is a filter that can be run between an arbitrary application and a
-UTF-8 terminal emulator.  It will convert application output from the
+UTF-8 terminal emulator. It will convert application output from the
 locale's encoding into UTF-8, and convert terminal input from UTF-8
 into the locale's encoding.
 
 An application may also request to a different output encoding using
-ISO 2022 and ISO 6429 escape sequences.  Use of this feature is
+ISO 2022 and ISO 6429 escape sequences. Use of this feature is
 discouraged: multilingual applications should be modified to directly
 generate UTF-8 instead.
 EOF


More information about the Lunar-commits mailing list