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