Add.
[libidn.git] / NEWS
blobed1c57ad94df5740a29955d2080c3541076f4a06
1 Libidn NEWS -- History of user-visible changes.                 -*- outline -*-
2 Copyright (C) 2002, 2003, 2004 Simon Josefsson
3 See the end for copying conditions.
5 * Version 0.5.10 (unreleased)
7 ** API and ABI is backwards compatible with the previous version.
9 * Version 0.5.9 (released 2004-11-07)
11 ** Align GTK-DOC build infrastructure with GTK-DOC official recommendations.
12 This mean that you can now browse the Libidn API manual using Devhelp.
14 ** Update of gnulib files to fix potential problem in getopt on BSD.
16 ** Documentation improvements.
18 ** API and ABI is backwards compatible with the previous version.
20 * Version 0.5.8 (released 2004-10-12)
22 ** BidiMirroring-3.2.0.txt is now included, not only the generated source code.
23 This allow builds to succeed after 'make realclean'.
25 ** Generated files now have consistent 'DO NOT EDIT!' comments.
27 ** API and ABI is backwards compatible with the previous version.
29 * Version 0.5.7 (released 2004-10-12)
31 ** Shared library version incremented, because new APIs were added.
32 This was forgotten in the last release.
34 ** French translation updated.
36 ** Minor bug fixes.
38 ** API and ABI is backwards compatible with the previous version.
40 * Version 0.5.6 (released 2004-10-02)
42 ** Added functions to convert return codes to human readable text.
44 ** Now using GNULib in command line front end (src/) for portability code.
45 See <http://www.gnu.org/software/gnulib/> for more information on
46 GNULib.  This should make the code easier to read and maintain.
48 ** API and ABI is backwards compatible with the previous version.
49 idna_strerror: ADD.
50 pr29_strerror: ADD.
51 punycode_strerror: ADD.
52 stringprep_strerror: ADD.
53 tld_strerror: ADD.
54 TLD_NO_TLD: ADD.  Replaces TLD_NOTLD.
55 TLD_NOTLD: DEPRECATED.  Use TLD_NO_TLD instead.
57 * Version 0.5.5 (released 2004-09-13)
59 ** Hide accidentally exported variable g_utf8_skip, by marking it as static.
61 ** Various fixes.
63 ** API and ABI is backwards compatible with the previous version.
64 g_utf8_skip: REMOVED.  (But never meant to be used.)
66 * Version 0.5.4 (released 2004-08-08)
68 ** Translation updates.
70 ** API and ABI is backwards compatible with the previous version.
72 * Version 0.5.3 (released 2004-08-05)
74 ** Fix crash in `idn --tld' command line tool.
76 ** API and ABI is backwards compatible with the previous version.
78 * Version 0.5.2 (released 2004-07-14)
80 ** Java "make install" rules are now DESTDIR compatible.
82 ** API and ABI is backwards compatible with the previous version.
84 * Version 0.5.1 (released 2004-07-09)
86 ** Cross compile builds should work.
87 It should work for any sane cross compile target, but the only tested
88 platform is uClibc/uClinux on Motorola Coldfire.
90 ** The example programs now correctly invoke `setlocale (LC_ALL, "")'.
92 ** API and ABI is backwards compatible with the previous version.
94 * Version 0.5.0 (released 2004-06-26)
96 ** Functions to detect "normalization problem sequences" as per PR-29 added.
97 See the new chapter "PR29 Functions" in the manual
98 (doc/libidn.{ps,pdf,html}) for more information and the background
99 story.  An external link that discuss the problem is
100 <http://www.unicode.org/review/pr-29.html>.
102 ** More translations.
103 Added Esperanto (by Edmund GRIMLEY EVANS).
105 ** API and ABI is backwards compatible with the previous version.
106 pr29.h: ADD.  Prototypes for PR29 types and functions.
107 pr29_4, pr29_4z, pr29_8z: ADD.  New API entry points for PR29 functions.
108 Pr29_rc: ADD.  New error code enum type for PR29 functions.
110 * Version 0.4.9 (released 2004-06-11)
112 ** The Java library (java/libidn-*.jar) is included in the distribution.
114 ** JavaDoc manuals (doc/javadoc/) are included.
116 ** API and ABI is backwards compatible with the previous version.
118 * Version 0.4.8 (released 2004-06-01)
120 ** The Java source code is actually included in the distribution.
122 ** API and ABI is backwards compatible with the previous version.
124 * Version 0.4.7 (released 2004-05-31)
126 ** The Java port should now be functional, contributed by Oliver Hitz.
127 See the new section "Java API" in the manual for more information.
129 ** API and ABI is backwards compatible with the previous version.
131 * Version 0.4.6 (released 2004-05-24)
133 ** The header file idn-free.h is actually installed by 'make install'.
135 ** API and ABI is backwards compatible with the previous version.
137 * Version 0.4.5 (released 2004-05-21)
139 ** In IDNA ToUnicode, a `free' on a stale pointer fixed by Ulrich Drepper.
141 ** Several memory leaks fixed by Ulrich Drepper.
143 ** Added more SASLPrep and NFKC test vectors.
145 ** Automake 1.8.4 is used.
147 ** API and ABI is backwards compatible with the previous version.
148 idn_free: ADD.  Wrapper around system `free'.
149 idn-free.h: ADD.  Prototype for `idn_free'.
150                 See idn-free.h for discussion.  The interface is
151                 currently not documented.  Comments and feedback is
152                 appreciated.
154 * Version 0.4.4 (released 2004-04-29)
156 ** Fixed two bugs in iSCSI definition, syncing with newly published RFC 3722.
157 The first bug was an omission of prohibiting the characters in C.1.1,
158 C.1.2 and C.7 (space characters and characters that are inappropriate
159 for canonical representation).  The second was a bug in the definition
160 of the table, causing the entire table to be skipped, of the special
161 prohibited output character table defined in RFC 3722 (see section 6,
162 the characters in the table are various ASCII characters and U+3002).
164 ** A few test vectors for iSCSI were added.
166 ** The self tests are linked with libtool -no-install to avoid wrapper script.
168 ** Separated self test utilities into a separate library, shared by all tests.
170 ** More translations.
171 Added Romanian (by Laurentiu Buzdugan).
173 ** API and ABI is backwards compatible with the previous version.
175 * Version 0.4.3 (released 2004-04-22)
177 ** Fixed a bug in table processing code to prohibit control characters.
178 The problem was that the code used a code point of 0 to indicate end
179 of table, but if (as for table C.2.1) a range starts with 0, this
180 logic would fail.  The end-of-table test is now that both the start
181 and end code points of the range is 0.  Table C.2.1 is responsible for
182 prohibiting non-ASCII control characters, i.e. ASCII 0-31 and 127.
183 Before, libidn silently accepted such strings without complaining.
185 ** A few test vectors for SASLprep were added.
187 ** The pkg-config script no longer include a -R parameter.
189 ** More translations.
190 Added Dutch (by Elros Cyriatan), and German (by Roland Illig).
192 ** API and ABI is backwards compatible with the previous version.
194 * Version 0.4.2 (released 2004-03-20)
196 ** A Punycode implementation in Java was added, by Oliver Hitz.
197 Eventually hopefully a StringPrep, Nameprep and IDNA implementation
198 will be added as well.  Currently you need to specify --enable-java to
199 enable the Java interface.  The Java sources (below java/) are
200 compiled into byte-code (not native code) into a JAR library.
202 ** More translations.
203 Added Danish (by Morten Bo Johansen), French (by Michel Robitaille),
204 Polish (by Jakub Bogusz), and Serbian (by Aleksandar Jelenak).
206 ** Norwegian TLD table added, by Thomas Jacob.
208 ** API and ABI is backwards compatible with the previous version.
210 * Version 0.4.1 (released 2004-03-08)
212 ** The user messages from the command line utility are now translated.
213 Currently English and Swedish is supported.
215 ** Logic of stringprep_locale_charset modified.
216 Future versions will use, in order, $CHARSET iff defined, nl_langinfo
217 (CODESET) iff working, or fall back to returning "ASCII".  Earlier it
218 attempted to guess the system locale, in contrast with the current
219 application's locale, via some setlocale save/set/reset magic.  This
220 change may require you to invoke setlocale() in your application,
221 which is (should be) required for non-ASCII to work anyway.  Based on
222 discussion with Ulrich Drepper.
224 ** The command-line utility now invoke setlocale (LC_ALL, "") at startup.
226 ** Fixed SASLprep tables to prohibit non-ASCII space in output.
227 Non-ASCII space has always been mapped to ASCII space, so it is not
228 clear this really have any effect, but the specification require it.
230 ** Building Libidn as part of GLIBC has been updated.
231 Refer to libc/README for more information.  Incidentally, GLIBC in CVS
232 now include a copy of Libidn.
234 ** API and ABI is backwards compatible with the previous version.
235 IDNA_DLOPEN_ERROR: ADD.  Only used internally by Libidn in libc.
237 * Version 0.4.0 (released 2004-02-28)
239 ** Support for TLD restrictions on IDN strings, contributed by Thomas Jacob.
240 Many TLDs restrict the set of characters that can be used, from the
241 full Unicode 3.2 range that is normally available.  This contribution
242 make it possible for you to test strings for TLD conformance locally.
243 The code can be disabled by --disable-tld.  If enabled (the default),
244 the new API "tld.h" is installed which can be used to check a string
245 for conformance to TLD specific rules.  This add a new self test, and
246 a new chapter in the manual.  People responsible for maintaining TLD
247 tables are hereby encouraged to contribute them (under reasonable
248 licensing terms) for inclusion in future versions of Libidn.  Be
249 warned that the API for TLD checking may change throughout the 0.4.x
250 series as we get feedback on it.
252 ** Kerberos 5 stringprep profile macro is no longer documented.
253 The macro itself will probably be removed in the future, if the
254 specification is dropped from the Kerberos WG agenda.
256 ** API and ABI is backwards compatible with the previous version.
257 stringprep_kerberos5: DEPRECATED.
258 Tld_table_element:
259 Tld_table:
260 Tld_rc: ADD.  New data types.
261 tld_get_4:
262 tld_get_4z:
263 tld_get_z: ADD.  New functions to extract TLD from string.
264 tld_get_table:
265 tld_default_table: ADD.  New functions to get TLD table from TLD name.
266 tld_check_4t:
267 tld_check_4tz: ADD.  New function to provide core TLD operations.
268 tld_check_4:
269 tld_check_4z:
270 tld_check_8z:
271 tld_check_lz: ADD.  New functions that combine all TLD operations in one call.
273 * Version 0.3.7 (released 2004-01-22)
275 ** The command line parameter '--' idiom is documented.
277 ** The iSCSI stringprep profile now recognized as "iSCSI".
278 The earlier name "ISCSIprep" is still recognized, for backwards
279 compatibility.
281 ** DocBook manuals no longer included (the tools are too unstable).
283 ** API and ABI is backwards compatible with the previous version.
285 * Version 0.3.6 (released 2004-01-06)
287 ** The manual now contain a troubleshooting section for the command line tool.
289 ** The PHP interface pass the string directly on the command line.
291 ** The macro that create 'idn-int.h' has been updated to latest version.
293 ** API and ABI is backwards compatible with the previous version.
295 * Version 0.3.5 (released 2003-12-15)
297 ** The program 'idn' accepts input strings directly on the command line.
299 ** The program 'idn' defaults to --idna-to-ascii if no parameter is given.
301 ** The program 'idn' now print user instructions before waiting for input.
303 ** DocBook HTML output not included any longer.
304 The reason is that the filenames generated by docbook2html appear to
305 be rather random, so it is difficult to maintain the Makefile.am rules
306 for them.
308 ** Autoconf 2.59, automake 1.8 and libtool from CVS is used.
310 ** API and ABI is backwards compatible with the previous version.
311 IDNA_CONTAINS_NON_LDH: ADD.  Same integer value as IDNA_CONTAINS_LDH.
312 IDNA_CONTAINS_LDH: DEPRECATED.  LDH (letter-digits-hyphens) characters
313                 are not an error, but non-LDH characters are, when
314                 IDNA_USE_STD3_ASCII_RULES is used.  The logic of the
315                 mnemonic name of this error constant was reversed.
317 * Version 0.3.4 (released 2003-11-09)
319 ** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included.
321 * Version 0.3.3 (released 2003-10-18)
323 ** Fixed list of Stringprep profiles in 'idn --help' and 'idn.php'.
325 ** Fixed debug information in 'idn'.
327 ** Internal improvements.
328 Leads to reduced heap memory usage.  Simplified inter-dependency among
329 files in lib/* to make it easier to copy them into your project.
331 ** Debugging stringprep profile 'generic' removed.
333 ** Punycode implementation updated to rfc3492bis-00.
335 ** API and ABI is backwards compatible with the previous version.
336 stringprep_4i: NEW.
337 stringprep_4zi: NEW.
338 stringprep: CHANGED. 'profile' is marked as 'const'.
339 stringprep_profile: CHANGED. 'profile' is marked as 'const'.
340 stringprep_generic: REMOVED. Never meant for public use.
342 * Version 0.3.2 (released 2003-10-07)
344 ** SASL ANONYMOUS stringprep profile "trace" added.
345 It is equivalent to the already supported "plain" SASL ANONYMOUS
346 stringprep profile, except for the name.
348 ** API and ABI is backwards compatible with the previous version.
349 The 'in' parameter to stringprep_profile was changed from 'char*' to
350 'const char*'.
352 * Version 0.3.1 (released 2003-10-02)
354 ** Fixed handling of implicit and explicit zero-length root labels in ToASCII.
356 ** Fixed support for Hangul Syllables during Unicode NFKC normalization.
358 ** Fixed Unicode NFKC normalization of (some) BMP code points.
359 This was done by syncing the NFKC code with latest GLIB, and may have
360 fixed other bugs in the earlier versions of the updated functions.
362 ** Added more IDNA test vectors.
364 ** Emacs Lisp IDNA implementation now set the UseSTD3ASCIIRules flag.
365 This is the appropriate setting for mail-related uses of IDNA.
367 ** API and ABI is backwards compatible with the previous version.
369 * Version 0.3.0 (released 2003-09-23)
371 ** Ported to Mac OS X.
373 ** Gnulib code removed, we now assume a C89 compatible environment.
375 ** Building libidn as a libc add-on now works again.
377 ** Man pages for all public API functions are included.
379 ** Fixed bug in SASLprep profile.
381 ** API and ABI is NOT backwards compatible with the previous version.
382 All previously labeled (since 0.1.x) obsolete functions have been dropped.
383 The use of 'enum' types instead of 'int' added in 0.2.3 reverted, it
384 confused documentation generators and wasn't all that common practice.
386 * Version 0.2.3 (released 2003-08-26)
388 ** Example 4 was the same as example 3, now changed to demo ToUnicode.
390 ** Documentation improvements.
392 ** Prototype cleanups.
393 The proper enum types (Stringprep_rc, Idna_rc, etc) are now used in
394 several places where plain int where used before.  String lengths are
395 handled by (s)size_t instead of int.
397 ** API and ABI is backwards compatible with the previous version.
399 * Version 0.2.2 (released 2003-08-13)
401 ** Fixed problem with strings longer than 4GB in punycode functions.
402 The punycode code cannot handle strings longer than 4GB.  The code now
403 return PUNYCODE_BAD_INPUT on too long input, instead of failing in an
404 unknown way.
406 ** The "idn --idna-to-unicode" command now output locale encoded strings.
408 ** Build fixes, bug fixes.
410 ** API and ABI is backwards compatible with the previous version.
412 * Version 0.2.1 (released 2003-07-04)
414 ** Don't reject zero-length trailing labels as in, e.g., "www.example.org.".
415 The IDNA RFC is not clear on this topic, zero-length labels in general
416 are forbidden by the ToASCII algorithm in section 4.1 step 8, but the
417 terminology section define, inside a parenthesis, that the zero-length
418 root label is in fact not considered a label at all in IDNA.
420 ** Bug fixes.
422 ** API and ABI is backwards compatible with the previous version.
424 * Version 0.2.0 (released 2003-06-19)
426 ** Unicode code point data is now uint32_t, defined in "idn-int.h".
427 A header file "idn-int.h" is generated and installed to make sure the
428 "uint32_t" data type is available on all platforms.  The reason for
429 this change is that on 64-bit platforms, the application was required
430 to convert 32 bit integers (which is how Unicode code points are
431 typically represented) into 64 bit integers before calling libidn
432 functions.
434 ** New idna_*() functions have improved flags handling.
435 The allowunassigned and usestd3asciirules parameters were collapsed
436 into a flags parameter, that can take on the IDNA_ALLOW_UNASSIGNED and
437 IDNA_USE_STD3_ASCII_RULES values.  This allows for easier extensions
438 to support, e.g., Unicode 4.0 or RFC 952 ASCII rules checking.  Note
439 that the old entry points are unmodified (in this regard), and new
440 entry points with this modification were added.
442 ** The manual was moved into a separate directory doc/.
444 ** Bugfixes.
446 ** API and ABI is not backwards compatible.
447 In punycode.h and stringprep.h the "unsigned long" data type was
448 changed into "uint32_t", which cause a API and ABI missmatch.  For
449 idna.h, the old entry points that used "unsigned long" still exist,
450 and new entry points that uses "uint32_t" was added.  To update your
451 application, you probably only need to change "unsigned long" to
452 "uint32_t".  As a result of these changes, the shared object version
453 has been increased.
455 * Version 0.1.15 (released 2003-06-07)
457 ** Bugfixes.
459 ** API and ABI is backwards compatible with the previous version.
461 * Version 0.1.14 (released 2003-05-10)
463 ** Experimental documentation generation in contrib/doxygen/.
464 Simply invoke "doxygen" in that directory and it should build the
465 documentation.
467 ** Lisp API bug fixes.
469 ** API and ABI is backwards compatible with the previous version.
471 * Version 0.1.13 (released 2003-03-13)
473 ** Unfinished Java *.class files implementing the libidn API.
474 See the contrib/java/ directory.  It is implemented using the Java
475 Native Interface, and light initial testing indicate interoperability
476 between GCJ, IBM's JDK and Sun's JDK.
478 ** Building is now silent when gengetopt is not present.
480 ** Bug fixes.
482 ** API and ABI is backwards compatible with the previous version.
484 * Version 0.1.12 (released 2003-03-06)
486 ** Building libidn doesn't require gengetopt.
487 Warnings are still printed though.  Gengetopt will be replaced by argp
488 eventually.
490 ** Command line tool "idn" supports stringprep too.
492 ** New stringprep API entry point: stringprep_profile().
493 It takes a name of the stringprep profile as an argument instead of
494 the stringprep table structure.
496 ** stringprep_*.h are deprecated and will be removed in the future.
497 All symbols have been moved to stringprep.h.  The reasons are that (1)
498 the files typically only defined one CPP macro and exported one symbol
499 definition, which is wasteful as it generates too much work in the
500 manual, and (2) using one header file for all profiles allows easier
501 access to all stringprep profiles during runtime.  Note that the files
502 are still installed, but they only #include stringprep.h now, for
503 backwards compatibility.
505 ** GNU Libc add-on build instructions updated to GNU Libc 2.3.2.
507 ** SASLprep stringprep profile added.
509 ** An online interface to libidn written in PHP added to contrib/web/.
511 ** API and ABI is backwards compatible with the previous version.
513 * Version 0.1.11 (released 2003-02-26)
515 ** Command line application "idn" is included.
516 A simple wrapper around the library that allows you to invoke punycode
517 encoding/decoding and IDNA ToASCII/ToUnicode on the command line.
519 ** Emacs Lisp interface for punycode and IDNA included.
520 See punycode.el and idna.el.
522 ** API and ABI is backwards compatible with the previous version.
524 * Version 0.1.10 (released 2003-02-21)
526 ** idna_*_to_ace() and idna_*ace_to_*() are deprecated in favor of
527 ** idna_to_ascii_from_*() and idna_to_unicode_*_from_*() respectively.
528 The reason was that the old interfaces did not accept the
529 AllowUnassigned and UseSTD3ASCIIRules flags.  Note that the old
530 functions are not removed, but will be in the future.
532 ** IPS iSCSI stringprep profile added.
534 ** A new contrib/ directory added.
535 Currently it contains a Python interface to Libidn, contributed by
536 Stephane Bortzmeyer.
538 ** idna.h and punycode.h are now installed by "make install".
540 ** API and ABI is backwards compatible with the previous version.
542 * Version 0.1.9 (released 2003-02-20)
544 ** SASL ANONYMOUS "plain" stringprep profile added.
546 ** XMPP nodeprep profile fixed.
548 ** API and ABI is backwards compatible with the previous version.
549 For future releases, the NEWS entry will specifically mention whether
550 the C header API or library ABI backwards compatibility is affected.
552 * Version 0.1.8 (released 2003-02-14)
554 ** Portability fixes.
555 This includes not building the API Reference Manual with GTK-DOC by
556 default, if you want it use configure parameter --enable-gtk-doc after
557 making sure your gtkdoc-mkdb accept the --tmpl-dir parameter.
559 ** The type for string length variables is now (s)size_t.
560 Unfortunately this means binary shared library binary backwards
561 compatible is lost.
563 ** New nameprep test vectors.
565 * Version 0.1.7 (released 2003-02-12)
567 ** Uses official IDNA ACE prefix.
569 * Version 0.1.6 (released 2003-02-11)
571 ** Uses tentative IDNA ACE prefix.
573 ** Added XMPP Node/Resource Identifiers stringprep profiles.
575 ** Fixed prohibited character checks for bidi.
577 * Version 0.1.5 (released 2003-01-28)
579 ** The library can now be built as part of GNU Libc.
580 This is experimental and only tested against GNU Libc version 2.3.1.
581 See the libc/ directory, and libc/README in particular.
583 ** Bug fixes.
585 * Version 0.1.4 (released 2003-01-15)
587 ** Documentation fixes.
589 ** Portability fixes.
591 ** Bug fixes.
593 * Version 0.1.3 (released 2003-01-15)
595 ** Added texinfo manual.
597 * Version 0.1.2 (released 2003-01-08)
599 ** Added high-level IDNA API.
601 ** Added example3.c and example4.c demonstrating the high-level IDNA API.
603 * Version 0.1.1 (released 2003-01-08)
605 ** Added documentation using GTK-DOC.
607 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
608 By accident it was never removed in 0.1.0.
610 * Version 0.1.0 (released 2003-01-05)
612 ** Official GNU project.
614 ** Renamed from libstringprep to libidn.
616 ** Supports punycode and IDNA.  Caveat emptor: I don't use it myself.
618 ** Uses "unsigned long" for Unicode code points instead of "long".
619 Long is guaranteed to be at least 32 bits by C standards so it is
620 always sufficiently large, no need to use uint32_t and the like.
622 ** The obsolete stringprep_utf8_to_ucs4_fast API entry point was removed.
624 * Version 0.0.8 (released 2002-12-13)
626 ** Portability fixes (now works under Cygwin on Windows 2000).
628 ** Bug fixes.
630 * Version 0.0.7 (released 2002-12-09)
632 ** Apply all tables to entire strings, not just first hit.
634 ** Fix bidi infloop.
636 * Version 0.0.5 (released 2002-12-07)
638 ** Fix prohibited characters handling.
640 ** Fix bidi.
642 ** Renamed type (struct) stringprep_table_element to Stringprep_table_element.
644 ** Renamed type stringprep_profile to Stringprep_profile.
646 ** Renamed type (struct) stringprep_table to Stringprep_table.
648 ** Added more self-tests.
650 * Version 0.0.4 (released 2002-12-06)
652 ** Add unassigned code point handling, including self test cases.
654 ** Portability fixes.
656 * Version 0.0.3 (released 2002-11-30)
658 ** Exported utility function `stringprep_utf8_to_unichar', complementary
659 to existing `stringprep_unichar_to_utf8'.
661 ** Renamed `stringprep_utf8_to_ucs4_fast' to `stringprep_utf8_to_ucs4' to
662 clean up API. The old entry point is maintained for binary backwards
663 compatibility though.
665 ** The distribution is from now on signed using GnuPG.
667 ** Bug fixes.
669 * Version 0.0.2 (released 2002-11-07)
671 ** NFKC self test.
673 ** Bug fixes.
675 * Version 0.0.1 (released 2002-11-06)
677 ** Add utility functions stringprep_locale_charset(), stringprep_convert() 
678 and stringprep_locale_to_utf8 () that can be used to convert text from
679 system's locale into UTF-8, which should be done before invoking
680 stringprep().  The functions requires iconv() in the operating system.
682 ** An example program (example.c) that illustrates how libstringprep can be
683 used is included.
685 ** The pkg-config --libs output should now include necessary -R options.
687 * Version 0.0.0 (released 2002-11-05)
689 ** Initial release
691 ----------------------------------------------------------------------
692 Copying and distribution of this file, with or without modification,
693 are permitted in any medium without royalty provided the copyright
694 notice and this notice are preserved.