summaryrefslogtreecommitdiff
path: root/doc/CHANGES
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-07-21 03:56:40 +0000
committerNathan Scott <nathans@sgi.com>2003-07-21 03:56:40 +0000
commitff170d22ca9ae0b1c362e33a4ab2fbd85ca79b86 (patch)
tree1dc25ab85853d3f48a76756502b950f9739e7f2e /doc/CHANGES
parent63f3fb80cd6410a10c4e76dc66b16d6d8dd07c88 (diff)
downloadattr-ff170d22ca9ae0b1c362e33a4ab2fbd85ca79b86.tar.gz
attr updates from Andreas - emphasis on improved handling of special characters, and creates an little library for helper functions
Diffstat (limited to 'doc/CHANGES')
-rw-r--r--doc/CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 93ea44f..f49d129 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,10 @@
+attr-2.4.6 (21 July 2003)
+ - Add internal library for misc. functions: quote, unquote,
+ high_water_alloc.
+ - Quote special characters in path names and attribute names.
+ - Use high_water_alloc everywhere instead of malloc/realloc.
+ - Update the test scripts.
+
attr-2.4.5 (03 July 2003)
- Tweak the build so we don't always run msgmerge,
fix from Steve Langasek originally.