Add documentation on stable release 2.0.2

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25566 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2007-11-07 20:06:34 +00:00
parent 49278a5c55
commit 46d15b8248
3 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2007-11-08 Adam Fedor <fedor@gnu.org>
* Mark for Version 2.0.2 (on stable branch)
2007-10-31 David Ayers <ayers@fsfe.org>
* rules.make: Implement ADDITIONAL_NATIVE_LIB_DIRS.

View file

@ -9,6 +9,10 @@
The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
@end ifclear
@section Changes in version @samp{2.0.2}
Update license to GPLv3.
@section Changes in version @samp{2.0.1}
Bug fixes in filesystem layout and framework installation.

View file

@ -252,6 +252,10 @@ svn-tag:
svn copy $(SVNPREFIX)/trunk $(SVNPREFIX)/tags/make-$(VERTAG) \
-m "Tag version $(VERTAG)"
svn-tag-stable:
svn copy $(SVNPREFIX)/branches/stable $(SVNPREFIX)/tags/make-$(VERTAG) \
-m "Tag version $(VERTAG)"
svn-dist:
svn export $(SVNPREFIX)/tags/make-$(VERTAG) \
gnustep-make-$(GNUSTEP_MAKE_VERSION)