Skip to content

Commit 8e0964d

Browse files
authored
Merge pull request #2411 from jwillemsen/jwi-ace6522
Prepare for next ace6tao2
2 parents 7accc3b + 41b20cf commit 8e0964d

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

ACE/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
USER VISIBLE CHANGES BETWEEN ACE-6.5.22 and ACE-6.5.23
2+
======================================================
3+
14
USER VISIBLE CHANGES BETWEEN ACE-6.5.21 and ACE-6.5.22
25
======================================================
36

ACE/bin/copy-local-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
for i in *.gz *.bz2 *.zip *.md5; do
4-
d=`echo $i | sed 's/\.[tz][ai][rp]/-6.5.12&/'`
4+
d=`echo $i | sed 's/\.[tz][ai][rp]/-6.5.22&/'`
55
echo "Copying $i to $d"
66
cp -ip $i $d
77
done

TAO/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
USER VISIBLE CHANGES BETWEEN TAO-2.5.22 and TAO-2.5.23
2+
======================================================
3+
14
USER VISIBLE CHANGES BETWEEN TAO-2.5.21 and TAO-2.5.22
25
======================================================
36

0 commit comments

Comments
 (0)