diff options
author | 2003-09-10 04:31:21 +0000 | |
---|---|---|
committer | 2003-09-10 04:31:21 +0000 | |
commit | 6df51340096271427407ae261b3658b552a4cf6b (patch) | |
tree | b281838afbad438d2153e9ec97ac9ae175bf2feb /dev-libs/uclibc/ChangeLog | |
parent | version bump.. andersee is pleased to announce the immediate availability of ... (diff) | |
download | gentoo-2-6df51340096271427407ae261b3658b552a4cf6b.tar.gz gentoo-2-6df51340096271427407ae261b3658b552a4cf6b.tar.bz2 gentoo-2-6df51340096271427407ae261b3658b552a4cf6b.zip |
version bump.. andersee is pleased to announce the immediate availability of uClibc 0.9.21. This release has been brewing for several months now, and provides quite a lot of additional functionality as well as quite a few bug fixes. The biggest thing in this release (and I do mean that literally) is that uClibc now has full ANSI/ISO C99 locale support. The most interesting thing for uClinux are the additional config options that will let you tune the library to be even smaller, for example, by disabling all the strerror() messages.
Diffstat (limited to 'dev-libs/uclibc/ChangeLog')
-rw-r--r-- | dev-libs/uclibc/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/dev-libs/uclibc/ChangeLog b/dev-libs/uclibc/ChangeLog index 5fe41ac3c04d..5b378a2c5bc0 100644 --- a/dev-libs/uclibc/ChangeLog +++ b/dev-libs/uclibc/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for dev-libs/uclibc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/uclibc/ChangeLog,v 1.5 2003/07/07 20:27:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/uclibc/ChangeLog,v 1.6 2003/09/10 04:31:14 solar Exp $ + +*uclibc-0.9.21 (10 Sep 2003) + + 10 Sep 2003; <solar@gentoo.org> uclibc-0.9.21.ebuild: + andersee is pleased to announce the immediate availability of uClibc 0.9.21. + This release has been brewing for several months now, and provides quite a lot + of additional functionality as well as quite a few bug fixes. The biggest + thing in this release (and I do mean that literally) is that uClibc now has + full ANSI/ISO C99 locale support. The most interesting thing for uClinux are + the additional config options that will let you tune the library to be even + smaller, for example, by disabling all the strerror() messages. *uclibc-0.9.20 (09 Jul 2003) |