ANN: GNUstep GUI Backend 0.26.2
Ivan Vucica <[email protected]> Mon, 1 Jan 2018 23:04:16 +0000
| Newsgroups | gmane.comp.lib.gnustep.announce |
|---|---|
| Message-ID | <e753538f-0641-d781-2617-430060e26d11__47896.6267117814$1514903829$gmane$org@vucica.net> |
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --===============0122170587906693228== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="uC8Gzf0wVyYko2dTB1OaYSTbzgwfHewHH" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --uC8Gzf0wVyYko2dTB1OaYSTbzgwfHewHH Content-Type: multipart/mixed; boundary="TD9p12db71WtlDaunNswTFhQM48lu5neb"; 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 Backend 0.26.2 --TD9p12db71WtlDaunNswTFhQM48lu5neb Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: en-US 1 ANNOUNCE ********** This is version 0.26.2 of the GNUstep GUI Backend ('gnustep-back'). 1.1 What is the GNUstep GUI Backend? =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 back-end component for the GNUstep GUI Library.=C2=A0 The implementation of 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 the X Window System.=C2=A0 This design allows the GNUst= ep 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 Backend is for platforms using the X-Window = System or Window's Systems.=C2=A0 It works via a DPS emulation engine to emulate th= e DPS functions required by the front-end system. 1.2 Noteworthy changes in version '0.26.2' =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 release contains no changes since 0.26.1.=C2=A0 It is released to coincide with gnustep-gui 0.26.2, which has important bugfixes related to printing. 1.3 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 release contains no changes since 0.26.0.=C2=A0 It is released to coincide with gnustep-gui 0.26.1, released to mark gnustep-base 1.25.1 as the requirement for gnustep-gui. 1.4 Noteworthy changes in version '0.26.0' =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 release includes a few bugfixes, as well as compatibility improvements as a result of GSoC 2017 project. =C2=A0=C2=A0 * opal: Bridging categories between Opal and GNUstep GUI. Ad= ded onto =C2=A0=C2=A0=C2=A0=C2=A0 NSColor, NSImage and NSImageRep. =C2=A0=C2=A0 * cairo: Get -DPSshow: to work on scaled windows. =C2=A0=C2=A0 * opal: Allow creating a NSGraphicsContext with a custom gra= phics =C2=A0=C2=A0=C2=A0=C2=A0 port, other than a CGContext. =C2=A0=C2=A0 * misc: Fix reported static analyser warnings. 1.5 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-back-0.26.2.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.2.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-back-0.26.2.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.6 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 Bug reports can be sent to the GNUstep bug list <[email protected]> 1.7 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 the= GNU web site.=C2=A0 (<http://www.gnu.org/>) --TD9p12db71WtlDaunNswTFhQM48lu5neb-- --uC8Gzf0wVyYko2dTB1OaYSTbzgwfHewHH Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJaSr5wAAoJEG5Ne6LZPKydTngQALhp0KpDOfm5Ee/JAvb85GGO xxU3QBt9DeSY9UeCbHWsNTQYzlXGS1F4WV/7s1QyjeLsDYWRv9Ol8FibqDeqXSt1 m/bOkQmobDXpRZbP1BtYpZTknPEnAyJ+D9AEiPgfb8/l1v5KL0gh1W4npMvtzYNH hFXJpsOp0WbZAw3jg7oPkOElRF6B7AuyHoe/offnIEnDv7iYIpysgInGD89WyeRX pIJZ6XvdWxr4AMT/RNpS38Yw8tJJYpktB58+pF8RRGv6WtI8xiULBupjpdOkVIF3 0whqQeZLKHiZ4x8yJiH+AXW0yd3G5RFFiu8F/VcYhIKmG7xEeqVDPhriV9KSJcl1 KCM5ANdc/M+IexYuyV9KlpuNODUQ9P0mynMHTxjFVIpvtHAvm7iUnOkUZZFHrYF5 97AwnFzX3osDLNqSQOdQd8LbHQ7DFzktu5fAdqe7kTaH5dr+tacg51WZ4CzQUr8b nGncpv48kJsR4AEVyFZvAjMTxRDmatLw3jQ3lxsc9IeV2y0Y74T67Tj62vO3RFBJ qR+fjV/QmyQ5WxMqN9Nva3YdmjJ1nQonAPv9wQmriueSIkleojKy9kwrVP+gWuGU /E0OEOvSM/QtpXbP7vDIK71eio/3HQb83toEUXWA0XommnCLN0cVolzMcbTM9QWV 7++Ux5cugFndanh69IlF =y5Ks -----END PGP SIGNATURE----- --uC8Gzf0wVyYko2dTB1OaYSTbzgwfHewHH-- --===============0122170587906693228== 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 --===============0122170587906693228==--