minor tweaks for release notes uploaded to SF
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12088 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2ef2219fe5
commit
2b325a6347
3 changed files with 5 additions and 5 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,7 +1,7 @@
|
|||
SWIG (Simplified Wrapper and Interface Generator)
|
||||
|
||||
See CHANGES.current for changes in the current version.
|
||||
See RELEASENOTES for a summary of changes in each release.
|
||||
See CHANGES.current file for changes in the current version.
|
||||
See RELEASENOTES file for a summary of changes in each release.
|
||||
|
||||
Version 1.3.40 (18 August 2009)
|
||||
===============================
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
Version 2.0.0 (2 June 2010)
|
||||
===========================
|
||||
|
||||
See CHANGES for changes in older releases.
|
||||
See RELEASENOTES for a summary of changes in each release.
|
||||
See CHANGES file for changes in older releases.
|
||||
See RELEASENOTES file for a summary of changes in each release.
|
||||
|
||||
2010-06-02: wsfulton
|
||||
[C#] Fix SWIG_STD_VECTOR_ENHANCED macro used in std::vector to work with
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ swigwin_dir_sf = username + ",swig@frs.sourceforge.net:/home/frs/project/s/sw/sw
|
|||
|
||||
release_notes_file = "release-notes-" + version + ".txt"
|
||||
os.system("rm -f " + release_notes_file)
|
||||
os.system("cat swig-" + version + "/README " + "swig-" + version + "/CHANGES.current > " + release_notes_file)
|
||||
os.system("cat swig-" + version + "/README " + "swig-" + version + "/CHANGES.current " + "swig-" + version + "/RELEASENOTES " + "> " + release_notes_file)
|
||||
|
||||
os.system("rsync --archive --verbose -P --times -e ssh " + "swig-" + version + ".tar.gz " + release_notes_file + " " + swig_dir_sf) and failed("")
|
||||
os.system("rsync --archive --verbose -P --times -e ssh " + "swigwin-" + version + ".zip " + swigwin_dir_sf) and failed("")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue