update document
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Sun, 20 Apr 2008 07:01:14 +0000 (16:01 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Sun, 20 Apr 2008 07:01:14 +0000 (16:01 +0900)
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@175 8f00fcd2-89fc-0310-932e-b01be5b65e01

NEWS
README

diff --git a/NEWS b/NEWS
index 249e8e5..e82bc6e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.0.8
+ * update hanja searching routine
+  - reduce memory usage on hanja searching
+  - use new binary data file format for hanja table
+ * update hanja.txt
+ * add new API to convert jamo string to syllable string(#304765)
+ * fix some yet hangul input routine(#304728)
+ * fix a bug on keyboard selection(#304765)
+ * remove python, ruby module
+
 0.0.7
  * update hanja.txt
    - added more word data
diff --git a/README b/README
index 754b19a..f5a6398 100644 (file)
--- a/README
+++ b/README
@@ -6,21 +6,10 @@ libhangul
     $ make
     # make install
 
-python 모듈 빌드 방법:
-    $ cd bindings/pyhangul
-    $ make
-    # make install
-
 
 libhangul
 
 How to build:
     $ ./autogen.sh
     $ ./configure
-    $ make
-
-How to install python module 'pyhangul':
-    $ cd bindings/pyhangul
-    $ make
-    login as root
-    # make install
+    # make