annotate NEWS @ 8435:9ffcb6d5f355

List of important user-visible changes.
author Bruno Haible <bruno@clisp.org>
date Thu, 15 Mar 2007 23:40:59 +0000
parents
children 36bbb949160c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8435
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Important notes
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 ---------------
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 User visible incompatible changes
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 ---------------------------------
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Date Modules Changes
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 2007-03-12 des The types and functions in lib/des.h have been
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 gc-des renamed:
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 des_ctx -> gl_des_ctx, tripledes_ctx -> gl_3des_ctx,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 des_is_weak_key -> gl_des_is_weak_key,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 des_setkey -> gl_des_setkey,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 des_makekey -> gl_des_makekey,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 des_ecb_crypt -> gl_des_ecb_crypt,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 des_ecb_encrypt -> gl_des_ecb_encrypt,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 des_ecb_decrypt -> gl_des_ecb_decrypt,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 tripledes_set2keys -> gl_3des_set2keys,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 tripledes_set3keys -> gl_3des_set3keys,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 tripledes_makekey -> gl_3des_makekey,
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 tripledes_ecb_crypt -> gl_3des_ecb_crypt.
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Also consider using the "gc-des" buffer instead of
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 using the "des" module directly.
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 2007-02-28 xreadlink The module xreadlink was renamed to
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 xreadlink-with-size. The function was renamed:
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 xreadlink -> xreadlink_with_size.
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 # This is for Emacs.
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 # Local Variables:
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 # indent-tabs-mode: nil
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 # whitespace-check-buffer-indent: nil
9ffcb6d5f355 List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 # End: