On Sun, 2014-06-29 at 14:40 +0200, Dominik Seichter wrote:
> Ok, great. I plan to do the release on July 7th. Hope we can get 
> Dennis' regression fixed till then.
> 

        Hi,
I never wrote any release notes before, thus I'm not sure whether it's 
in a good shape or not, but I walked through commits since the 0.9.2 
release (r1514) and I would use something along these lines:

----------------------------------------------------------------------

* OSX build fixes
* Fixed AES decryption
* Improved load of (broken) PDF files
* Sign PDF file as an incremental update
* Added partial support for Type3 font encoding and metrics
* Drawing API improvements
* Unicode file names for attachments
* Font subset embedding

API changes:
*  GetFont() functions have one more argument, bool bIsSymbolCharset,
   which was added before the encoding, thus adapt your code
   accordingly

* drawing API changed, currently a path to draw is defined first, then
  it can be Stroke, Fill, StrokeAndFill or Clip. Changes on
  PdfPainter/MM which should be done for new API are:
    - replace DrawRect() with call of Rectangle(); Stroke();
    - replace FillRect() with call of Rectangle(); Fill();
    - similarly for other dropped functions

* PdfError doesn't derive from std::exception anymore, catch
  for (PdfError &e) instead

----------------------------------------------------------------------

I didn't write any credits for all the contributors whom helped to improve 
PoDoFo since 0.9.2, I'm not sure how these use to be (and I feel a shame when I 
miss anyone from the list, if it might be done namely). :)

Dominik, I suppose you'll create the tag just before the release. Am I correct?

        Hope it helps,
        zyx


-- 
http://www.litePDF.cz                                 i...@litepdf.cz


------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to