Releases: libharu/libharu
Releases · libharu/libharu
v2.4.4
What's Changed
- Add copy hpdf_namedict.h at install by @apple-x-co in #265
- Added page boundary support. by @woollybah in #274
- fixed glyph index to be 16 bit unsigned instead of signed by @Simon-Swenson-8351 in #277
- Bug fixes by @tgotic in #255
- Shared library has an SOVERSION now ffd0f39
- Fixed HPDF_FToA for small values 1c865a6
Full Changelog: v2.4.3...v2.4.4
v.2.4.3
What's Changed
- Add static hpdf_version.h header by @vszakats in #241
hpdf_version.h
included again byhpdf.h
#241 #246- File attachment issue resolved @hvanbrug #159
- Renamed *_LIBZ defines to _*ZLIB, thanks to @karstenBriksoft #249, enables compression of PDF files again.
Full Changelog: v2.4.2...v2.4.3
v.2.4.2
v.2.4.1
- Fixed library name #236 from @jschueller
- Set correct version number #237 pointed out by @xantares
Full Changelog: v2.4.0...v2.4.1
v.2.4.0
What's Changed
- Add support for free-form triangle shading objects. by @allisonvacanti in #157
- Fix config constant to match use in hpdf_mmgr.c by @bvirlet in #167
- Improve small number writing in HPDF_FToA. by @allisonvacanti in #187
- Fix missing /CapHeight key in font definition by @yabaud in #138
- Change HPDF_Page_CreateXObjectFromImage zoom parameter type to HPDF… by @extensia in #114
- Fix another case of png files with background mask save uncompressed by @igor-niv in #221
- Avoid issue with libtiff duplicate symbols by @bvirlet in #168
- Reajust bit_depth of png image after striping depth from 16 to 8. by @joelhecht in #125
- Fixed typo in Japanese font name: Mincyo -> Mincho by @qtamaki in #80
- Fix various typos by @luzpaz in #226
- hpdf.h: add missing HPDF_Boolean typedef by @mathstuf in #189
- Moved to a CMake only build environment.
- Fix bad unicode in comment by @gix in #229
- Fix various typos by @luzpaz in #230
Full Changelog: RELEASE_2_3_0...v2.4.0
v2.4.0-rc1
This is a pre-release, please test and examine it carefully as a large number of things have been changed since last release.
What's Changed
- Add support for free-form triangle shading objects. by @allisonvacanti in #157
- Fix config constant to match use in hpdf_mmgr.c by @bvirlet in #167
- Improve small number writing in HPDF_FToA. by @allisonvacanti in #187
- Fix missing /CapHeight key in font definition by @yabaud in #138
- Change HPDF_Page_CreateXObjectFromImage zoom parameter type to HPDF… by @extensia in #114
- Fix another case of png files with background mask save uncompressed by @igor-niv in #221
- Avoid issue with libtiff duplicate symbols by @bvirlet in #168
- Reajust bit_depth of png image after striping depth from 16 to 8. by @joelhecht in #125
- Fixed typo in Japanese font name: Mincyo -> Mincho by @qtamaki in #80
- Fix various typos by @luzpaz in #226
- hpdf.h: add missing HPDF_Boolean typedef by @mathstuf in #189
- Moved to a CMake only build environment.
Libharu 2.3.0
RELEASE_2_3_0 get ready for 2.3.0 release
Libharu 2.3.0 RC3
- Support huge fonts
Libharu 2.3.0 RC2
- Changed package naming, no other changes.
Libharu 2.3.0 RC1
- Added support for 3dMeasures of subtype PD3 and 3DC, projection annotations,
ExData and javascript attached to a U3D model. (Robert Würfel) - Added support for 1- and 2-byte UTF8 codes. (Clayman)
- Added full PDF/A1-b support. (Petr Pytelka)
- Added support for CCITT compression for B/W images. (Petr Pytelka)
- Add support for TwoPageLeft and TwoPageRight layouts. (Vincent Dupont)
- Const-ified arrays used in the sources. (Ilkka Lehtoranta)
- Fixed build with libpng 1.5.0
- Fixed bug in HPDF_GetContents() - isize variable was not initialized.
(Vincent Dupont) - Fixed possible endless loop in PNG handling code.
(reported by Mathew Waters) - Fixed several issues based on the warnings generated by clang-analyzer.
(Daniel Höpfl) - Fixed quite a number of warnings. (Davide Achilli)
- Added 'd' postfix to debug build, fixed wrong filename. (Wim Dumon)
- Fixed HPDF_Text_Rect() not to split words in some obscure cases.