diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Versions.def | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2000-03-21 Andreas Jaeger <aj@suse.de> + + * Versions.def: Add version 2.1.4. + 2000-03-21 Ulrich Drepper <drepper@redhat.com> * libio/oldtmpfile.c: Update for new SHLIB_COMPAT definition. diff --git a/Versions.def b/Versions.def index a3fe1c0..b038115 100644 --- a/Versions.def +++ b/Versions.def @@ -7,6 +7,7 @@ libc { GLIBC_2.1.1 GLIBC_2.1.2 GLIBC_2.1.3 + GLIBC_2.1.4 GLIBC_2.2 } libcrypt { |