|
1 | 1 | 1 ANNOUNCE |
2 | 2 | ********** |
3 | 3 |
|
4 | | -This is version 0.26.1 of the GNUstep GUI library ('gnustep-gui'). |
| 4 | +This is version 0.26.2 of the GNUstep GUI library ('gnustep-gui'). |
5 | 5 |
|
6 | 6 | 1.1 What is the GNUstep GUI Library? |
7 | 7 | ==================================== |
@@ -32,44 +32,25 @@ 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.1' |
| 35 | +1.2 Noteworthy changes in version '0.26.2' |
36 | 36 | ========================================== |
37 | 37 |
|
38 | | -This version is released to conincide with version 1.25.1 of |
39 | | -gnustep-base, which contains changes required for this version of |
40 | | -gnustep-gui and gnustep-back. |
41 | | - |
42 | | - It includes an important workaround for users of GNUstep Objective-C |
43 | | -Runtime (libobjc2) and non-fragile ABI to avoid a bug in interaction |
44 | | -between the clang compiler and the runtime when non-fragile ABI is in |
45 | | -use. Specifically, Clang and the runtime may disagree on what is the |
46 | | -offset of an ivar in a class's RAM. This manifested in a crash at |
47 | | -application startup due to misalignment of _gcontext inside NSThread. |
48 | | -See the mailing list discussion |
49 | | -(http://lists.gnu.org/archive/html/discuss-gnustep/2017-12/msg00129.html) |
50 | | -for more information. |
51 | | - |
52 | | - It also contains the following changes: |
53 | | - |
54 | | - * tests: Cleanup of warnings. |
55 | | - * tests: Fix text system deallocation test. |
56 | | - * printing: Undefine __BLOCKS__ before including cups.h, as some |
57 | | - versions of the header expect that libdispatch is present and used |
58 | | - if __BLOCKS__ is defined. |
59 | | - * graphics context: Workaround for Clang+libobjc2+nonfragile ABI |
60 | | - issue. |
| 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. |
61 | 42 |
|
62 | 43 | 1.3 Where can you get it? How can you compile it? |
63 | 44 | ================================================= |
64 | 45 |
|
65 | | -The gnustep-gui-0.26.1.tar.gz distribution file has been placed at |
| 46 | +The gnustep-gui-0.26.2.tar.gz distribution file has been placed at |
66 | 47 | <ftp://ftp.gnustep.org/pub/gnustep/core>. |
67 | 48 |
|
68 | | - It is accompanied by gnustep-back-0.26.1.tar.gz.sig, a PGP signature |
| 49 | + It is accompanied by gnustep-back-0.26.2.tar.gz.sig, a PGP signature |
69 | 50 | which you can validate by putting both files in the same directory and |
70 | 51 | using: |
71 | 52 |
|
72 | | - gpg --verify gnustep-gui-0.26.1.tar.gz.sig |
| 53 | + gpg --verify gnustep-gui-0.26.2.tar.gz.sig |
73 | 54 |
|
74 | 55 | Signature has been created using the key with the following |
75 | 56 | fingerprint: |
|
0 commit comments