2007-04-11 22:35:22 +00:00
|
|
|
1 NEWS
|
|
|
|
******
|
2001-01-10 18:04:50 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
The currently released version is '2.9.0'.
|
2006-08-28 14:24:35 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.1 Changes in version '2.9.0'
|
|
|
|
==============================
|
|
|
|
|
|
|
|
* Better check for objc runtime on Windows.
|
|
|
|
|
|
|
|
* Split linker flags to better support partial linking: 'ALL_LDFLAGS'
|
|
|
|
is now a combination of 'FINAL_LDFLAGS' and 'ALL_LDFLAGS'.
|
|
|
|
|
|
|
|
* Better support for newer gcc versions.
|
|
|
|
|
|
|
|
* Add support for storyboard files.
|
|
|
|
|
|
|
|
* Increase autoconf version to 2.65 and make autoconf handle
|
|
|
|
Objective-C++ and OBJCXX variables directly.
|
|
|
|
|
|
|
|
* Fix bug that prevented ARC from getting used.
|
|
|
|
|
|
|
|
* Link subproject object files directly instead of first merging them
|
|
|
|
into 'subproject.o'.
|
|
|
|
|
|
|
|
* Support building on Windows with Clang MSVC target.
|
|
|
|
|
|
|
|
* Improve mingw64 support: for instance, adopt the triplet used by
|
|
|
|
the mingw-w64 project rather than using the one returned by
|
|
|
|
autoconf. Fixes building Gorm.
|
|
|
|
|
|
|
|
1.2 Changes in version '2.8.0'
|
2020-04-05 14:48:18 +00:00
|
|
|
==============================
|
|
|
|
|
|
|
|
* Better library combo and ABI detection: gnustep-make will now
|
|
|
|
attempt to detect the optimal library combo and ABI supported by
|
|
|
|
the installed compiler and Objective-C runtime library. Explicit
|
|
|
|
selection of the runtime ABI is now possible using the
|
|
|
|
'--with-runtime-abi' configure option.
|
|
|
|
|
|
|
|
* Full support for the gnustep-2.0 Objective-C ABI.
|
|
|
|
|
|
|
|
* Support for creating a Git tag and creating a tarball from a git
|
|
|
|
tag using the 'git-tag' and 'git-dist' targets.
|
|
|
|
|
|
|
|
* Support for creating a Mercurial tag and creating a tarball from a
|
|
|
|
hg tag using the 'hg-tag' and 'hg-dist' targets.
|
|
|
|
|
|
|
|
* Dropped legacy Rhapsody and FreeBSD-out support.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.3 Changes in version '2.7.0'
|
2017-04-14 09:44:34 +00:00
|
|
|
==============================
|
|
|
|
|
|
|
|
Garbage collection support removed
|
|
|
|
|
|
|
|
ARC enabled by default if the ng runtime is used
|
|
|
|
|
|
|
|
Multi-architecture directory layout adjusted to be more Debian
|
|
|
|
compatible
|
|
|
|
|
|
|
|
Framework support fixes
|
|
|
|
|
|
|
|
Various other minor bugfixes
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.4 Changes in version '2.6.8'
|
2017-04-14 09:44:34 +00:00
|
|
|
==============================
|
|
|
|
|
|
|
|
Configure option '-with-library-combo=ng-gnu-gnu' to use the 'Next
|
|
|
|
Generation' setup of the latest ObjectiveC-2 runtime and compiler
|
|
|
|
features rather than traditional runtime. Requires the new runtime and
|
|
|
|
a recent clang compiler.
|
|
|
|
|
|
|
|
With the 'ng' runtime in use, you can define GS_WITH_ARC=1 at the
|
|
|
|
start of a makefile, or in your environment, or in the command line
|
|
|
|
arguments to have objC code built using ARC.
|
|
|
|
|
|
|
|
Command line option 'documentation=no' to suppress builds of
|
|
|
|
documentation.
|
|
|
|
|
|
|
|
Integration of testsuite for regression/unit testing of libraries
|
|
|
|
using the 'check' target. In your makefile define libraryname_TEST_DIR
|
|
|
|
= TestsSubdirectory
|
|
|
|
|
|
|
|
Various minor bugfixes, documentation spelling corrections etc.
|
|
|
|
|
|
|
|
The '-enable-strict-v2-mode' option is now, after eight years, turned
|
|
|
|
on by default (in anticipation of finally removing backward
|
|
|
|
compatibility with version one). WARNING; Packagers please ensure that
|
|
|
|
you update any old gnustep-make version one makefiles.
|
|
|
|
|
|
|
|
Garbage collection support to be removed at the next release.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.5 Changes in version '2.6.7'
|
2015-05-15 09:15:11 +00:00
|
|
|
==============================
|
|
|
|
|
|
|
|
Improved package building support
|
|
|
|
|
|
|
|
Improved environment variable support
|
|
|
|
|
|
|
|
Improved Java support
|
|
|
|
|
|
|
|
Various minor bugfixes, documentation spelling corrections etc.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.6 Changes in version '2.6.6'
|
2013-12-24 06:45:29 +00:00
|
|
|
==============================
|
|
|
|
|
|
|
|
Debian packaging support
|
|
|
|
|
|
|
|
Minor bugfixes.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.7 Changes in version '2.6.5'
|
2013-12-24 06:45:29 +00:00
|
|
|
==============================
|
|
|
|
|
|
|
|
Bugfix for non-fragile ABI test
|
|
|
|
|
|
|
|
Bugfix order if include diorectories for system includes
|
|
|
|
|
|
|
|
Bugfix equality test for prorocol testing
|
|
|
|
|
|
|
|
Added minimal test support for .c and .cc files.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.8 Changes in version '2.6.4'
|
2013-12-24 06:45:29 +00:00
|
|
|
==============================
|
|
|
|
|
|
|
|
Test framework extended equality tests.
|
|
|
|
|
|
|
|
Android build target
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.9 Changes in version '2.6.3'
|
2013-12-24 06:45:29 +00:00
|
|
|
==============================
|
|
|
|
|
|
|
|
Minor bugfix release.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.10 Changes in version '2.6.2'
|
|
|
|
===============================
|
2012-02-03 05:11:03 +00:00
|
|
|
|
|
|
|
Added standalone filesystem layout for putting everything in one
|
2017-04-14 09:44:34 +00:00
|
|
|
directory for easy deployment of relocatable. Other bug fixes.
|
2012-02-03 05:11:03 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.11 Changes in version '2.6.1'
|
2020-04-05 14:48:18 +00:00
|
|
|
===============================
|
2011-06-04 15:30:39 +00:00
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
Bug fix release. Most notably to fix a problem compiling GNUstep with
|
2011-06-04 15:30:39 +00:00
|
|
|
clang.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.12 Changes in version '2.6.0'
|
2017-04-14 09:44:34 +00:00
|
|
|
===============================
|
2011-04-14 02:29:01 +00:00
|
|
|
|
|
|
|
* The default filesystem layout is now the 'fhs' layout
|
|
|
|
* The default location of the configuration file changed when not
|
|
|
|
installing system-wide
|
|
|
|
* Removed the -with-system-root, -with-local-root and
|
|
|
|
-with-network-root options
|
|
|
|
* Removed obsolete variables (deprecated 4 years ago).
|
|
|
|
* A new test framework is included in the pacakge
|
2017-04-14 09:44:34 +00:00
|
|
|
* objc.make deprecated. Use tool.make instead
|
2012-02-03 05:11:03 +00:00
|
|
|
* -enable-absolute-install-paths is now the default on Darwin
|
2011-04-14 02:29:01 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.13 Changes in version '2.4.0'
|
2017-04-14 09:44:34 +00:00
|
|
|
===============================
|
2010-02-07 19:56:09 +00:00
|
|
|
|
2010-05-09 03:59:42 +00:00
|
|
|
* Add -enable-objc-nonfragile-abi flag
|
2010-02-12 22:00:05 +00:00
|
|
|
* New serial-subdirectories.make and parallel-subdirectories.make.
|
|
|
|
* Support for parallel building of subdirectories.
|
|
|
|
* Support for parallel building of different instances.
|
2010-02-07 19:56:09 +00:00
|
|
|
* Support source files in subdirectories without using a subproject.
|
|
|
|
* Support header files in sub-subdirectories.
|
|
|
|
* Batch-compile Java files (much faster).
|
|
|
|
* Changed default compilation flags to -O2 -g.
|
|
|
|
* Fixes for building documentation.
|
|
|
|
* Renamed info files to prevent conflicts.
|
|
|
|
* Updated cygwin support.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.14 Changes in version '2.2.0'
|
2015-05-15 09:15:11 +00:00
|
|
|
===============================
|
2009-05-09 18:32:29 +00:00
|
|
|
|
|
|
|
* New -with-objc-lib-flag for specifying libobjc.
|
|
|
|
* Automatically uses -lobjc_gc with configured with garbage
|
|
|
|
collection
|
2017-04-14 09:44:34 +00:00
|
|
|
* Parallel building supported using e.g. make -j 2
|
2009-05-09 18:32:29 +00:00
|
|
|
* Use install -p if available.
|
|
|
|
* make uninstall works better now.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.15 Changes in version '2.0.8'
|
2013-12-24 06:45:29 +00:00
|
|
|
===============================
|
2009-01-06 15:37:57 +00:00
|
|
|
|
|
|
|
Minor bug fix to deal with installing in different domains
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.16 Changes in version '2.0.7'
|
2013-12-24 06:45:29 +00:00
|
|
|
===============================
|
2008-12-21 22:47:52 +00:00
|
|
|
|
|
|
|
* New configuration file to set default installation
|
|
|
|
* gnustep-make now uses the -no-print-directory flag when invoking
|
|
|
|
make
|
|
|
|
* Files make have same name but different extensions (.c and .m)
|
|
|
|
* Change in path checking algorithm in GNUstep.sh and GNUstep.csh
|
|
|
|
* Test applications linked against gnustep-gui by default
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.17 Changes in version '2.0.6'
|
2013-12-24 06:45:29 +00:00
|
|
|
===============================
|
2008-06-15 04:08:53 +00:00
|
|
|
|
|
|
|
* Fixed some spurious rebuilds of plists, and framework headers.
|
|
|
|
* Added the -enable-absolute-install-paths option for Darwin systems.
|
|
|
|
* Install GNUstep.conf in /etc/GNUstep/GNUstep.conf on all systems.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.18 Changes in version '2.0.5'
|
2013-12-24 06:45:29 +00:00
|
|
|
===============================
|
2008-03-11 14:17:20 +00:00
|
|
|
|
|
|
|
* Update C++ and ObjC++ support so that g++ and proper flags are
|
|
|
|
automatically used.
|
|
|
|
* Added a new filesystem layout for Apple Mac OS X and use this by
|
|
|
|
default on this system.
|
|
|
|
* NEEDS_GUI variable added to determine linking behavior against gui
|
|
|
|
library.
|
|
|
|
* New option -enable-strict-v2-mode to test for obsolete variables.
|
|
|
|
* ~/GNUstep/GNUstep.sh is no longer sourced.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.19 Changes in version '2.0.4'
|
2012-02-03 05:11:03 +00:00
|
|
|
===============================
|
2008-01-08 15:52:01 +00:00
|
|
|
|
|
|
|
Fixed a bug finding relative paths on Windows (during configuration).
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.20 Changes in version '2.0.3'
|
2011-06-04 15:30:39 +00:00
|
|
|
===============================
|
2008-01-01 21:12:32 +00:00
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
New man pages for tools. Better uninstallation of files Add Windows
|
2008-01-01 21:12:32 +00:00
|
|
|
installer makefile for Applications.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.21 Changes in version '2.0.2'
|
2011-04-14 02:29:01 +00:00
|
|
|
===============================
|
2008-01-01 21:12:32 +00:00
|
|
|
|
|
|
|
Update license to GPLv3.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.22 Changes in version '2.0.1'
|
2010-02-07 19:56:09 +00:00
|
|
|
===============================
|
2008-01-01 21:12:32 +00:00
|
|
|
|
|
|
|
Bug fixes in filesystem layout and framework installation.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.23 Changes in version '2.0.0'
|
2009-05-09 18:32:29 +00:00
|
|
|
===============================
|
2007-04-11 22:35:22 +00:00
|
|
|
|
|
|
|
The Makefile package has had a major makover which befits a major
|
|
|
|
version update. The most user-visible change of this is customized
|
|
|
|
filesystem support. GNUstep can now be configured and installed using
|
|
|
|
any of many typical filesystem layouts, including FHS, Mac, and the
|
|
|
|
traditional GNUstep layout.
|
|
|
|
|
|
|
|
Due to this change a number of variable names have been changed or
|
2017-04-14 09:44:34 +00:00
|
|
|
deprecated. If you are a developer maintaining makefiles, you should
|
|
|
|
check your makefiles for these variables. Most notibly, variables such
|
|
|
|
as 'GNUSTEP_SYSTEM_ROOT' no longer make any sense, as various
|
2007-04-11 22:35:22 +00:00
|
|
|
directories that were previously in a traditional GNUstep system root
|
|
|
|
directory exist accross multiple directories in disparate places in
|
|
|
|
other filesystem layouts.
|
|
|
|
|
|
|
|
If you are a user or developer that is just installing GNUstep, read
|
2017-04-14 09:44:34 +00:00
|
|
|
the 'GNUstep-HOWTO' and 'INSTALL' documents to find out new information
|
2007-04-11 22:35:22 +00:00
|
|
|
about configuring and installing make.
|
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
If you are a developer, read the files 'filesystem' and 'make' for
|
|
|
|
information on new and changed variables. Read the 'RELEASENOTES' file
|
2007-04-12 18:50:31 +00:00
|
|
|
for specific changes in this release and updates you will need to make
|
|
|
|
with this version of make.
|
2007-04-11 22:35:22 +00:00
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
Various changes include (See 'RELEASENOTES' for more information):
|
2007-04-11 22:35:22 +00:00
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
* New configure option '--with-layout' to choose different filesystem
|
|
|
|
layouts.
|
|
|
|
* All applications use the '.app' extension even when compiled with
|
2007-04-11 22:35:22 +00:00
|
|
|
debugging or profiling.
|
|
|
|
* Precompiled header support added using
|
|
|
|
xxx_OBJC_PRECOMPILED_HEADERS.
|
|
|
|
* gnustep-config is a program which prints out information on the
|
|
|
|
GNUstep filesystem and variables (Similar to programs like
|
|
|
|
pkg-config).
|
2007-04-12 18:50:31 +00:00
|
|
|
* Better inline messages/help, including printing the version of
|
|
|
|
gnustep-make that is being used
|
2007-04-11 22:35:22 +00:00
|
|
|
* Applications can be started now just using their name (by
|
|
|
|
installing a wrapper in the tools directory).
|
|
|
|
* Versioning of Microsoft Windows DLLs implemented.
|
2017-04-14 09:44:34 +00:00
|
|
|
* Use of 'GNUSTEP_SYSTEM_ROOT' and similar variables deprecated.
|
|
|
|
* Implement use of GNU standard 'DESTDIR' variable.
|
|
|
|
* Object files are now placed in the 'obj' directory.
|
2007-04-11 22:35:22 +00:00
|
|
|
* Static and profile libraries have the same name as normal
|
|
|
|
libraries.
|
2007-04-12 18:50:31 +00:00
|
|
|
* Support for Admin Tools and Admin Apps directories
|
|
|
|
* RPM support rewritten
|
|
|
|
* Microsoft Windows support updated and extended
|
|
|
|
* Easy consistent way to link non-installed frameworks by using
|
|
|
|
-Lpath_to_framework/xxx.framework/$GNUSTEP_TARGET_LDIR
|
|
|
|
* Versioning of library resources
|
|
|
|
* Fixed rebuilding .plist and .palette files
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.24 Changes in version '1.13.0'
|
2009-01-06 15:37:57 +00:00
|
|
|
================================
|
2006-08-28 14:24:35 +00:00
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
Debug libraries now have the same name as normal libraries (i.e. no
|
|
|
|
"_d" suffix). This reduces the possiblity of multiple libraries being
|
|
|
|
loaded into the same executable.
|
2006-08-28 14:24:35 +00:00
|
|
|
|
|
|
|
Added dragonfly OS to make targets.
|
|
|
|
|
|
|
|
Spaces and backslashes are no longer allowed in paths used by the
|
2017-04-14 09:44:34 +00:00
|
|
|
make package (e.g. with Windows OS). The libraries can still use native
|
2006-08-28 14:24:35 +00:00
|
|
|
paths.
|
2006-03-14 04:13:57 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.25 Changes in version '1.12.0'
|
2008-12-21 22:47:52 +00:00
|
|
|
================================
|
2006-03-14 04:13:57 +00:00
|
|
|
|
|
|
|
Minor fixes.
|
2005-12-21 18:49:29 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.26 Changes in version '1.11.2'
|
2008-06-15 04:08:53 +00:00
|
|
|
================================
|
2005-12-21 18:49:29 +00:00
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
The 'GNUstep.conf' file is now viewed as the essential determination of
|
2005-12-21 18:49:29 +00:00
|
|
|
the install location for GNUstep libraries, tools and other files.
|
2017-04-14 09:44:34 +00:00
|
|
|
During configuration, this file is read, if it exists, to determine this
|
|
|
|
information. This can still be overriden with environment and command
|
|
|
|
line options, however. See the filesystem documentation in the GNUstep
|
|
|
|
Make Documentation directory for more information.
|
2005-12-21 18:49:29 +00:00
|
|
|
|
|
|
|
You no longer need to source GNUstep.sh in order to compile GNUstep
|
2017-04-14 09:44:34 +00:00
|
|
|
programs. All that is needed is the definition of GNUSTEP_MAKEFILES.
|
2005-12-21 18:49:29 +00:00
|
|
|
You should also have the GNUstep system tools directory in your path.
|
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
All netbsd systems are assumed to use ELF libraries. Support for the
|
2005-12-21 18:49:29 +00:00
|
|
|
old static libs version of netbsd was removed.
|
|
|
|
|
|
|
|
Serveral new options were added to configure to change the location
|
2017-04-14 09:44:34 +00:00
|
|
|
of basic dir locations and basic configuration files. Also, the help
|
|
|
|
was greatly improved. Note that -prefix=/usr/GNUstep/System no longer
|
2005-12-21 18:49:29 +00:00
|
|
|
works. Please use -prefix=/usr/GNUstep or
|
|
|
|
-with-system-root=/usr/GNUstep/System.
|
|
|
|
|
|
|
|
A few more fixes for cygwin are included as well as Windows resource
|
|
|
|
rules.
|
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
Support for ObjC++ has been added. You should list the ObjC++ .mm
|
2005-12-21 18:49:29 +00:00
|
|
|
files in the xxx_OBJCC_FILES variable, and put extra ObjC++ flags in
|
|
|
|
xxx_OBJCCFLAGS or ADDITIONAL_OBJCCFLAGS.
|
2005-09-19 03:37:17 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.27 Changes in version '1.11.1'
|
2008-03-11 14:17:20 +00:00
|
|
|
================================
|
2005-09-19 03:37:17 +00:00
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
Part of the previous change was reversed. Now libobjc is still linked
|
2005-09-19 03:37:17 +00:00
|
|
|
with individual applications (as well as the base library), since some
|
2017-04-14 09:44:34 +00:00
|
|
|
operating systems require this to resolve external symbols. However,
|
2005-09-19 03:37:17 +00:00
|
|
|
there is no need to recompile all applications again.
|
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
Compilation of GNUstep on cygwin was revampled and fixed due to a lot
|
|
|
|
of work by Tom MacSween.
|
2005-07-21 13:44:32 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.28 Changes in version '1.11.0'
|
2008-01-08 15:52:01 +00:00
|
|
|
================================
|
2005-07-21 13:44:32 +00:00
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
NOTE: The libobjc library is now linked in with the base library and NOT
|
|
|
|
with individual applications or tools (except on MingW). This requires
|
|
|
|
that you do a complete rebuild of all libraries, tools and apps when
|
|
|
|
switching to this new version.
|
2005-07-21 13:44:32 +00:00
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
* New rules for building and using DLLs were implemented. Now gcc
|
2005-07-21 13:44:32 +00:00
|
|
|
and other tricks are used to properly export symbols, so no .def
|
|
|
|
file should be needed.
|
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
* The GNUsteprc file in $GNUSTEP_SYSTEM_ROOT is deprecated. See the
|
2005-07-21 13:44:32 +00:00
|
|
|
new GNUstep.conf file (which is not installed by default).
|
|
|
|
|
|
|
|
* Psuedo-framwork support was implemented on MingW. This essentially
|
|
|
|
involves copying the framework to several places so it can be used
|
|
|
|
without links, which Windows does not really support. There's no
|
|
|
|
other clean way to do it.
|
|
|
|
|
|
|
|
* Support for xxx_WINDRES_FILES on MinGW was implemented.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.29 Changes in version '1.10.0'
|
2008-01-01 21:12:32 +00:00
|
|
|
================================
|
2004-09-04 15:06:15 +00:00
|
|
|
|
|
|
|
* a GNUsteprc file is now automatically created and installed in
|
|
|
|
$GNUSTEP_SYSTEM_ROOT, which sets the system-wide default for the
|
2017-04-14 09:44:34 +00:00
|
|
|
user root directory (default=~/GNUstep, which can be overriden with
|
|
|
|
the '--with-user-root' argument to configure, or by modifying
|
2004-09-04 15:06:15 +00:00
|
|
|
GNUsteprc after configuration.)
|
2017-04-14 09:44:34 +00:00
|
|
|
* make_services is not run by GNUstep.sh anymore. You must run this
|
2004-09-04 15:06:15 +00:00
|
|
|
manually now (see the gnustep-gui documentation).
|
|
|
|
* Palettes use a plist instead of a strings format file now for the
|
|
|
|
palette.table file.
|
2017-04-14 09:44:34 +00:00
|
|
|
* You can use the '--enable-native-objc-exceptions' argument to
|
2004-09-04 15:06:15 +00:00
|
|
|
configure to enable use of built in objc exceptions with compilers
|
|
|
|
that support it.
|
2004-06-10 15:07:36 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.30 Changes in version '1.9.2'
|
2008-01-01 21:12:32 +00:00
|
|
|
===============================
|
2004-06-10 15:07:36 +00:00
|
|
|
|
|
|
|
* Application and Bundles use the latest convention on Apple.
|
|
|
|
* Improve/Simplify dependency checking when making docs
|
2004-02-29 02:49:16 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.31 Changes in version '1.9.1'
|
2008-01-01 21:12:32 +00:00
|
|
|
===============================
|
2004-02-29 02:49:16 +00:00
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
* Remove '--disable-import' option
|
2004-02-29 02:49:16 +00:00
|
|
|
* README.Darwin for darwin/MacOSX install
|
|
|
|
* Framework version and naming clarified.
|
2003-11-23 21:39:27 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.32 Changes in version '1.9.0'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2003-11-23 21:39:27 +00:00
|
|
|
|
|
|
|
* Support for building in a separate build dir.
|
2017-04-14 09:44:34 +00:00
|
|
|
* Add '--enable-strip-makefiles' option to configure
|
2003-11-23 21:39:27 +00:00
|
|
|
* List of classes in a framework gets written to the plist file.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.33 Changes in version '1.8.0'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2003-11-23 21:39:27 +00:00
|
|
|
|
2004-06-10 15:07:36 +00:00
|
|
|
Read the NEWS file for a complete list of changes since the last stable
|
2017-04-14 09:44:34 +00:00
|
|
|
release. The major difference from 1.6.0 is that the locations of
|
|
|
|
certain directories have changed. Generally this will not cause a
|
2003-11-23 21:39:27 +00:00
|
|
|
problem unless your GNUstep directory is shared by multiple machines
|
|
|
|
running this and earlier (1.6.x) versions of the software.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.34 Changes in version '1.7.4'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2003-11-23 21:39:27 +00:00
|
|
|
|
2004-06-10 15:07:36 +00:00
|
|
|
Bug fixes.
|
2003-07-23 03:55:17 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.35 Changes in version '1.7.3'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2003-08-24 03:04:03 +00:00
|
|
|
|
|
|
|
* Adds library combo to Headers directory if not flattened.
|
|
|
|
* Add Markup file (Renaissance) support.
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.36 Changes in version '1.7.2'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2003-07-23 03:55:17 +00:00
|
|
|
|
2004-06-10 15:07:36 +00:00
|
|
|
-enable-flattened (Flat directory structure) is on by default.
|
2003-07-23 03:55:17 +00:00
|
|
|
|
|
|
|
* On WIN32 use HOMEPATH in preference to USERPROFILE
|
|
|
|
* netbsd and openbsd compile fixes.
|
2003-06-20 14:37:36 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.37 Changes in version '1.7.1'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2003-06-20 14:37:36 +00:00
|
|
|
|
2004-06-10 15:07:36 +00:00
|
|
|
Bug fixes.
|
2003-05-20 03:22:54 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.38 Changes in version '1.7.0'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2003-05-20 03:22:54 +00:00
|
|
|
|
2004-06-10 15:07:36 +00:00
|
|
|
This version contains a major change in the location of certain
|
2017-04-14 09:44:34 +00:00
|
|
|
directories and installed files as detailed in the 'filesystem.texi'
|
|
|
|
document. When installing this version for the first time, all old
|
2003-05-20 03:22:54 +00:00
|
|
|
directories and files in those directories will be moved to the new
|
2017-04-14 09:44:34 +00:00
|
|
|
locations automatically. However, you should update all GNUstep
|
|
|
|
versions on any machine you have them installed on in order to avoid any
|
2003-05-20 03:22:54 +00:00
|
|
|
incompatibilities.
|
|
|
|
|
|
|
|
Other changes:
|
|
|
|
|
|
|
|
* Support for preprocessed Info.plists.
|
2003-02-17 03:00:52 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.39 Changes in version '1.6.0'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2003-02-17 03:00:52 +00:00
|
|
|
|
2017-04-14 09:44:34 +00:00
|
|
|
Make now configures by default for only one system. To compile and run
|
2004-06-10 15:07:36 +00:00
|
|
|
GNUstep for multiple platforms from the same directory, use the
|
2003-02-17 03:00:52 +00:00
|
|
|
configure argument -enable-multi-platform.
|
|
|
|
|
|
|
|
* Auto-build def file for DLLs
|
2017-04-14 09:44:34 +00:00
|
|
|
* Work natively on MacOSX systems. Now use apple-apple-apple instead
|
2003-02-17 03:00:52 +00:00
|
|
|
of nx-nx-nx on OSX systems.
|
|
|
|
* More efficient checks for re-making a project.
|
2002-11-20 04:25:18 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.40 Changes in version '1.5.1'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2002-11-20 04:25:18 +00:00
|
|
|
|
|
|
|
* Framework support rewritten, also supports multiple names.
|
|
|
|
* API change: Replace frameowork's xxx_TOOLS by xxx_COPY_INTO_DIR.
|
|
|
|
* Unified link commands between libraries and frameworks
|
|
|
|
(LIB_LINK_*).
|
|
|
|
* New 'make strings' target for localization support.
|
|
|
|
* Speed improvements.
|
|
|
|
* Doesn't try to build OSX bundle on GNUstep and vice versa.
|
|
|
|
* API change: Tools/Subproj can have resources.
|
|
|
|
* API change: TOOL_INSTALL_DIR.
|
2002-08-31 03:00:02 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.41 Changes in version '1.5.0'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2002-08-31 03:00:02 +00:00
|
|
|
|
|
|
|
* Add NetBSD Elf support
|
2002-07-29 19:37:40 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.42 Changes in version '1.4.0'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2002-07-29 19:37:40 +00:00
|
|
|
|
|
|
|
* Update Darwin/GNU gcc and Irix targets
|
2002-06-11 02:06:35 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.43 Changes in version '1.3.4'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2002-07-04 03:36:09 +00:00
|
|
|
|
2004-06-10 15:07:36 +00:00
|
|
|
This is a first prerelease version for 1.4.
|
2002-07-04 03:36:09 +00:00
|
|
|
|
|
|
|
* Use gnugc-gnu-gnu library combo for garbage collecting version.
|
|
|
|
* Add support for -library-combo in opentool
|
2020-04-05 14:48:18 +00:00
|
|
|
* Change GNUSTEP_PATHPREFIX_LIST to GNUSTEP_PATHLIST
|
2017-04-14 09:44:34 +00:00
|
|
|
* Add verbosity levels. Use make messages=yes for full messages.
|
2002-07-04 03:36:09 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.44 Changes in version '1.3.3'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2002-06-11 02:06:35 +00:00
|
|
|
|
|
|
|
* Recognizes XXX_STANDARD_INSTALL=no to not do installation.
|
|
|
|
* Updated instructions for MingW/MSYS installation.
|
2002-04-30 19:48:51 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.45 Changes in version '1.3.2'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2002-04-30 19:48:51 +00:00
|
|
|
|
|
|
|
* Instructions for building on Windows with MSYS
|
|
|
|
* Resolve library dependencies better on Windows
|
|
|
|
* Fix frameworks in RPMs and DEBs
|
|
|
|
* Continued reorganization.
|
2002-03-14 15:48:30 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.46 Changes in version '1.3.0'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2002-03-14 15:48:30 +00:00
|
|
|
|
2004-06-10 15:07:36 +00:00
|
|
|
The package has gone through an extensive reorganization to break up
|
2017-04-14 09:44:34 +00:00
|
|
|
each sub-make into two separate components. This allows for much
|
|
|
|
simplified code and lots of code sharing between components. As a side
|
2002-03-14 15:48:30 +00:00
|
|
|
effect, it also increased the speed of the code by at least a factor of
|
|
|
|
2.
|
|
|
|
|
|
|
|
* Force shared=yes for cygwin and mingw
|
|
|
|
* Bundles copy resources from subprojects.
|
2017-04-14 09:44:34 +00:00
|
|
|
* Better resource management. Resources handled accross all project
|
2002-03-14 15:48:30 +00:00
|
|
|
types.
|
|
|
|
* Simplified and fixed user root location between make and base
|
|
|
|
libraries.
|
|
|
|
* Changed Apps directory to Applications
|
|
|
|
* Fixes for MacOSX, MingW
|
2002-01-07 15:24:55 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.47 Changes in version '1.2.1'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2002-01-07 15:24:55 +00:00
|
|
|
|
|
|
|
* the source distribution code has been rewritten to be more general
|
|
|
|
and extended. Packages built using gnustep-make now automatically
|
|
|
|
have handy targets building tarballs from sources or from CVS
|
|
|
|
imports.
|
|
|
|
* implemented support for auto-dependencies, which means that any
|
|
|
|
object file automatically depends on all the header files which
|
|
|
|
were used to build it. Only works with newer compilers.
|
|
|
|
* implemented INSTALL_AS_USER and INSTALL_AS_GROUP.
|
|
|
|
* implemented a strip=yes option.
|
|
|
|
* various bug fixes and minor improvements.
|
2001-10-25 02:34:37 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.48 Changes in version '1.2.0'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2001-10-25 02:34:37 +00:00
|
|
|
|
2001-10-26 14:54:22 +00:00
|
|
|
* The core rules and internals of gnustep-make have been
|
2001-11-12 04:04:43 +00:00
|
|
|
fundamentally redesigned and rewritten. notably, gnustep-make now
|
2017-04-14 09:44:34 +00:00
|
|
|
works using only a single recursive sub-make invocation rather than
|
|
|
|
two, which makes it consistently faster and simpler in all
|
2001-11-12 04:04:43 +00:00
|
|
|
circumstances.
|
2001-10-26 14:54:22 +00:00
|
|
|
* The clean rules have been heavily optimized - they no longer use
|
|
|
|
recursive sub-make invocations at all and so they are really fast.
|
2017-04-14 09:44:34 +00:00
|
|
|
* Many improvements to java support. Optimized management of nested
|
2001-10-25 02:34:37 +00:00
|
|
|
classes
|
|
|
|
* Better conformance to make conventions.
|
2001-11-12 04:04:43 +00:00
|
|
|
* File specific compilation flags
|
2001-10-25 02:34:37 +00:00
|
|
|
* Fixed darwin support
|
|
|
|
* Support for C++ files.
|
|
|
|
* Made use of library installation dir consistent with other
|
|
|
|
installation.
|
|
|
|
* Much improved Windows path support
|
2001-05-29 14:27:43 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.49 Changes in version '1.0.1'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2001-05-29 14:27:43 +00:00
|
|
|
|
|
|
|
* Support for Java tools.
|
|
|
|
* Build GUI backend as a bundle (default).
|
|
|
|
* Remove backend part of LIBRARY_COMBO.
|
|
|
|
* Fixes to run on FreeBSD, Solaris.
|
2001-04-10 03:19:42 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.50 Changes in version '1.0.0'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2001-04-10 03:19:42 +00:00
|
|
|
|
|
|
|
* Optimizations that in many cases more than double the speed.
|
|
|
|
* Added preliminary darwin support.
|
|
|
|
* rpm packeing improvements.
|
|
|
|
* Better checking for mingw and cygwin
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.51 Changes in version '0.9.2'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2001-04-10 03:19:42 +00:00
|
|
|
|
|
|
|
* HOWTO and faq files moved from core package to here
|
|
|
|
* Configurable GNUSTEP_LOCAL_ROOT and GNUSTEP_NETWORK_ROOT
|
2001-02-22 04:52:03 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.52 Changes in version '0.9.1'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2001-02-22 04:52:03 +00:00
|
|
|
|
2004-06-10 15:07:36 +00:00
|
|
|
Make has been reoganized so that it only relies on libraries and other
|
2017-04-14 09:44:34 +00:00
|
|
|
things that are necessary for the Makefile package itself. Any
|
2001-02-22 04:52:03 +00:00
|
|
|
libraries wanting to add extra package information can do so by
|
2017-04-14 09:44:34 +00:00
|
|
|
installing a make stub in the 'Additional' directory. This greatly
|
2001-02-22 04:52:03 +00:00
|
|
|
simplifies compilation and packaging.
|
|
|
|
|
|
|
|
* Javadoc support added.
|
|
|
|
* debian directory added for dpkg
|
|
|
|
* RPM support rewritten from scratch.
|
2001-01-10 18:04:50 +00:00
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.53 Changes in version '0.9.0'
|
2007-04-11 22:35:22 +00:00
|
|
|
===============================
|
2001-01-10 18:04:50 +00:00
|
|
|
|
2004-06-10 15:07:36 +00:00
|
|
|
ffcall library is highly recommended for use with the GNUstep base
|
2017-04-14 09:44:34 +00:00
|
|
|
library. You need to have installed it prior to configuring the
|
|
|
|
Makefile package. See the INSTALL file.
|
2001-01-10 18:04:50 +00:00
|
|
|
|
|
|
|
* Support for automatically generating RPM spec files.
|
|
|
|
* Build suitable files for MacOS bundles
|
|
|
|
* Add option for flattened directory structure.
|
|
|
|
* LaText documentation support.
|
|
|
|
* Added support for Frameworks
|
|
|
|
|
2021-03-21 21:56:13 +00:00
|
|
|
1.54 Noteworthy changes in version '0.6.6'
|
2007-04-11 22:35:22 +00:00
|
|
|
==========================================
|
2001-01-10 18:04:50 +00:00
|
|
|
|
2004-06-10 15:07:36 +00:00
|
|
|
The GNUstep system libraries are now installed in a separate system root
|
|
|
|
directory (default /usr/GNUstep/System) rather than the GNUstep root
|
2017-04-14 09:44:34 +00:00
|
|
|
directory (default /usr/GNUstep). You can revert to the old behavior
|
|
|
|
using a configure option '--without-system-root'. We also recommend
|
2004-06-10 15:07:36 +00:00
|
|
|
removing any previous GNUstep versions before installing the new one in
|
|
|
|
order to avoid problems with the system finding the correct binary
|
|
|
|
and/or library.
|
2001-01-10 18:04:50 +00:00
|
|
|
|
|
|
|
* Support for Windows compilation (cygwin and mingw) and DLL creation
|
|
|
|
and usage.
|
|
|
|
* Java support rewritten and extended.
|
|
|
|
|