Allow the use of a destructor for the values stored in the list.
[gnulib.git] / NEWS
1 Important notes
2 ---------------
3
4 User visible incompatible changes
5 ---------------------------------
6
7 Date        Modules         Changes
8
9 2007-03-15  list            The functions gl_list_create_empty and
10                             gl_list_create now take an extra fourth argument.
11                             You can pass NULL.
12
13 2007-03-15  oset            The function gl_oset_create_empty now takes a
14             array-oset      third argument. You can pass NULL.
15             avltree-oset
16             rbtree-oset
17
18 2007-03-12  des             The types and functions in lib/des.h have been
19             gc-des          renamed:
20
21                             des_ctx -> gl_des_ctx, tripledes_ctx -> gl_3des_ctx,
22                             des_is_weak_key -> gl_des_is_weak_key,
23                             des_setkey -> gl_des_setkey,
24                             des_makekey -> gl_des_makekey,
25                             des_ecb_crypt -> gl_des_ecb_crypt,
26                             des_ecb_encrypt -> gl_des_ecb_encrypt,
27                             des_ecb_decrypt -> gl_des_ecb_decrypt,
28                             tripledes_set2keys -> gl_3des_set2keys,
29                             tripledes_set3keys -> gl_3des_set3keys,
30                             tripledes_makekey -> gl_3des_makekey,
31                             tripledes_ecb_crypt -> gl_3des_ecb_crypt.
32
33                             Also consider using the "gc-des" buffer instead of
34                             using the "des" module directly.
35
36 2007-02-28  xreadlink       The module xreadlink was renamed to
37                             xreadlink-with-size. The function was renamed:
38                             xreadlink -> xreadlink_with_size.
39
40 # This is for Emacs.
41 # Local Variables:
42 # indent-tabs-mode: nil
43 # whitespace-check-buffer-indent: nil
44 # End: