JFIF$        dd7 

Viewing File: /usr/share/libharu/CHANGES

libHaru news
-------------------------------------------------------------------------------

Version 2.3.0 RC2 (2011.10.12)
- Changed package naming, no other changes.

Version 2.3.0 RC1 (2011.09.28)

- 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.

Version 2.2.0 (2010.10.12)

 - Greatly improved U3D support (Nikhil Soman)
    - Markup Annotations
    - Free Text Annotations
    - Line Annotations
    - Circle and Squre Annotations
    - Text Markup Annotations
    - Rubber Stamp Annotations
    - Popup Annotations	

 - Added VB.Net bindings. (Matt Underwood) 
 - Added CMake build system (experimental). (Werner Smekal) 
 - Added preliminary ICC support. (vbrasseur at gmail dot com)

 - Added HPDF_Image_AddSMask(). (patch by Adam Blokus)
 - Added HPDF_LoadPngImageFromMem() and HPDF_LoadJpegImageFromMem(). 
   (patch by Adam Blokus)
 - Added HPDF_GetContents().
 - Added HPDF_Page_SetZoom().
 - Added support for CMYK in HPDF_Image_LoadRawImageFromMem().

 - Applied a bunch of fixes and improvements from bug report #13.
 - HPDF_Page_TextRect() corrections and improvements. (Ralf Junker)
 - Fixed build failure when zlib was not found. (Werner Smekal)
 - Fixed build with newer libtool versions.
 - Fixed external build. (thanks to Jeremiah Willcock)
 - Fixed memleak in HPDF_EmbeddedFile_New(). (Ralf Junker) 
 - Fixed uninitialized fields in HPDF_Type1FontDef_New(). (Ralf Junker)
 - Fixed issue with grayscale PNG images. (Ralf Junker)
 - Fixed missing parentheses from empty string object. (Ralf Junker)

 - Fixed bug #21 (Build fails on Win CE because of errno and errno.h usage).
 - Fixed bug #18 (Missing compiler flag -fexceptions)
 - Fixed bug #11 (sqrtf() is missing on Winblows).
 - Fixed bug #10 (missing HPDF_LoadPngImageFromMem from win32/msvc/libhpdf.def).
 - Fixed bug #7 (HPDF_String_SetValue() is declared twice).
 - Fixed bug #6 (possible NULL dereference in HPDF_LoadPngImageFromFile2()).
 - Fixed bug #5 (possible NULL derefernce in HPDF_LoadRawImageFromFile()).
 - Fixed bug #4 (possible NULL dereference in HPDF_AToI()).
 - Fixed bug #2 (Ruby binding: hpdf_insert_page has stray printf).

Version 2.1.0 (2008.05.27)
 - Added initial support for Alpha channel in RGB and palette-based PNG images.
 - Added HPDF_GetTTFontDefFromFile() function. This closes [FR #1604475] (HPDF_FONT_EXISTS not error) 
 - Added FreeBasic bindings. (Klaus Siebke)
 - Added Python bindings. (Li Jun)
 - Added U3D support. (Michail Vidiassov)

 - Changed the build system to use autotools.

 - Fixed bug #1682456 (NULL dereference in LoadType1FontFromStream()). 
 - Fixed bug #1628096 (NULL pointer may be dereferenced).

Version 2.0.8 (2006.11.25)
 - Fixed a problem of HPDF_Circle() which causes buffer overflow. 
 - Added HPDF_Ellipse().

Version 2.0.7 (2006.11.05)
 - Fixed a bug of HPDF_Annotation_New() (the values of bottom and top are set 
  upside down).
 - Added HPDF_Page_GetCurrentPos2(), HPDF_Page_GetCurrentTextPos2() and
  HPDF_Image_GetSize2().

Version 2.0.6 (2006.10.16)
 - Added opacity and blend-mode featurs.
 - Added slide-show functions (contributed by Adrian Nelson). 
 - Added an interface for VB6 (contributed by Ko, Chi-Chih).
 - Fixed a bug that HPDF_MemStream_Rewrite() may cause segmentation fault.
 - Fixed a bug of error checking of HPDF_Page_Concat().
 - Fixed a bug of calculation for the position of text showing.

Version 2.0.5 (2006.09.20)
 - Fixed a bug that an image which loaded by HPDF_LoadRawImageFromFile() or 
  HPDF_LoadRawImageFromMem() is not compressed.
 - Added C# interface.
 - Added viewer-preference feature.
 - Fixed a bug that HPDF_SetPassword does not raise error when NULL string set
  to owner-password.
 - Fixed a bug that causes program crash when using interlaced PNG images.

Version 2.0.4 (2006.08.25)
 - Fixed a bug of the TrueType font feature related to composit glyph.

Version 2.0.3 (2006.08.20)
 - Fixed a bug that HPDF_Page_TextRect() always returns 
  HPDF_PAGE_INSUFFICIENT_SPACE.
 - Added delayed loading function for a png image (HPDF_LoadPngImageFromFile2).
 *change HPDF_SaveToStream function.
 *correct hpdf_ttfontdef.c to avoid warning from a compiler.

Version 2.0.2
 - Modified HPDF_Page_ShowTextNextLine() to invoking HPDF_Page_MoveToNextLine()
  if it is invoked with null or zero-length text.
 - Fixed a bug in which HPDF_Page_MeasureText() returns wrong value when using 
  CID fonts.
 - Changed the feature of HPDF_Page_MeasureText().
 - Added Japanese word wrap feature to HPDF_Page_MeasureText() and 
  HPDF_Page_TextRect().
 - Fixed typos of HPDF_PageLayout values.
 - Modified options of makefile for BCC32 to multi-thread.
  rebuild libz.a, libpng.a for BCC32 with -WM option.

Version 2.0.1a (2006-08-03)
 - Fixed a bug that HPDFPage::draw_image does not work correctly. (Ruby module 
  only.)

Version 2.0.1 (2006-07-29)
 - Fixed a bug that HPDF_TextRect() does not work correctly when using CID fonts.
 - Added HPDF_Font_GetAscent(), HPDF_Font_GetDescent(), HPDF_Font_GetXHeight(),
  HPDF_Font_GetCapHeight().

Back to Directory  nL+D550H?Mx ,D"v]qv;6*Zqn)ZP0!1 A "#a$2Qr D8 a Ri[f\mIykIw0cuFcRı?lO7к_f˓[C$殷WF<_W ԣsKcëIzyQy/_LKℂ;C",pFA:/]=H  ~,ls/9ć:[=/#f;)x{ٛEQ )~ =𘙲r*2~ a _V=' kumFD}KYYC)({ *g&f`툪ry`=^cJ.I](*`wq1dđ#̩͑0;H]u搂@:~וKL Nsh}OIR*8:2 !lDJVo(3=M(zȰ+i*NAr6KnSl)!JJӁ* %݉?|D}d5:eP0R;{$X'xF@.ÊB {,WJuQɲRI;9QE琯62fT.DUJ;*cP A\ILNj!J۱+O\͔]ޒS߼Jȧc%ANolՎprULZԛerE2=XDXgVQeӓk yP7U*omQIs,K`)6\G3t?pgjrmۛجwluGtfh9uyP0D;Uڽ"OXlif$)&|ML0Zrm1[HXPlPR0'G=i2N+0e2]]9VTPO׮7h(F*癈'=QVZDF,d߬~TX G[`le69CR(!S2!P <0x<!1AQ "Raq02Br#SCTb ?Ζ"]mH5WR7k.ۛ!}Q~+yԏz|@T20S~Kek *zFf^2X*(@8r?CIuI|֓>^ExLgNUY+{.RѪ τV׸YTD I62'8Y27'\TP.6d&˦@Vqi|8-OΕ]ʔ U=TL8=;6c| !qfF3aů&~$l}'NWUs$Uk^SV:U# 6w++s&r+nڐ{@29 gL u"TÙM=6(^"7r}=6YݾlCuhquympǦ GjhsǜNlɻ}o7#S6aw4!OSrD57%|?x>L |/nD6?/8w#[)L7+6〼T ATg!%5MmZ/c-{1_Je"|^$'O&ޱմTrb$w)R$& N1EtdU3Uȉ1pM"N*(DNyd96.(jQ)X 5cQɎMyW?Q*!R>6=7)Xj5`J]e8%t!+'!1Q5 !1 AQaqё#2"0BRb?Gt^## .llQT $v,,m㵜5ubV =sY+@d{N! dnO<.-B;_wJt6;QJd.Qc%p{ 1,sNDdFHI0ГoXшe黅XۢF:)[FGXƹ/w_cMeD,ʡcc.WDtA$j@:) -# u c1<@ۗ9F)KJ-hpP]_x[qBlbpʖw q"LFGdƶ*s+ډ_Zc"?%t[IP 6J]#=ɺVvvCGsGh1 >)6|ey?Lӣm,4GWUi`]uJVoVDG< SB6ϏQ@ TiUlyOU0kfV~~}SZ@*WUUi##; s/[=!7}"WN]'(L! ~y5g9T̅JkbM' +s:S +B)v@Mj e Cf jE 0Y\QnzG1д~Wo{T9?`Rmyhsy3!HAD]mc1~2LSu7xT;j$`}4->L#vzŏILS ֭T{rjGKC;bpU=-`BsK.SFw4Mq]ZdHS0)tLg