Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Nov 2000 19:22:09 +0000 (19:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 9 Nov 2000 19:22:09 +0000 (19:22 +0000)
2000-11-09  Ulrich Drepper  <drepper@redhat.com>

* version.h (VERSION): Bump to 2.2.
(RELEASE): Set to stable.

* posix/Makefile (tst-dir-ARGS): Fix problem with compiling in
source directory.

ChangeLog
localedata/ChangeLog
localedata/locales/ko_KR
posix/Makefile
version.h

index 73df1b7..4333bbd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-11-09  Ulrich Drepper  <drepper@redhat.com>
+
+       * version.h (VERSION): Bump to 2.2.
+       (RELEASE): Set to stable.
+
+       * posix/Makefile (tst-dir-ARGS): Fix problem with compiling in
+       source directory.
+
 2000-11-09  H.J. Lu  <hjl@gnu.org>
 
        * io/Versions (GLIBC_2.2): Add __open64.
index 55c14f0..1a044b8 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-09  Ulrich Drepper  <drepper@redhat.com>
+
+       * locales/ko_KR: Fix currency_symbol.
+       Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
+
 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
 
        * locales/translit_neutral: Tweak <U2014>, <U2212>, <U2219>.
index 04a0ab1..12348ab 100644 (file)
@@ -9664,7 +9664,7 @@ END LC_CTYPE
 LC_MONETARY
 
 int_curr_symbol                "<U004B><U0052><U0057><U0020>"
-currency_symbol                "<UFFEC>"
+currency_symbol                "<UFFE6>"
 mon_decimal_point      "<U002E>"
 mon_thousands_sep      "<U002C>"
 mon_grouping           3;3
index 4329566..e485f5d 100644 (file)
@@ -114,7 +114,7 @@ tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \
 
 tst-exec-ARGS = -- $(built-program-cmd)
 tst-spawn-ARGS = -- $(built-program-cmd)
-tst-dir-ARGS = `pwd` "$(objdir)/$(subdir)" "$(common-objdir)" $(objpfx)tst-dir
+tst-dir-ARGS = `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx)tst-dir
 tst-chmod-ARGS = $(objpfx)
 
 tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata
index b9f8677..994a60c 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
-#define RELEASE "development"
-#define VERSION "2.1.97"
+#define RELEASE "stable"
+#define VERSION "2.2"