|
|

楼主 |
发表于 2007-1-3 21:27:59
|
显示全部楼层
http://www.fcicq.net/wp/?p=337
小道消息 哈哈
原文
(glibc-2.5)
What’s new?
Version 2.5
* For Linux, the sorting of addresses returned by getaddrinfo now also
handles rules 3, 4, and 7 from RFC 3484. I.e., all rules are handled.
Implemented by Ulrich Drepper.
* Allow system admin to configure getaddrinfo with the /etc/gai.conf file.
Implemented by Ulrich Drepper.
* New Linux interfaces: splice, tee, sync_file_range, vmsplice.
(光看这个函数名称,偶就发现sync_file_range是,一个非常有用的东西,提高性能)
* New iconv module for MIK. Contributed by Alexander Shopov.
* For sites with broken group and/or passwd database, the auto-propagate
option of nscd can prevent creating ID lookup entries from the results
of a name lookup and vice versa. This usually is no problem but some
site might have problems with the default behavior.
Implemented by Ulrich Drepper.
* Iterating over entire database in NIS can be slow. With the
SETENT_BATCH_READ option in /etc/default/nss a system admin can decide
to trade time for memory. The entire database will be read at once.
Implemented by Ulrich Drepper.
* The interfaces introduced in RFC 3542 have been implemented by
Ulrich Drepper.
* Support for the new ELF hash table format was added by Ulrich Drepper.
* Support for priority inheritance mutexes added by Jakub Jelinek and
Ulrich Drepper.
* Support for priority protected mutexes added by Jakub Jelinek.
(优先级问题对一个libc来讲是极为重要的)
* New locales: nr_ZA, pa_PK, ca_AD, ca_FR, ca_IT, el_CY, tr_CY, as_IN,
or_IN, csb_PL, fy_NL, sr_ME.
glibc-2.5于2006.9.29发布,据称与某些程序不太兼容,就比如scim等.
所以偶gentoo仍然保持不升级的状态.(编译太长了…)
另外最近(最多1个半月前)fcitx-3.4,coreutils-6.4也放出了…
如果必要的话偶会对偶的系统再次进行更新. |
|