Skip to content

Commit

Permalink
release-chore: Update for 0.27.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivucica committed Jan 6, 2019
1 parent 1a90023 commit ae93c9e
Show file tree
Hide file tree
Showing 6 changed files with 172 additions and 77 deletions.
33 changes: 24 additions & 9 deletions ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1 ANNOUNCE
**********

This is version 0.26.2 of the GNUstep GUI library ('gnustep-gui').
This is version 0.27.0 of the GNUstep GUI library ('gnustep-gui').

1.1 What is the GNUstep GUI Library?
====================================
Expand Down Expand Up @@ -32,25 +32,40 @@ Group's libjpeg library, and a back-end component from the GNUstep
libraries. For example, to build the Cairo backend in the GNUstep Back
library, you will need to install Cairo.

1.2 Noteworthy changes in version '0.26.2'
1.2 Noteworthy changes in version '0.27.0'
==========================================

This version is a small, but important bugfix release.

* printing: Fix allocation of the CUPS printing classes.
* installation: Fix the configure script.
This version includes numerous bugfixes, compatibility improvements and
other changes accumulated over the last year. It also enables work to
be done on integrating NSViews with a Core Animation renderer.

* Make targetForAction safer.
* Speed up menu updates.
* Clean up speech tool compilation and switch to newer interface.
* Fix bug in CUPS subclassing introduced in last release.
* Minor improvements to typesetting.
* Add NSIsControllerMarker.
* Fix tracking on segmented cell.
* Bring slider cell closer to Cocoa implementation.
* Add ivar for Core Animation in NSView.
* Improve border calculation on printing.
* Lazy load app icon.
* Better detection of removable volumes.
* Polish translations.
* Japanese translations.
* Lots of bug fixes.

1.3 Where can you get it? How can you compile it?
=================================================

The gnustep-gui-0.26.2.tar.gz distribution file has been placed at
The gnustep-gui-0.27.0.tar.gz distribution file has been placed at
<ftp://ftp.gnustep.org/pub/gnustep/core>.

It is accompanied by gnustep-back-0.26.2.tar.gz.sig, a PGP signature
It is accompanied by gnustep-back-0.27.0.tar.gz.sig, a PGP signature
which you can validate by putting both files in the same directory and
using:

gpg --verify gnustep-gui-0.26.2.tar.gz.sig
gpg --verify gnustep-gui-0.27.0.tar.gz.sig

Signature has been created using the key with the following
fingerprint:
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2019-01-06 Ivan Vucica <[email protected]>

* ANNOUNCE
* Documentation/ReleaseNotes.gsdoc
* Documentation/news.texi
* NEWS
* Version:
Updating documentation for the 0.26.2 release.

2019-01-06 Ivan Vucica <[email protected]>

* configure: Regenerated with autoconf 2.69.
Expand Down
41 changes: 41 additions & 0 deletions Documentation/ReleaseNotes.gsdoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,47 @@
migrate to using a newer version of the library.
</p>

<section>
<heading>0.27.0</heading>
<p>
This version includes numerous bugfixes, compatibility
improvements and other changes accumulated over the last year.
It also enables work to be done on integrating NSViews with a Core
Animation renderer.
</p>
<deflist>
<term>NSApplication</term>
<desc>Make targetForAction safer.</desc>
<term>NSMenu</term>
<desc>Speed up menu updates.</desc>
<term>Tools/speech</term>
<desc>Clean up speech tool compilation and switch to newer interface.</desc>
<term>printing</term>
<desc>Fix bug in CUPS subclassing introduced in last release.</term>
<term>typesetting</term>
<desc>Minor improvments to typesetting.</desc>
<term>NSKeyValueBinding</term>
<desc>Add NSIsControllerMarker.</desc>
<term>NSSegmentedCell</term>
<desc>Fix tracking on segmented cell.</desc>
<term>NSSliderCell</term>
<desc>Bring slider cell closer to Cocoa implementation.</desc>
<term>NSView</term>
<desc>Add ivar for Core Animation in NSView.</desc>
<term>printing</term>
<desc>Improve border calculation on printing.</desc>
<term>NSApplication</term>
<desc>Lazy load app icon.</desc>
<term>NSWorkspace</term>
<desc>Better detection of removable volumes.</desc>
<term>translations</term>
<desc>Polish translations.</desc>
<term>translations</term>
<desc>Japanese translations.</desc>
<term>other</term>
<desc>Lots of bug fixes.</desc>
</deflist>
</section>
<section>
<heading>0.26.2</heading>
<p>
Expand Down
17 changes: 12 additions & 5 deletions Documentation/news.texi
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,26 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSIO

@section Noteworthy changes in version @samp{0.27.0}

This version includes numerous bugfixes, compatibility
improvements and other changes accumulated over the last year.
It also enables work to be done on integrating NSViews with a Core
Animation renderer.

@itemize @bullet
@item Make targetForAction saver.
@item Make targetForAction safer.
@item Speed up menu updates.
@item Clean up speech tool compilation and switch to newer interface.
@item Fix bug in CUPS subclassing introduced in last release.
@item Minor improvments to typesetting.
@item Fix bug in CUPS subclassing introduced in last release.
@item Minor improvements to typesetting.
@item Add NSIsControllerMarker.
@item Fix tracking on segmented cell.
@item Bring slider cell closer to Cocoa implementation.
@item Add ivar for CA in NSView.
@item Add ivar for Core Animation in NSView.
@item Improve border calculation on printing.
@item Lazy load app icon.
@item Better detection of removable volumnes.
@item Better detection of removable volumes.
@item Polish translations.
@item Japanese translations.
@item Lots of bug fixes.
@end itemize

Expand Down
Loading

0 comments on commit ae93c9e

Please sign in to comment.