ANN: GNUstep GUI 0.26.1
Ivan Vucica <[email protected]> Sun, 31 Dec 2017 18:12:35 +0000
| Newsgroups | gmane.comp.lib.gnustep.announce |
|---|---|
| Message-ID | <301250c3-fada-9ee4-2725-aa8d315a08d5__37751.8281493851$1514756627$gmane$org@vucica.net> |
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --===============1354483956583845970== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="SBjwc7wl7FpftBvTec0N5JWOarh9VF1wp" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --SBjwc7wl7FpftBvTec0N5JWOarh9VF1wp Content-Type: multipart/mixed; boundary="v1jEOKG2qAA8ipBam3rOKVkCc0vEiL7Q5"; protected-headers="v1" From: Ivan Vucica <[email protected]> To: [email protected], [email protected], [email protected], [email protected] Message-ID: <[email protected]> Subject: ANN: GNUstep GUI 0.26.1 --v1jEOKG2qAA8ipBam3rOKVkCc0vEiL7Q5 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: en-US Happy New Year! 1 ANNOUNCE ********** This is version 0.26.1 of the GNUstep GUI library ('gnustep-gui'). 1.1 What is the GNUstep GUI Library? =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D It is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework.=C2=A0 The library has been enhanced in a number of ways to tak= e advantage of the GNU system.=C2=A0 These classes include graphical object= s such as buttons, text fields, popup lists, browser lists, and windows; there are also many associated classes for handling events, colors, fonts, pasteboards and images. =C2=A0=C2=A0 The GNUstep GUI Library is designed in two parts.=C2=A0 The = first part is the front-end component which is independent of platform and display system.=C2=A0 This front-end is combined with a back-end component which handles all of the display system dependent such as specific calls to X/Windows.=C2=A0 This design allows the GNUstep applications to have the "look and feel" of the underlying display system without any changes to the application, and the library can be easily ported to other display systems. =C2=A0=C2=A0 The GNUstep GUI Library requires the GNU Objective-C compile= r, the GNUstep Base Library, the TIFF Graphics library, Independent JPEG Group's libjpeg library, and a back-end component from the GNUstep 'Back' library. =C2=A0=C2=A0 Additional functionality may be enabled by installing additi= onal libraries.=C2=A0 For example, to build the Cairo backend in the GNUstep B= ack library, you will need to install Cairo. 1.2 Noteworthy changes in version '0.26.1' =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This version is released to conincide with version 1.25.1 of gnustep-base, which contains changes required for this version of gnustep-gui and gnustep-back. =C2=A0=C2=A0 It includes an important workaround for users of GNUstep Obj= ective-C Runtime (libobjc2) and non-fragile ABI to avoid a bug in interaction between the clang compiler and the runtime when non-fragile ABI is in use.=C2=A0 Specifically, Clang and the runtime may disagree on what is th= e offset of an ivar in a class's RAM. This manifested in a crash at application startup due to misalignment of _gcontext inside NSThread. See the mailing list discussion (http://lists.gnu.org/archive/html/discuss-gnustep/2017-12/msg00129.html)= for more information. =C2=A0=C2=A0 It also contains the following changes: =C2=A0=C2=A0 * tests: Cleanup of warnings. =C2=A0=C2=A0 * tests: Fix text system deallocation test. =C2=A0=C2=A0 * printing: Undefine __BLOCKS__ before including cups.h, as = some =C2=A0=C2=A0=C2=A0=C2=A0 versions of the header expect that libdispatch i= s present and used =C2=A0=C2=A0=C2=A0=C2=A0 if __BLOCKS__ is defined. =C2=A0=C2=A0 * graphics context: Workaround for Clang+libobjc2+nonfragile= ABI =C2=A0=C2=A0=C2=A0=C2=A0 issue. 1.3 Where can you get it? How can you compile it? =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D The gnustep-gui-0.26.1.tar.gz distribution file has been placed at <ftp://ftp.gnustep.org/pub/gnustep/core>. =C2=A0=C2=A0 It is accompanied by gnustep-back-0.26.1.tar.gz.sig, a PGP s= ignature which you can validate by putting both files in the same directory and using: =C2=A0=C2=A0=C2=A0=C2=A0 gpg --verify gnustep-gui-0.26.1.tar.gz.sig =C2=A0=C2=A0 Signature has been created using the key with the following fingerprint: =C2=A0=C2=A0=C2=A0=C2=A0 83AA E47C E829 A414 6EF8=C2=A0 3420 CA86 8D4C 99= 14 9679 =C2=A0=C2=A0 Read the INSTALL file or the GNUstep-HOWTO for installation instructions. 1.4 Where do I send bug reports? =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D Please log bug reports on the GNUstep project page <http://savannah.gnu.org/bugs/?group=3Dgnustep> or send bug reports to <[email protected]>. 1.5 Obtaining GNU Software =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D Check out the GNUstep web site.=C2=A0 (<http://www.gnustep.org/>), and th= e GNU web site.=C2=A0 (<http://www.gnu.org/>) --v1jEOKG2qAA8ipBam3rOKVkCc0vEiL7Q5-- --SBjwc7wl7FpftBvTec0N5JWOarh9VF1wp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJaSSiUAAoJEG5Ne6LZPKydvLEQANQzhFMRJR31Oe8lbZQ2+BDU DnpLa7ie0t2uNVn8KHQ6smcJbacMphq4Di49K5y6uoQT5QPOT/Gl+4ZdA6fM6Kk+ AELeypcowDcnuzaN+BfPIdRRW5vKWqfPArBk8LY4opgu26qFRsAtMfTbEK1XFYb6 +pxe+999c10512vyvW63xFql4WRrFc3p4M7xMr5QMUB4xuDy+bTLNyaCrHIM7icG Einr96haZwbdClmGvOyPn9yoDqPSoaFe6Mm+d+e8/c+NumsiZ2+iS0A3D3gQu11Y gGPV21pQqWwNST64rkoJ2W+XmrqNqkGKG2udr25yyIGcaBJY4IN601a4oQPe6gk/ S/gCiXeoS+Wxno5yS7MyDp1T/66IyQjkKniobOTg1oqPALGNWgyK8rsk0hbOg2Il 84HcSTNbk/6gglVEMUdhZu7Jl2KuBme+WJ7W8z+nbJ82co0lPpJUnMEz7+hCeoK/ BGVSylY7puSpJWBcajYBVDIfbvUy5cP0yPCSAijAvlGrUqPjP66x1+t5lJWwQe3l kCV2pIXfyu3OK3aBYkXwkJqeujoH/MjnxXd18YdcJy6IxXrUC0UaDUp3kXfRaJLB j6kkhze8jCJVFkejZDcZrb6Y2+9VIOEd/aqxAUeDekyaiKjMc0hWeNP43NwvcQ0t Oc3KKAws+nZrES2IB1L2 =OPVW -----END PGP SIGNATURE----- --SBjwc7wl7FpftBvTec0N5JWOarh9VF1wp-- --===============1354483956583845970== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Info-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnustep --===============1354483956583845970==--