Changelog for
fontforge-debuginfo-20230101-slfo.1.2.12.x86_64.rpm :
* Tue Mar 05 2024 dimstarAATTopensuse.org- Add 642d8a3db6d4bc0e70b429622fdf01ecb09c4c10.patch: Fix build with gettext 0.22.
* Sat Mar 02 2024 qzhaoAATTsuse.com- Add fontforge-CVE-2024-25081-CVE-2024-25082.patch Backporting 216eb14b from upstream, Fix splinefont shell command injection. (CVE-2024-25081 CVE-2024-25082 bsc#1220404 bsc#1220405)
* Mon Feb 26 2024 dimstarAATTopensuse.org- Use %autosetup macro. Allows to eliminate the usage of deprecated PatchN.
* Sun Dec 24 2023 iAATTmarguerite.su- drop fix-sphinx-doc.patch, upstream fixed
* Thu Mar 02 2023 dmuellerAATTsuse.com- update to 20230101:
* Display the block name for reserved code points
* Don\'t respond to wheel scrolls for buttons/tabsets
* gfilechooser.c: fix behaviour when changing file type
* Better control-drag handling for line-adjacent points
* Fix resolution of program root
* Fix missed nonextcp edit
* Support ToUnicode extraction from PDFs for Type3 fonts
* Add resource file and Windows application manifest
* Fix name extraction for Type3 fonts from pdfs
* cmake: Install fonttools and pycontrib
* Fix InfoPlist.strings file name.
* Fix normalisation of absolute paths
* Handle non-array cm transforms while reading graphics stream from PDFs
* Fix rect extraction from graphics stream for type3 fonts
* Change which lookup types are suggested for jamo features
* Better line handling in simplify
* Use \'cmap\' for Adobe-Identity-0 CID fonts
* Fix ChangeGlyph calcluations relative to new nonext/prevcp conventions
* Docs composite glyph
* FVSplineFontPieceMeal: Check that the clut is present before applying conversion
* Expand the lists of languages and scripts
* Add flags to Python font.transform()
* Support setting SplineChar width from importOutlines.
* Undefine \"extended\" macro temporarily on GNU Hurd
* Define PATH_MAX and MAXPATHLEN for GNU/Hurd compatibility
* Fix Ascent & Descent Importing from SVG Font
* Prevent floating point shenanigans in loop termination (fixes [#5012])
* GroupFindLPos() in fontforgeexe/groupsdlg.c null pointer fix
* Fix drawing outside of expose calls
* Fixed one more typo
* Upgrade GitHub Actions
* Prevents memory underflow in GFileMimeType() in gutils/fsys.c
* Add a preference for saving editor state
* splineutil.c: prevent hang on nan input
* Shell-quote command sent to compressor in BDF
* Fix pfadecrypt bugs
* Include `SFDUTF7` functions in `libfontforge.so`
* splinefit.c: Improvements to merge/simplify
* RFE: [FEAT] When reference to non-existent glyphs are present in an OpenTy…
* docs: Python scripting - update font.mergeFeature with details of boo…
* Fix logic for CharString double-movetos after PR 4685
* Upgrade to Unicode 15.0.0 and fix and expand the script lists
* Fix broken link on scripting page
* Fix typo in man page
* Fix painting behaviour of the ruler linger window and layer change dialog
* fontinfo.c: fix crash from uninitialised other_pos
* tottfgpos: Fix needless warning about 16-bit field
* ufo.c: emit guidelines key
* fvmetrics.c: partial revert of 1033bc6
* Update tranlsations from Crowdin
* Fix woff2 decoding
* Record unicode cmap encodings when one glyph is in multiple slots
* Sun Mar 20 2022 dmuellerAATTsuse.com- update to 20220308:
* Overhauled resource/appearance management
* Merge/Simplify improvements
* Updated Unicode support to Unicode 14.0.0
* Add Points Of Inflection / Balance / Harmonize
* Language system tag list/script range/feature list updates
* You can now substitute glyph(s) by NULL
* Reserved Font Names no longer written by default when adding SIL OFL to a font
* UFO include path is altered, please update your fonts if needed
* FontForge is now compiled with -Wall by default
* Cidmaps are now bundled- drop fix-return-statement.patch. obsolete
* Sat Feb 20 2021 dmuellerAATTsuse.com- update to 20201107:
* This release falls on the 20th anniversary of the first release of FontForge back in 2000. It brings a wide range of minor tweaks and bug fixes for the user interface and file format handlers and a special splash screen to commemorate the big day- fix-glossary.patch, support-sphinx3.patch: drop (upstream)- remove get-source.sh: the binaries that needed to be repackaged are no longer in the upstream release tarball- fix-return-statement.patch: refresh against new release
* Mon Jun 29 2020 alarrosaAATTsuse.com- Add patch to support transforming bitmap glyphs from python with one of the predefined transformations in fontforge.
* add-bitmap-transform-support.patch (boo#1169444)
* Mon May 25 2020 codeAATTbnavigator.de- add support-sphinx3.patch and fix-glossary.patch to allow python-Sphinx >= 3 gh#fontforge/fontforge#4269 gh#fontforge/fontforge#4284
* Wed Apr 15 2020 alarrosaAATTsuse.com- Update to version 20200314:
* FontForge now has much improved stroke expansion functionality. The main change is that it actually works most of the time. New features include support for arbitrary convex nibs and the miter-clip and arc join styles from SVG 2. All functionality is accessible from the Python and native APIs.
* Remove overlap handles certain important edge cases better.
* The Python API now has a function called genericGlyphChange that matches the \"Change Glyph\" command in the GUI. See #4133 for more details.
* The Python API now has functions for getting Unicode script and for interrogating glyph boundaries.
* One can now use text flags (rather than just numerical flags) when opening a font file via the Python API.
* UFO import now outputs the note field properly.
* SVG import is much more robust.
* We have dropped most gnulib and autotools logic in favor of CMake, which dramatically simplifies the build system and just as dramatically improves build time.
* As part of the switch to CMake, per the deprecation of Python 2, and per the lack of objections to the proposal on the mailing list, we have dropped support for building FontForge with Python 2 support. The non-build-system Python 2 code remains, but it is neither tested nor maintained nor supported and is likely to follow a trajectory of decay and then removal.
* Documentation is now rendered in Sphinx, which makes maintenance and improvement easier.
* Translations now happen on crowdin, which makes contributions easier.
* We got such a contribution for Croatian.
* Character view point coloring is more consistent, and preview fills support transparency.
* The user can now move and close tabs in the character view.
* The metrics view now allows for entry of negative kerning values and runs a bit more smoothly.
* There is now a warning when a user is about to discard an unsaved script.
* We fixed bugs all over, as always, with particular attention given to the metrics view, Python, Spiro, and high-resolution displays.
* Notes on build system changes: + libgutils and libgunicode have been combined into libfontforge + libgdraw and libfontforgeexe have been combined into the fontforge executable itself + No development files are installed (headers, or pkg-config). This is because we do not provide a stable API or ABI to work against, nor are the headers actually well configured to be used externally. We are also not aware of any maintained product that compiles against FontForge itself.
* Fixes use-after-free (heap) in the SFD_GetFontMetaData() function and fix NULL pointer dereference in the SFDGetSpiros() and SFD_AssignLookups() function(bnc#1160220, bnc#1160236, CVE-2020-5395, CVE-2020-5496).- Drop patch that isn\'t needed anymore:
* python38_config.patch- Add patches to fix build:
* fix-return-statement.patch
* fix-sphinx-doc.patch (only for Leap 15.2)
* Wed Oct 30 2019 mimi.vxAATTgmail.com- add python38_config.patch to build with python-3.8- spec-cleaned
* Wed Aug 21 2019 pgajdosAATTsuse.com- version update to 20190801 [bsc#1145185]
* Bugfixes
* Added Croatian translation
* Added user decompositions
* New graphic for the splash/about screen
* Images embedded in SFDs are now serialised as PNGs
* Both the Windows and Mac builds are now built with Python 3 instead of Python 2.
* The minimum supported version for the Mac build is now MacOS Sierra (10.12)
* FontForge no longer uses gnulib
* collab support has been removed
* Complete GDK support, enabled by default on Windows and Macintosh, from AATTjtanx.
* Enhanced UFO 3 support, with separate import/export paths for UFO 2 and UFO 3, from AATTfrank-trampe. See the technical bulletin here for more information.
* Improved feature file support, from AATTskef and AATTkhaledhosny.
* WOFF2 support, from AATTjtanx.
* Unicode 12.1.0 support, from AATTJoesCat.
* Extended Python interfaces, from AATTskef.- modified patches % fontforge-version.patch (refreshed)- deleted patches - reproducible.patch (upstreamed)
* Wed Aug 01 2018 bwiedemannAATTsuse.com- Add reproducible.patch to override font build dates (boo#1047218)- repack sources to .xz since we have to repack already
* Mon Dec 18 2017 pgajdosAATTsuse.com- updated to 20170731
* This incorporates a large number of adjustments and fixes.
* Thu Nov 09 2017 jmatejekAATTsuse.com- switch to python 3
* Fri Dec 09 2016 pgajdosAATTsuse.com- updated to 20161005 [bsc#1014793]:
* This release introduces a new icon set, new functionality for custom icon selection graphics, support for GlyphOrderAndAliasDB files, and support for Unicode 9.0.
* It also fixes a number of small bugs relating to certain bitmap typefaces, stroke expansion, handling of CID ranges, and the user interface.- removed upstreamed patches: - propagate-creation-and-modification-times-to-ttf.patch - fontforge-eof-crash.patch
* Tue Jan 26 2016 pgajdosAATTsuse.com- do not crash on invalid input data (when eof reached) [bsc#963023] + fontforge-eof-crash.patch
* Wed Dec 16 2015 pgajdosAATTsuse.com- updated to 20150824: This fixes a few bugs, including some in U. F. O. kerning classes and FreeType rasterization, and adds a Korean translation.
* Mon May 11 2015 pgajdosAATTsuse.com- updated to 20150430: this release includes a few bug fixes, performance enhancements, and refreshed icons.- download uthash when get-source.sh- fontforge --version now returns fontforge release version + fontforge-version.patch
* Fri May 01 2015 cooloAATTsuse.com- also repackage the broken gnulib links to fix build with newer libtool
* Mon Apr 20 2015 pgajdosAATTsuse.com- repack source [bnc#926061]
* Tue Mar 31 2015 pgajdosAATTsuse.com- updated to 20150330:
* fixes a few crashes, enhances round-tripping of information in certain file formats, and fixes some bad logic
* adds support for fine point adjustment
* etc. see https://github.com/fontforge/fontforge/releases for details- remove %requires_ge libpng16-16 as it seems fontforge is not so picky anymore- doc is generated- remove pfaedit compat- removed patches (upstreamed or not needed): - fontforge-fixgiflib.patch - fontforge-arraysubscript.patch - fontforge-fdleak.patch - fontforge-libpng.diff - fontforge-docdir.patch - fontforge-python-module-name.diff
* Thu Feb 05 2015 cooloAATTsuse.com- added propagate-creation-and-modification-times-to-ttf.patch from debian\'s reproducible build project to get reproducible font builds
* Thu Oct 02 2014 crrodriguezAATTopensuse.org- Cleanup BuildRequires, in particular do not use legacy metapackage xorg-x11-devel
* Sat May 31 2014 jengelhAATTinai.de- Update fontforge-fixgiflib.patch to support giflib7-5.1
* Mon Mar 17 2014 pgajdosAATTsuse.com- fixed linking against libpng (1.5, 1.6) [bnc#867041]
* added fontforge-libpng.diff
* removed libpng14-dynamic.diff- spec file cleanup
* call spec-cleaner
* fontforge-20090622-fdleak.patch renamed to fontforge-fdleak.patch
* docdir.patch renamed to fontforge-docdir.patch
* Sun Mar 09 2014 schwabAATTlinux-m68k.org- fontforge-arraysubscript.patch: Fix invalid array subscript
* Thu Nov 14 2013 jengelhAATTinai.de- Put documentation into a separate subpackage- Spruce of description of fontforge-devel a bit- File list simplification/exactness
* Mon Sep 09 2013 cooloAATTsuse.com- add fontforge-fixgiflib.patch to fix build with giflib 5.0.5
* Tue Apr 16 2013 pgajdosAATTsuse.com- use %requires_eq rather than %requires_ge (exact version)
* Tue Apr 16 2013 pgajdosAATTsuse.com- %requires_ge libpng16-16 to avoid \'Application built with libpng-1.5.14 but running with 1.6.1\' warning when running fontforge
* Fri Jan 04 2013 dmitry_rAATTopensuse.org- Build with cairo and pango support
* Sun Dec 30 2012 dmitry_rAATTopensuse.org- Update to 20120731b
* see included changelog.html for details
* removed obsolete fontforge.py27.diff
* removed obsolete fontforge-missing-closedir.diff
* removed obsolete libpng14.diff
* Tue Dec 20 2011 cooloAATTsuse.com- remove call to suse_update_config (very old work around)
* Mon Oct 03 2011 pgajdosAATTsuse.com- Make rpmlint more happy.
* Sun Sep 18 2011 jengelhAATTmedozas.de- Apply packaging guidelines (remove redundant/obsolete tags/sections from specfile, etc.)
* Mon May 16 2011 pgajdosAATTsuse.cz- updated to 20110222:
* Did a lot of work to improve the accuracy in remove overlap.
* Fix various error messages.
* Remove some obsolete documentation.
* Technical fixes to stroking code.
* Add a miterlimit to stroking code.
* FontForge was using the wrong MIME type for svg files. W3C has changed it and it\'s now \"image/svg+xml\" not \"image/svg-xml\" or \"image/svg\".
* etc. on http://fontforge.sourceforge.net/changelog.html
* libpng14.diff and fontforge.py27.diff kept but not needed yet
* Mon Sep 06 2010 cooloAATTnovell.com- adapt to python 2.7
* Thu Apr 08 2010 tiwaiAATTsuse.de- fix build with older distros before libpng 1.4
* Thu Apr 08 2010 cooloAATTnovell.com- compile with libpng 1.4
* Mon Apr 05 2010 tomsAATTsuse.de- Updated to 20090923- Enabled Python bindings
* Sat Oct 03 2009 crrodriguezAATTopensuse.org- fontforge-20090622-1.6: missing call to closedir [bnc#543458]- fix -devel package dependencies
* Mon Jul 27 2009 tiwaiAATTsuse.de- fix missing closedir() (bnc#525022)
* Mon Jul 27 2009 tiwaiAATTsuse.de- updated to version 20090622 lots of changes. See changelog.html for details
* Wed Jan 21 2009 crrodriguezAATTsuse.de- remove \"la\" files and static libraries- add missing freetype2-devel dependency to -devel package
* Mon May 26 2008 mfabianAATTsuse.de- bnc#246804: update to 20080429 (needed to build recent versions of the DejaVu fonts and freefont).
* Fri Feb 29 2008 cooloAATTsuse.de- fix typo
* Thu Feb 21 2008 mfabianAATTsuse.de- update to 20080203 (bugfix release, fixes also bnc#363014).- create -devel sub-package.
* Thu Aug 02 2007 mfabianAATTsuse.de- update to 20070723 (user interace redesigned, many bugfixes).- add ldconfig post scripts.- remove executable flags from documentation.- remove DOS line-endings from documentation.
* Tue Jul 24 2007 cooloAATTsuse.de- remove BuildPreRequires
* Tue Feb 06 2007 mfabianAATTsuse.de- Bugzilla #242363: uninitialized variable.
* Wed Jan 03 2007 mfabianAATTsuse.de- update to 20061220.- remove fontforge-strncat.patch, bugzilla-221210-locale-variable-used-before-set.patch, bugzilla-225616-local-variable-used-before-set.patch (included upstream).- fix bugzilla #231126: \"array subscript out of range\".
* Tue Dec 19 2006 mfabianAATTsuse.de- update to 20061025. • fontimage program has been added.- fix bugzilla #225616 (\"local variable used before set\").
* Fri Nov 17 2006 mfabianAATTsuse.de- Bugzilla #221210: \"local variable used before set\"
* Sun Nov 05 2006 roAATTsuse.de- fix permissions on icon file- fix gcc warning for strncat
* Tue Oct 17 2006 mfabianAATTsuse.de- update to 20061014. remove bugzilla-203490-local-variable-used-before-set.patch (included upstream).- Fix Bugzilla #211543 (\"array subscript out of range).- Fix invalid operation (like x = x++;)
* Thu Sep 07 2006 mfabianAATTsuse.de- fix bugzilla #203490: \"local variable used before set\".- add Japanese documentation.
* Wed Sep 06 2006 mfabianAATTsuse.de- update to 20060822. remove bugzilla-197499-local-variable-used-before-set.patch (included upstream).
* Thu Aug 10 2006 mfabianAATTsuse.de- Bugzilla 197499: \"local variable used before set\".
* Tue Jul 18 2006 mfabianAATTsuse.de- update to 20060715. fixes a crash when building freefont.
* Fri Mar 17 2006 mfabianAATTsuse.de- Bugzilla #158759: \"locale variable used before set\". (already fixed in latest upstream version).
* Thu Mar 09 2006 mfabianAATTsuse.de- Bugzilla #153958: \"array subscript out of range\". (already fixed in latest upstream version).
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Sun Oct 02 2005 stbinnerAATTsuse.de- fix capitalization of .desktop GenericName entry
* Thu Aug 04 2005 mfabianAATTsuse.de- update to 20050803. cannot update documentation because the download link for the documentation is currently dead.
* Wed May 11 2005 mfabianAATTsuse.de- update to 20050502.- all .html and .png files should have mode 644.- fix fontforge.desktop file (thanks to Thomas Schraitle
).
* Tue Dec 14 2004 hvogelAATTsuse.de- install icon
* Thu Nov 11 2004 roAATTsuse.de- fixed file list
* Wed Aug 18 2004 mfabianAATTsuse.de- rename: PfaEdit -> fontforge (has been renamed upstream).- update to 20040808.
* Sun Apr 25 2004 roAATTsuse.de- use no-strict-aliasing
* Thu Feb 26 2004 mfabianAATTsuse.de- update to 040224.
* Sat Jan 10 2004 adrianAATTsuse.de- build as user
* Sat Aug 23 2003 mfabianAATTsuse.de- make it build on older distributions.
* Mon Aug 18 2003 mfabianAATTsuse.de- update to 030817.- add desktop file.
* Fri May 16 2003 mfabianAATTsuse.de- update binaries and documentation to 030512- add .so and .la file to file list- add \"freetype2 freetype2-devel\" to neededforbuild
* Wed Feb 12 2003 mfabianAATTsuse.de- update binaries and documentation to 030211
* Wed Nov 13 2002 mfabianAATTsuse.de- update to 021105- use x-devel-packages instead of xf86 in # neededforbuild- use dynamic linking
* Tue Oct 22 2002 mfabianAATTsuse.de- update to 021021 and update documentation to 020910.
* Fri Jul 26 2002 mfabianAATTsuse.de- update to version 020724- include documentation, remove cidmaps.tar.bz2 and use updated cidmaps.tgz from the documentation tar ball
* Thu Jan 31 2002 roAATTsuse.de- changed neededforbuild to
* Tue Jan 22 2002 mfabianAATTsuse.de- update to version 020121.- updated cidmaps.tar.bz2
* Wed Sep 05 2001 mfabianAATTsuse.de- adapted for SuSE, version 010905
* Thu May 10 2001 gwwAATTsilcom.com- My first attempt at rpm, updated to 10 May sources
* Tue May 01 2001 pakinAATTuiuc.edu- Removed (unused) dynamic library files
* Sun Apr 29 2001 pakinAATTuiuc.edu- Upgraded from 220401 to 280401.
* Tue Apr 24 2001 pakinAATTuiuc.edu- Upgraded from 190401 to 220401.
* Fri Apr 20 2001 pakinAATTuiuc.edu- Upgraded from 020401 to 190401.
* Tue Apr 10 2001 pakinAATTuiuc.edu- Upgraded from 210301 to 020401.
* Thu Mar 22 2001 pakinAATTuiuc.edu- Initial release