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