*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 21 Feb 2004 09:26:56 +0000 (09:26 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 21 Feb 2004 09:26:56 +0000 (09:26 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8260f8cc2076081e88b427686fee96997affde33..e9a03c2d8b27ce959f1bd3932d391d912da2625d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
 GNU coreutils NEWS                                    -*- outline -*-
+* Major changes in release 5.2.1 (2004-02-19) [stable]
+
+** Bug fixes
+
+  `expr' now conforms to POSIX better:
+
+    Integers like -0 and 00 are now treated as zero.
+
+    The `|' operator now returns 0, not its first argument, if both
+    arguments are null or zero.  E.g., `expr "" \| ""' now returns 0,
+    not the empty string.
+
+    The `|' and `&' operators now use short-circuit evaluation, e.g.,
+    `expr 1 \| 1 / 0' no longer reports a division by zero.
+
+
 * Major changes in release 5.2.0 (2004-02-19) [stable]
 
 ** Bug fixes