|
1 | 1 | 1 ANNOUNCE
|
2 | 2 | **********
|
3 | 3 |
|
4 |
| -This is version 0.26.2 of the GNUstep GUI library ('gnustep-gui'). |
| 4 | +This is version 0.27.0 of the GNUstep GUI library ('gnustep-gui'). |
5 | 5 |
|
6 | 6 | 1.1 What is the GNUstep GUI Library?
|
7 | 7 | ====================================
|
@@ -32,25 +32,40 @@ Group's libjpeg library, and a back-end component from the GNUstep
|
32 | 32 | libraries. For example, to build the Cairo backend in the GNUstep Back
|
33 | 33 | library, you will need to install Cairo.
|
34 | 34 |
|
35 |
| -1.2 Noteworthy changes in version '0.26.2' |
| 35 | +1.2 Noteworthy changes in version '0.27.0' |
36 | 36 | ==========================================
|
37 | 37 |
|
38 |
| -This version is a small, but important bugfix release. |
39 |
| - |
40 |
| - * printing: Fix allocation of the CUPS printing classes. |
41 |
| - * installation: Fix the configure script. |
| 38 | +This version includes numerous bugfixes, compatibility improvements and |
| 39 | +other changes accumulated over the last year. It also enables work to |
| 40 | +be done on integrating NSViews with a Core Animation renderer. |
| 41 | + |
| 42 | + * Make targetForAction safer. |
| 43 | + * Speed up menu updates. |
| 44 | + * Clean up speech tool compilation and switch to newer interface. |
| 45 | + * Fix bug in CUPS subclassing introduced in last release. |
| 46 | + * Minor improvements to typesetting. |
| 47 | + * Add NSIsControllerMarker. |
| 48 | + * Fix tracking on segmented cell. |
| 49 | + * Bring slider cell closer to Cocoa implementation. |
| 50 | + * Add ivar for Core Animation in NSView. |
| 51 | + * Improve border calculation on printing. |
| 52 | + * Lazy load app icon. |
| 53 | + * Better detection of removable volumes. |
| 54 | + * Polish translations. |
| 55 | + * Japanese translations. |
| 56 | + * Lots of bug fixes. |
42 | 57 |
|
43 | 58 | 1.3 Where can you get it? How can you compile it?
|
44 | 59 | =================================================
|
45 | 60 |
|
46 |
| -The gnustep-gui-0.26.2.tar.gz distribution file has been placed at |
| 61 | +The gnustep-gui-0.27.0.tar.gz distribution file has been placed at |
47 | 62 | <ftp://ftp.gnustep.org/pub/gnustep/core>.
|
48 | 63 |
|
49 |
| - It is accompanied by gnustep-back-0.26.2.tar.gz.sig, a PGP signature |
| 64 | + It is accompanied by gnustep-back-0.27.0.tar.gz.sig, a PGP signature |
50 | 65 | which you can validate by putting both files in the same directory and
|
51 | 66 | using:
|
52 | 67 |
|
53 |
| - gpg --verify gnustep-gui-0.26.2.tar.gz.sig |
| 68 | + gpg --verify gnustep-gui-0.27.0.tar.gz.sig |
54 | 69 |
|
55 | 70 | Signature has been created using the key with the following
|
56 | 71 | fingerprint:
|
|
0 commit comments