Bruno Haible <[EMAIL PROTECTED]> writes:
> Simon Josefsson wrote:
>> I changed the namespace to gl_des as below.
>
> After the complaints "gnulib is changing too fast" a few weeks ago, I think
> it may help the gnulib users if we keep track of the incompatible changes
> (removed modules, renamed functions etc.). I'm making a start by adding this
> NEWS file.
When updating gnulib for Shishi, I noticed another recent
non-backwards compatible change that I added to NEWS:
2007-02-28 xreadlink, xreadlink-with-size
The xreadlink function was renamed to
xreadlink_with_size and moved to a new
module, and the xreadlink function now
only takes one parameter.
xreadlink -> xreadlink_with_size
/Simon