Author: rfm
Date: Fri May 15 11:15:11 2015
New Revision: 38499
URL: http://svn.gna.org/viewcvs/gnustep?rev=38499&view=rev
Log:
make 2.6.7 release
Modified:
tools/make/trunk/ANNOUNCE
tools/make/trunk/ChangeLog
tools/make/trunk/Documentation/news.texi
tools/make/trunk/Documentation/releasenotes.texi
tools/make/trunk/INSTALL
tools/make/trunk/NEWS
tools/make/trunk/RELEASENOTES
tools/make/trunk/Version
Modified: tools/make/trunk/ANNOUNCE
URL:
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/ANNOUNCE?rev=38499&r1=38498&r2=38499&view=diff
==============================================================================
--- tools/make/trunk/ANNOUNCE (original)
+++ tools/make/trunk/ANNOUNCE Fri May 15 11:15:11 2015
@@ -1,7 +1,7 @@
1 Announcement
**************
-The GNUstep Makefile Package version 2.6.6 is now available.
+The GNUstep Makefile Package version 2.6.7 is now available.
1.1 What is the GNUstep makefile package?
=========================================
@@ -12,17 +12,21 @@
configuration, building, installation, and packaging. It also allows
the user to easily create cross-compiled binaries.
-1.2 Changes in version `2.6.6'
+1.2 Changes in version `2.6.7'
==============================
-Debian packaging support
+Improved package building support
- Minor bugfixes.
+ Improved environment variable support
+
+ Improved Java support
+
+ Various minor bugfixes, documentation spelling corrections etc.
1.3 Obtaining gnustep-make
==========================
-You can get the gstep-make-2.6.6.tar.gz distribution file at
+You can get the gstep-make-2.6.7.tar.gz distribution file at
`ftp://ftp.gnustep.org/pub/gnustep/core'
Please log bug reports on the GNUstep project page
Modified: tools/make/trunk/ChangeLog
URL:
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/ChangeLog?rev=38499&r1=38498&r2=38499&view=diff
==============================================================================
--- tools/make/trunk/ChangeLog (original)
+++ tools/make/trunk/ChangeLog Fri May 15 11:15:11 2015
@@ -1,3 +1,14 @@
+2015-05-15 Richard Frith-Macdonald <[email protected]>
+
+ * Documentation/news.texi:
+ * Documentation/releasenotes.texi:
+ * ANNOUNCE:
+ * INSTALL:
+ * NEWS:
+ * RELEASENOTES:
+ * Version:
+ 2.6.7 bugfix/improvement release
+
2015-03-23 Richard Frith-Macdonald <[email protected]>
* Instance/resource-set.make: Fix bug which could cause a resource
Modified: tools/make/trunk/Documentation/news.texi
URL:
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/Documentation/news.texi?rev=38499&r1=38498&r2=38499&view=diff
==============================================================================
--- tools/make/trunk/Documentation/news.texi (original)
+++ tools/make/trunk/Documentation/news.texi Fri May 15 11:15:11 2015
@@ -9,13 +9,23 @@
The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}.
@end ifclear
+@section Changes in version @samp{2.6.7}
+
+Improved package building support
+
+Improved environment variable support
+
+Improved Java support
+
+Various minor bugfixes, documentation spelling corrections etc.
+
+@ifclear ANNOUNCE-ONLY
+
@section Changes in version @samp{2.6.6}
Debian packaging support
Minor bugfixes.
-
-@ifclear ANNOUNCE-ONLY
@section Changes in version @samp{2.6.5}
Modified: tools/make/trunk/Documentation/releasenotes.texi
URL:
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/Documentation/releasenotes.texi?rev=38499&r1=38498&r2=38499&view=diff
==============================================================================
--- tools/make/trunk/Documentation/releasenotes.texi (original)
+++ tools/make/trunk/Documentation/releasenotes.texi Fri May 15 11:15:11 2015
@@ -3,6 +3,16 @@
The release notes include descriptions of API changes, behavior
changes and other information that might help developers and users
migrate to using a newer version of the make system.
+
+@section Version 2.6.7
+
+Improved package building support
+
+Improved environment variable support
+
+Improved Java support
+
+Various minor bugfixes, documentation spelling corrections etc.
@section Version 2.6.6
Modified: tools/make/trunk/INSTALL
URL:
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/INSTALL?rev=38499&r1=38498&r2=38499&view=diff
==============================================================================
--- tools/make/trunk/INSTALL (original)
+++ tools/make/trunk/INSTALL Fri May 15 11:15:11 2015
@@ -38,9 +38,7 @@
will end up installed into /usr/GNUstep using a GNUstep-tailored
filesystem layout).
- To make and install the documentation you must first have configured and
-installed gnustep-make (and set up your environment by sourceing GNUstep.sh
-if necessary). Once that's done all that's required is:
+ To make and install the documentation:
cd Documentation
make
@@ -226,13 +224,6 @@
GNUSTEP_LOCAL_LIBRARIES to your linker paths (which is /etc/ld.so.conf
on GNU/Linux).
- It is recommended that, unless gnustep-make was installed in the native
-filesystem layout for your operating system, the GNUstep environment is set
-up by sourcing the GNUstep.sh file.
-
-eg.
- . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
-
To build software, you also need to set GNUSTEP_MAKEFILES. (PS: This
requirement is likely to go away soon)
Modified: tools/make/trunk/NEWS
URL:
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/NEWS?rev=38499&r1=38498&r2=38499&view=diff
==============================================================================
--- tools/make/trunk/NEWS (original)
+++ tools/make/trunk/NEWS Fri May 15 11:15:11 2015
@@ -1,16 +1,27 @@
1 NEWS
******
-The currently released version is `2.6.6'.
-
-1.1 Changes in version `2.6.6'
+The currently released version is `2.6.7'.
+
+1.1 Changes in version `2.6.7'
+==============================
+
+Improved package building support
+
+ Improved environment variable support
+
+ Improved Java support
+
+ Various minor bugfixes, documentation spelling corrections etc.
+
+1.2 Changes in version `2.6.6'
==============================
Debian packaging support
Minor bugfixes.
-1.2 Changes in version `2.6.5'
+1.3 Changes in version `2.6.5'
==============================
Bugfix for non-fragile ABI test
@@ -21,31 +32,31 @@
Added minimal test support for .c and .cc files.
-1.3 Changes in version `2.6.4'
+1.4 Changes in version `2.6.4'
==============================
Test framework extended equality tests.
Android build target
-1.4 Changes in version `2.6.3'
+1.5 Changes in version `2.6.3'
==============================
Minor bugfix release.
-1.5 Changes in version `2.6.2'
+1.6 Changes in version `2.6.2'
==============================
Added standalone filesystem layout for putting everything in one
directory for easy deployment of relocatable. Other bug fixes.
-1.6 Changes in version `2.6.1'
+1.7 Changes in version `2.6.1'
==============================
Bug fix release. Most notably to fix a problem compiling GNUstep with
clang.
-1.7 Changes in version `2.6.0'
+1.8 Changes in version `2.6.0'
==============================
* The default filesystem layout is now the 'fhs' layout
@@ -64,7 +75,7 @@
* -enable-absolute-install-paths is now the default on Darwin
-1.8 Changes in version `2.4.0'
+1.9 Changes in version `2.4.0'
==============================
* Add -enable-objc-nonfragile-abi flag
@@ -89,8 +100,8 @@
* Updated cygwin support.
-1.9 Changes in version `2.2.0'
-==============================
+1.10 Changes in version `2.2.0'
+===============================
* New -with-objc-lib-flag for specifying libobjc.
@@ -103,12 +114,12 @@
* make uninstall works better now.
-1.10 Changes in version `2.0.8'
+1.11 Changes in version `2.0.8'
===============================
Minor bug fix to deal with installing in different domains
-1.11 Changes in version `2.0.7'
+1.12 Changes in version `2.0.7'
===============================
* New configuration file to set default installation
@@ -122,7 +133,7 @@
* Test applications linked against gnustep-gui by default
-1.12 Changes in version `2.0.6'
+1.13 Changes in version `2.0.6'
===============================
* Fixed some spurious rebuilds of plists, and framework headers.
@@ -131,7 +142,7 @@
* Install GNUstep.conf in /etc/GNUstep/GNUstep.conf on all systems.
-1.13 Changes in version `2.0.5'
+1.14 Changes in version `2.0.5'
===============================
* Update C++ and ObjC++ support so that g++ and proper flags are
@@ -147,28 +158,28 @@
* ~/GNUstep/GNUstep.sh is no longer sourced.
-1.14 Changes in version `2.0.4'
+1.15 Changes in version `2.0.4'
===============================
Fixed a bug finding relative paths on Windows (during configuration).
-1.15 Changes in version `2.0.3'
+1.16 Changes in version `2.0.3'
===============================
New man pages for tools. Better uninstallation of files Add Windows
installer makefile for Applications.
-1.16 Changes in version `2.0.2'
+1.17 Changes in version `2.0.2'
===============================
Update license to GPLv3.
-1.17 Changes in version `2.0.1'
+1.18 Changes in version `2.0.1'
===============================
Bug fixes in filesystem layout and framework installation.
-1.18 Changes in version `2.0.0'
+1.19 Changes in version `2.0.0'
===============================
The Makefile package has had a major makover which befits a major
@@ -238,7 +249,7 @@
* Fixed rebuilding .plist and .palette files
-1.19 Changes in version `1.13.0'
+1.20 Changes in version `1.13.0'
================================
Debug libraries now have the same name as normal libraries (i.e. no "_d"
@@ -251,12 +262,12 @@
make package (e.g. with Windows OS). The libraries can still use native
paths.
-1.20 Changes in version `1.12.0'
+1.21 Changes in version `1.12.0'
================================
Minor fixes.
-1.21 Changes in version `1.11.2'
+1.22 Changes in version `1.11.2'
================================
The `GNUstep.conf' file is now viewed as the essential determination of
@@ -286,7 +297,7 @@
files in the xxx_OBJCC_FILES variable, and put extra ObjC++ flags in
xxx_OBJCCFLAGS or ADDITIONAL_OBJCCFLAGS.
-1.22 Changes in version `1.11.1'
+1.23 Changes in version `1.11.1'
================================
Part of the previous change was reversed. Now libobjc is still linked
@@ -297,7 +308,7 @@
Compilation of GNUstep on cygwin was revampled and fixed due to a
lot of work by Tom MacSween.
-1.23 Changes in version `1.11.0'
+1.24 Changes in version `1.11.0'
================================
NOTE: The libobjc library is now linked in with the base library and
@@ -320,7 +331,7 @@
* Support for xxx_WINDRES_FILES on MinGW was implemented.
-1.24 Changes in version `1.10.0'
+1.25 Changes in version `1.10.0'
================================
* a GNUsteprc file is now automatically created and installed in
@@ -339,14 +350,14 @@
configure to enable use of built in objc exceptions with compilers
that support it.
-1.25 Changes in version `1.9.2'
+1.26 Changes in version `1.9.2'
===============================
* Application and Bundles use the latest convention on Apple.
* Improve/Simplify dependency checking when making docs
-1.26 Changes in version `1.9.1'
+1.27 Changes in version `1.9.1'
===============================
* Remove `--disable-import' option
@@ -355,7 +366,7 @@
* Framework version and naming clarified.
-1.27 Changes in version `1.9.0'
+1.28 Changes in version `1.9.0'
===============================
* Support for building in a separate build dir.
@@ -364,7 +375,7 @@
* List of classes in a framework gets written to the plist file.
-1.28 Changes in version `1.8.0'
+1.29 Changes in version `1.8.0'
===============================
Read the NEWS file for a complete list of changes since the last stable
@@ -373,19 +384,19 @@
problem unless your GNUstep directory is shared by multiple machines
running this and earlier (1.6.x) versions of the software.
-1.29 Changes in version `1.7.4'
+1.30 Changes in version `1.7.4'
===============================
Bug fixes.
-1.30 Changes in version `1.7.3'
+1.31 Changes in version `1.7.3'
===============================
* Adds library combo to Headers directory if not flattened.
* Add Markup file (Renaissance) support.
-1.31 Changes in version `1.7.2'
+1.32 Changes in version `1.7.2'
===============================
-enable-flattened (Flat directory structure) is on by default.
@@ -394,12 +405,12 @@
* netbsd and openbsd compile fixes.
-1.32 Changes in version `1.7.1'
+1.33 Changes in version `1.7.1'
===============================
Bug fixes.
-1.33 Changes in version `1.7.0'
+1.34 Changes in version `1.7.0'
===============================
This version contains a major change in the location of certain
@@ -414,7 +425,7 @@
* Support for preprocessed Info.plists.
-1.34 Changes in version `1.6.0'
+1.35 Changes in version `1.6.0'
===============================
Make now configures by default for only one system. To compile and run
@@ -428,7 +439,7 @@
* More efficient checks for re-making a project.
-1.35 Changes in version `1.5.1'
+1.36 Changes in version `1.5.1'
===============================
* Framework support rewritten, also supports multiple names.
@@ -448,17 +459,17 @@
* API change: TOOL_INSTALL_DIR.
-1.36 Changes in version `1.5.0'
+1.37 Changes in version `1.5.0'
===============================
* Add NetBSD Elf support
-1.37 Changes in version `1.4.0'
+1.38 Changes in version `1.4.0'
===============================
* Update Darwin/GNU gcc and Irix targets
-1.38 Changes in version `1.3.4'
+1.39 Changes in version `1.3.4'
===============================
This is a first prerelease version for 1.4.
@@ -471,14 +482,14 @@
* Add verbosity levels. Use make messages=yes for full messages.
-1.39 Changes in version `1.3.3'
+1.40 Changes in version `1.3.3'
===============================
* Recognizes XXX_STANDARD_INSTALL=no to not do installation.
* Updated instructions for MingW/MSYS installation.
-1.40 Changes in version `1.3.2'
+1.41 Changes in version `1.3.2'
===============================
* Instructions for building on Windows with MSYS
@@ -489,7 +500,7 @@
* Continued reorganization.
-1.41 Changes in version `1.3.0'
+1.42 Changes in version `1.3.0'
===============================
The package has gone through an extensive reorganization to break up
@@ -512,7 +523,7 @@
* Fixes for MacOSX, MingW
-1.42 Changes in version `1.2.1'
+1.43 Changes in version `1.2.1'
===============================
* the source distribution code has been rewritten to be more general
@@ -530,7 +541,7 @@
* various bug fixes and minor improvements.
-1.43 Changes in version `1.2.0'
+1.44 Changes in version `1.2.0'
===============================
* The core rules and internals of gnustep-make have been
@@ -558,7 +569,7 @@
* Much improved Windows path support
-1.44 Changes in version `1.0.1'
+1.45 Changes in version `1.0.1'
===============================
* Support for Java tools.
@@ -569,7 +580,7 @@
* Fixes to run on FreeBSD, Solaris.
-1.45 Changes in version `1.0.0'
+1.46 Changes in version `1.0.0'
===============================
* Optimizations that in many cases more than double the speed.
@@ -580,14 +591,14 @@
* Better checking for mingw and cygwin
-1.46 Changes in version `0.9.2'
+1.47 Changes in version `0.9.2'
===============================
* HOWTO and faq files moved from core package to here
* Configurable GNUSTEP_LOCAL_ROOT and GNUSTEP_NETWORK_ROOT
-1.47 Changes in version `0.9.1'
+1.48 Changes in version `0.9.1'
===============================
Make has been reoganized so that it only relies on libraries and other
@@ -602,7 +613,7 @@
* RPM support rewritten from scratch.
-1.48 Changes in version `0.9.0'
+1.49 Changes in version `0.9.0'
===============================
ffcall library is highly recommended for use with the GNUstep base
@@ -619,7 +630,7 @@
* Added support for Frameworks
-1.49 Noteworthy changes in version `0.6.6'
+1.50 Noteworthy changes in version `0.6.6'
==========================================
The GNUstep system libraries are now installed in a separate system root
Modified: tools/make/trunk/RELEASENOTES
URL:
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/RELEASENOTES?rev=38499&r1=38498&r2=38499&view=diff
==============================================================================
--- tools/make/trunk/RELEASENOTES (original)
+++ tools/make/trunk/RELEASENOTES Fri May 15 11:15:11 2015
@@ -5,14 +5,25 @@
and other information that might help developers and users migrate to
using a newer version of the make system.
-1.1 Version 2.6.6
+1.1 Version 2.6.7
+=================
+
+Improved package building support
+
+ Improved environment variable support
+
+ Improved Java support
+
+ Various minor bugfixes, documentation spelling corrections etc.
+
+1.2 Version 2.6.6
=================
Debian packagge generation support added.
Bug fixes
-1.2 Version 2.6.5
+1.3 Version 2.6.5
=================
Bugfix for non-fragile ABI test
@@ -23,19 +34,19 @@
Added minimal test support for .c and .cc files.
-1.3 Version 2.6.4
+1.4 Version 2.6.4
=================
Test framework enhancement (extended equality tests)
Android build target
-1.4 Version 2.6.3
+1.5 Version 2.6.3
=================
Bug fixes
-1.5 Version 2.6.2
+1.6 Version 2.6.2
=================
`Added standalone filesystem layout for putting everything in'
@@ -43,12 +54,12 @@
`Other bug fixes'
-1.6 Version 2.6.1
+1.7 Version 2.6.1
=================
Bug fixes
-1.7 Version 2.6.0
+1.8 Version 2.6.0
=================
`The default filesystem layout is now the 'fhs' layout'
@@ -127,7 +138,7 @@
combo on Apple Mac OS X.
-1.8 Version 2.4.0
+1.9 Version 2.4.0
=================
`You can enable the use of the non-fragile ivar ABI'
@@ -374,8 +385,8 @@
on all gnustep-make versions that support library resources (ie,
gnustep-make >= 2.0.x).
-1.9 Version 2.2.0
-=================
+1.10 Version 2.2.0
+==================
`libobjc library'
You can now specify a particular libobjc library to use with the
@@ -400,7 +411,7 @@
at removing directories that were created during by 'make install'.
-1.10 Version 2.0.7
+1.11 Version 2.0.7
==================
`default installation'
@@ -442,7 +453,7 @@
default.
-1.11 Version 2.0.6
+1.12 Version 2.0.6
==================
`GNUSTEP_ABSOLUTE_INSTALL_PATHS'
@@ -470,7 +481,7 @@
go in that subdirectory and install it.
-1.12 Version 2.0.5
+1.13 Version 2.0.5
==================
`default filesystem layout on apple-apple-apple'
@@ -515,7 +526,7 @@
variable (see above).
-1.13 Version 2.0.0
+1.14 Version 2.0.0
==================
Version 2.0.0 is a new major release of gnustep-make which includes a
Modified: tools/make/trunk/Version
URL:
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/Version?rev=38499&r1=38498&r2=38499&view=diff
==============================================================================
--- tools/make/trunk/Version (original)
+++ tools/make/trunk/Version Fri May 15 11:15:11 2015
@@ -4,6 +4,6 @@
# The version number of this release.
GNUSTEP_MAKE_MAJOR_VERSION=2
GNUSTEP_MAKE_MINOR_VERSION=6
-GNUSTEP_MAKE_SUBMINOR_VERSION=6
+GNUSTEP_MAKE_SUBMINOR_VERSION=7
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs