mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Changed to restructure subdirectory layout for binaries and system dependent
resources in a non-flattened installation. First step towards seamless Debian multiarch support. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39918 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
124afa845a
commit
ecfbd24d8e
11 changed files with 168 additions and 85 deletions
|
@ -353,6 +353,8 @@ notice and this notice are preserved.
|
|||
<desc>
|
||||
<p>
|
||||
Used in place of GNUSTEP_TARGET_CPU if the other is missing.
|
||||
Please do not use this to locate resources; for architecture
|
||||
dependent resources use GNUSTEP_TARGET_DIR.
|
||||
</p>
|
||||
</desc>
|
||||
<term>GNUSTEP_HOST_DIR</term>
|
||||
|
@ -365,6 +367,8 @@ notice and this notice are preserved.
|
|||
<desc>
|
||||
<p>
|
||||
Used in place of GNUSTEP_TARGET_OS if the other is missing.
|
||||
Please do not use this to locate resources; for architecture
|
||||
dependent resources use GNUSTEP_TARGET_DIR.
|
||||
</p>
|
||||
</desc>
|
||||
<term>GNUSTEP_TARGET_CPU</term>
|
||||
|
@ -372,13 +376,15 @@ notice and this notice are preserved.
|
|||
<p>
|
||||
Overrides the default value of the machine (hardware)
|
||||
name used on this system.
|
||||
Please do not use this to locate resources; for architecture
|
||||
dependent resources use GNUSTEP_TARGET_DIR.
|
||||
</p>
|
||||
</desc>
|
||||
<term>GNUSTEP_TARGET_DIR</term>
|
||||
<desc>
|
||||
<p>
|
||||
Overrides the default path used to locate subdirectories
|
||||
for GNUstep binaries withing bundles and applications.
|
||||
for GNUstep binaries within bundles and applications.
|
||||
This is normally equivalent to a path made up of the
|
||||
GNUSTEP_TARGET_CPU and GNUSTEP_TARGET_OS
|
||||
</p>
|
||||
|
@ -388,6 +394,8 @@ notice and this notice are preserved.
|
|||
<p>
|
||||
Overrides the default value of the operating system
|
||||
name used on this system.
|
||||
Please do not use this to locate resources; for architecture
|
||||
dependent resources use GNUSTEP_TARGET_DIR.
|
||||
</p>
|
||||
</desc>
|
||||
<term>GNUSTEP_TZ</term>
|
||||
|
|
|
@ -29,6 +29,19 @@ notice and this notice are preserved.
|
|||
migrate to using a newer version of the library.
|
||||
</p>
|
||||
|
||||
<section>
|
||||
<heading>Version 1.25.0</heading>
|
||||
<p>A new stable release.<br />
|
||||
Removes garbage collection support (though for now the
|
||||
NSGarbageCollector class remains as a stub).<br />
|
||||
Changes multi-architecture support to match the scheme used by
|
||||
Debian.<br />
|
||||
Improved support for 64bit little-endian systems.<br />
|
||||
As usual, this release also contains an update to include the
|
||||
most recent international timezone data.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<heading>Version 1.24.9</heading>
|
||||
<p>A new stable (bugfix) release.<br />
|
||||
|
|
|
@ -11,6 +11,16 @@ The currently released version of the library is
|
|||
See the @url{ReleaseNotes.html} document for more information.
|
||||
@end ifclear
|
||||
|
||||
@section Noteworthy changes in version @samp{1.25.0}
|
||||
@itemize @bullet
|
||||
@item Garbage collection support removed (NSGarbageCollector stub remains)
|
||||
@item Support for Debian style multi-architecture installations added
|
||||
@item As usual, this release also contains an update to include the
|
||||
most recent international timezone data.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.24.9}
|
||||
@itemize @bullet
|
||||
@item Niels added support for generics
|
||||
|
@ -21,8 +31,6 @@ See the @url{ReleaseNotes.html} document for more information.
|
|||
most recent international timezone data.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.24.8}
|
||||
@itemize @bullet
|
||||
@item Performance optimisations (particularly in the use of tiny string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue