summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog21
1 files changed, 21 insertions, 0 deletions
diff --git a/changelog b/changelog
index ff3dc20..a4ed990 100644
--- a/changelog
+++ b/changelog
@@ -1,6 +1,10 @@
eglibc (2.19~r25243+sip1-1) trunk
* New upstream version.
+ - This version includes patches that were written and forwarded upstream
+ since the last released version of this distribution package.
+ - This is the last version of EGLIBC. ProteanOS will migrate to the
+ upstream GNU C Library soon.
* Update to SPF 2.0.
* Refactor build makefile.
* Use multiarch library directories.
@@ -8,8 +12,25 @@ eglibc (2.19~r25243+sip1-1) trunk
* Provide source package documentation in libc.6.
* Don't install manual (SIP compliance).
* Add a debug package.
+ * Install /etc/nscd.conf in nscd.
+ * Install /etc/gai.conf in libc.6.
+ * Add more services to be queried to /etc/nsswitch.conf.
+ * Make /etc/ld.so.conf include /etc/ld.so.conf.d/*.conf.
+ * Generate /etc/ld.so.conf.d/local.conf and
+ /etc/ld.so.conf.d/<host-arch>.conf.
+ * Build libssp, the stack smashing protector.
+ * Remove README from the source package. Add TODO.
+ * Provide a /usr/lib/<host-arch>/ld.so -> /lib/<host-arch-rtld-soname> link
+ for GCC.
+ * Replace locale/gen-translit.pl in the upstream source with a shell script.
+ * Build depend on gawk.
* Don't install time zone utilities with libc-bin. These are now provided by
tzcode.
+ * Build for any-any-glibc rather than any-any-eglibc. The "eglibc"
+ architecture string component has been renamed to "glibc" because EGLIBC has
+ been discontinued since the 2.19 release and all we care about in the
+ architecture string is the ABI.
+ * Bump the minimum supported version of Linux(-libre) to 3.4.0.
-- P. J. McDermott <pj@pehjota.net> Wed, 27 Mar 2013 12:01:36 -0400