-------------------------------
Overview of changes in Pango 1.227
==================================
* Ensure word separation in linker arguments with pkg-config >= 0.29
------------------------------------
Overview of changes between 1.40.2 and 1.40.3
=============================================
- Fix export of pango_cairo_win32_font_map_get_type (#771004)
- Fix build on OS X (#770729)
Overview of changes between 1.40.1 and 1.40.2
=============================================
- Improve introspection builds in msvc (#764984)
- Properly handle UTF32 chars in coretext
- Add rebeccapurple to list of colors
- Correct font weight mapping in coretext (#766148)
- Use version macros for exports (#767587)
-------------------------------------
0.0.25
- outline and spacing on C,G.
- improved terminals on numerous glyphs
- weight/stem width fixes (k,G)
- port imrpovements from regular to bold
- improved metrics
- fixes to f-ligatures
- shape fixes to some numerals
- fixes to anchors > composited glyphs
----------------------------------
Changes in version 4.1:
* Detect iconv and add LIBICONV to LDADD
* Detect support for -Wl,--as-needed in configure
* Those changes fix compilation on OS X
Changes in version 4.0:
* Add a --no-embed option
* Fix broken handling of font names
---------------------------------
1.06 2016-08-17
* Source repo moved from Subversion to Github
* OpenType script and lang tags updated from ISO/IEC 14496-22:2015, draft amendment 2
* Various POD improvements
* Add deepcopy mode to Dumper::ttfdump()
* Bug fixes
* Wasn't installing on Windows Perl 5.22 and up
* Reading mark-to-ligature lookups would crash if anchors were omitted
* Incorrect extension lookup structure
* Multiple fixes in Silf table processing
* rt.cpan.org #106562 Uninitialized value warnings
* rt.cpan.org #106816 spelling errors in manpage
--------------------------------------------
0.07 2015-09-27 dmol@cpan.org
- No changes since 0.07_2
0.07_2 2015-09-24 dmol@cpan.org
- Try to support utf8_to_uvchr_buf for older perls
0.07_1 2015-09-24 dmol@cpan.org
- Fix UTF-8 string usage on non-intel architectures (GH#17)
0.06 2015-01-27 dmol@cpan.org
- No changes since 0.06_1
0.06_1 2015-01-27 dmol@cpan.org
- Allow optionally fallback to missing glyph
0.05 2015-01-27 dmol@cpan.org
- No changes since 0.05_02
0.05_2 2015-01-23 dmol@cpan.org
- Be more tolerant in test for checking underline position
(CT#9d93130c-a254-11e4-9a11-67e5227a829d) (Ivan Baidakou, basiliscos).
- Get build options from freetype-config if it exists (RT#101654)
(Zakariyya Mughal).
0.05_1 2015-01-21 dmol@cpan.org
- Avoid clang warning (RT#101653).
- Attempt to fix CT#939e0664-8c46-11e4-8147-dcee86cc0d3a.
--------------------------------------------------------------------
(pkgsrc changes)
- Drop patch-FreeType.xs (upstream implemented)
- Modify patch-Makefile.PL
Upstream implemented automatic environment config, with some
testing, but testing part is redundent to pkgsrc, and yet harmfull,
so remove that part.
- Add buildlink to x11.buildlink3.mk to use freetype-config
for automatic configuration
Ixion is a general purpose formula parser & interpreter that can
calculate multiple named targets, or "cells".
The goal of this project is to create a library for calculating
the results of formula expressions stored in multiple named targets,
or "cells". The cells can be referenced from each other, and the
library takes care of resolving their dependencies automatically
upon calculation. The caller can run the calculation routine either
in a single-threaded mode, or a multi-threaded mode. The library
also supports re-calculations where the contents of one or more
cells have been modified since the last calculation, and a partial
calculation of only the affected cells need to be calculated.
Upstream changes:
This is a maintenance release, source code is unchanged compare to the previous
release. This release introduces a guile-lib-1.0.pc, so libs and apps that needs
guile-lib may now use pkgconfig to check if it's available, what version.
Note that starting with this release, the installation location for modules and
compiled files has changed: make sure you uninstall any previous version.
- Modules installation location changed:
from $(prefix)/share/guile/site
to $(GUILE_GLOBAL_SITE)
You will need write privileges to this directory to install guile-lib. You may
check its location using the folowing command:
guile -c "(display (%global-site-dir)) (newline)"
- Compiled files installation location changed:
from $(prefix)/share/guile/site
to $(GUILE_SITE_CCACHE)
You will need write privileges to this directory to install guile-lib. You may
check its location using the folowing command:
guile -c "(display (%site-ccache-dir)) (newline)"
pkgsrc changes:
Drop all local patches as merged
Depend on upstreamed support for NetBSD
There is no particular upstream changelog, it's a first tag in 5 years
with all the patches applied. The major benefit is to unload software
from bundling a custom patched (without NetBSD support) version of nvtt.