New file: lib/idcache.h
[gnulib.git] / NEWS
1 Important notes
2 ---------------
3
4 User visible incompatible changes
5 ---------------------------------
6
7 Date        Modules         Changes
8
9 2007-08-18  idcache         Now provides prototypes in "idcache.h".
10
11 2007-08-10  xstrtol         The STRTOL_FATAL_ERROR macro is removed.
12                             Use the new xstrtol_fatal function instead.
13
14 2007-08-04  human           The function human_options no longer reports an
15                             error to standard error; that is now the
16                             caller's responsibility.  It returns an
17                             error code of type enum strtol_error
18                             instead of the integer option value, and stores
19                             the option value via a new int * argument.
20             xstrtol         The first two arguments of STRTOL_FATAL_ERROR
21                             are now an option name and option argument
22                             instead of an option argument and a type string,
23                             STRTOL_FAIL_WARN is removed.
24
25 2007-07-14  gpl, lgpl       New Texinfo versions with no sectioning commands.
26
27 2007-07-10  version-etc     Output now mentions GPLv3+, not GPLv2+.  Use
28                             gnulib-tool --local-dir to override this.
29
30 2007-07-07  wcwidth         The include file is changed from "wcwidth.h" to
31                             <wchar.h>.
32
33 2007-07-02  gpl, lgpl       Renamed to gpl-2.0 and lgpl-2.1 respectively.
34                             (There is also a new module gpl-3.0.)
35
36 2007-06-16  lchown          The include file is changed from "lchown.h" to
37                             <unistd.h>.
38
39 2007-06-09  xallocsa        Renamed to xmalloca. The include file "xallocsa.h"
40                             was remamed to "xmalloca.h". The function was
41                             renamed:
42                               xallocsa -> xmalloca
43
44 2007-06-09  allocsa         Renamed to malloca. The include file "allocsa.h"
45                             was remamed to "malloca.h". The function-like
46                             macros were renamed:
47                               allocsa -> malloca
48                               freesa -> freea
49
50 2007-05-20  utimens         Renamed futimens to gl_futimens, to avoid
51                             conflict with the glibc-2.6-introduced function
52                             that has a different signature.
53
54 2007-05-01  sigprocmask     The module now depends on signal, so replace
55                               #include "sigprocmask.h"
56                             with
57                               #include <signal.h>
58
59 2007-04-06  gettext         The macro HAVE_LONG_DOUBLE is no longer set.
60                             You can replace all its uses with 1, i.e. assume
61                             'long double' as a type exists.
62
63 2007-04-01  arcfour         Renamed to crypto/arcfour.
64             arctwo          Renamed to crypto/arctwo.
65             des             Renamed to crypto/des.
66             gc              Renamed to crypto/gc.
67             gc-arcfour      Renamed to crypto/gc-arcfour.
68             gc-arctwo       Renamed to crypto/gc-arctwo.
69             gc-des          Renamed to crypto/gc-des.
70             gc-hmac-md5     Renamed to crypto/gc-hmac-md5.
71             gc-hmac-sha1    Renamed to crypto/gc-hmac-sha1.
72             gc-md2          Renamed to crypto/gc-md2.
73             gc-md4          Renamed to crypto/gc-md4.
74             gc-md5          Renamed to crypto/gc-md5.
75             gc-pbkdf2-sha1  Renamed to crypto/gc-pbkdf2-sha1.
76             gc-random       Renamed to crypto/gc-random.
77             gc-rijndael     Renamed to crypto/gc-rijndael.
78             gc-sha1         Renamed to crypto/gc-sha1.
79             hmac-md5        Renamed to crypto/hmac-md5.
80             hmac-sha1       Renamed to crypto/hmac-sha1.
81             md2             Renamed to crypto/md2.
82             md4             Renamed to crypto/md4.
83             md5             Renamed to crypto/md5.
84             rijndael        Renamed to crypto/rijndael.
85             sha1            Renamed to crypto/sha1.
86
87 2007-03-27  vasprintf       The module now depends on stdio, so replace
88                                #include "vasprintf.h"
89                             with
90                                #include <stdio.h>
91
92 2007-03-24  tsearch         The include file is changed from "tsearch.h" to
93                             <search.h>.
94
95 2007-03-24  utf8-ucs4       The include file is changed from "utf8-ucs4.h"
96                             to "unistr.h".
97             utf8-ucs4-unsafe  The include file is changed from
98                             "utf8-ucs4-unsafe.h" to "unistr.h".
99             utf16-ucs4      The include file is changed from "utf16-ucs4.h"
100                             to "unistr.h".
101             utf16-ucs4-unsafe  The include file is changed from
102                             "utf16-ucs4-unsafe.h" to "unistr.h".
103             ucs4-utf8       The include file is changed from "ucs4-utf8.h"
104                             to "unistr.h".
105             ucs4-utf16      The include file is changed from "ucs4-utf16.h"
106                             to "unistr.h".
107
108 2007-03-19  iconvme         The module is removed. Use module striconv instead:
109                             iconv_string -> str_iconv
110                             iconv_alloc -> str_cd_iconv (with reversed
111                                            arguments)
112
113 2007-03-15  list            The functions gl_list_create_empty and
114             array-list      gl_list_create now take an extra fourth argument.
115             carray-list     You can pass NULL.
116             linked-list
117             linkedhash-list
118             avltree-list
119             rbtree-list
120             avltreehash-list
121             rbtreehash-list
122
123 2007-03-15  oset            The function gl_oset_create_empty now takes a
124             array-oset      third argument. You can pass NULL.
125             avltree-oset
126             rbtree-oset
127
128 2007-03-12  des             The types and functions in lib/des.h have been
129             gc-des          renamed:
130
131                             des_ctx -> gl_des_ctx, tripledes_ctx -> gl_3des_ctx,
132                             des_is_weak_key -> gl_des_is_weak_key,
133                             des_setkey -> gl_des_setkey,
134                             des_makekey -> gl_des_makekey,
135                             des_ecb_crypt -> gl_des_ecb_crypt,
136                             des_ecb_encrypt -> gl_des_ecb_encrypt,
137                             des_ecb_decrypt -> gl_des_ecb_decrypt,
138                             tripledes_set2keys -> gl_3des_set2keys,
139                             tripledes_set3keys -> gl_3des_set3keys,
140                             tripledes_makekey -> gl_3des_makekey,
141                             tripledes_ecb_crypt -> gl_3des_ecb_crypt.
142
143                             Also consider using the "gc-des" buffer instead of
144                             using the "des" module directly.
145
146 2007-02-28  xreadlink       The module xreadlink was renamed to
147                             xreadlink-with-size. The function was renamed:
148                             xreadlink -> xreadlink_with_size.
149
150 2007-02-18  exit            The modules now depend on stdlib, so replace
151             mkdtemp           #include "exit.h"
152             mkstemp           #include "mkdtemp.h"
153                               #include "mkstemp.h"
154                             with
155                               #include <stdlib.h>
156
157 2007-01-26  strdup          The module now depends on string, so replace
158                               #include "strdup.h"
159                             with
160                               #include <string.h>
161
162 # This is for Emacs.
163 # Local Variables:
164 # indent-tabs-mode: nil
165 # whitespace-check-buffer-indent: nil
166 # End: