mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Configuration system improvements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25915 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e4ca2f34af
commit
6079944b00
6 changed files with 152 additions and 20 deletions
|
@ -28,6 +28,36 @@ notice and this notice are preserved.
|
|||
changes and other information that might help developers and users
|
||||
migrate to using a newer version of the library.
|
||||
</p>
|
||||
<section>
|
||||
<heading>Version 1.15.3</heading>
|
||||
<p>
|
||||
This is an unstable release.
|
||||
</p>
|
||||
Highlights:
|
||||
<deflist>
|
||||
<term>Configuration/NSUserDefaults</term>
|
||||
<desc>
|
||||
Syntax withing the configuration file extended so that a leading
|
||||
'../' in a path name denotes a relative path nin a relocatable
|
||||
installation.<br />
|
||||
New 'GlobalDefaults.plist' file in the same directory as the main
|
||||
GNUstep config file allows packagers/sysadmins to set up global
|
||||
defaults easily.
|
||||
</desc>
|
||||
<term>NSStream</term>
|
||||
<desc>
|
||||
Addition of TLS/SSL support using GNU TLS on both unix-like
|
||||
and mswindows systems. First draft.<br />
|
||||
Additions of SOCKS proxying support for socket streams. First draft.
|
||||
</desc>
|
||||
<term>NSURLConnection</term>
|
||||
<desc>
|
||||
Added support for https using new stream code.<br />
|
||||
Added support for basic and digest authentrication.
|
||||
</desc>
|
||||
</deflist>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<heading>Version 1.15.2</heading>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue