We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7accc3b + 41b20cf commit 8e0964dCopy full SHA for 8e0964d
3 files changed
ACE/NEWS
@@ -1,3 +1,6 @@
1
+USER VISIBLE CHANGES BETWEEN ACE-6.5.22 and ACE-6.5.23
2
+======================================================
3
+
4
USER VISIBLE CHANGES BETWEEN ACE-6.5.21 and ACE-6.5.22
5
======================================================
6
ACE/bin/copy-local-script.sh
@@ -1,7 +1,7 @@
#!/bin/sh
for i in *.gz *.bz2 *.zip *.md5; do
- d=`echo $i | sed 's/\.[tz][ai][rp]/-6.5.12&/'`
+ d=`echo $i | sed 's/\.[tz][ai][rp]/-6.5.22&/'`
echo "Copying $i to $d"
cp -ip $i $d
7
done
TAO/NEWS
+USER VISIBLE CHANGES BETWEEN TAO-2.5.22 and TAO-2.5.23
USER VISIBLE CHANGES BETWEEN TAO-2.5.21 and TAO-2.5.22
0 commit comments