diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | locale/iso-4217.def | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 614cf51516..5c581a851f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-27 Denis Barbier <barbier@debian.org> + + [BZ #38] + * locale/iso-4217.def: Add CSD currency. + 2005-03-19 Ulrich Drepper <drepper@redhat.com> * inet/test-ifaddrs.c: Use test-skeleton. diff --git a/locale/iso-4217.def b/locale/iso-4217.def index cc8af19564..bf1f431913 100644 --- a/locale/iso-4217.def +++ b/locale/iso-4217.def @@ -40,6 +40,7 @@ DEFINE_INT_CURR("CLP") /* Chilean Peso */ DEFINE_INT_CURR("CNY") /* China Yuan Renminbi */ DEFINE_INT_CURR("COP") /* Colombian Peso */ DEFINE_INT_CURR("CRC") /* Costa Rican Colon */ +DEFINE_INT_CURR("CSD") /* Serbian Dinar */ DEFINE_INT_CURR("CUP") /* Cuban Peso */ DEFINE_INT_CURR("CVE") /* Cape Verde Escudo */ DEFINE_INT_CURR("CYP") /* Cypriot Pound */ |