commit 2aae8118946a7fd09a9c73685dad0d8f6d07a745 Author: Carlos Garcia Campos Date: 2012-01-21 Add gxps-version.h to gxps.h M libgxps/gxps.h commit 9c5daf15dc6614f01f003ed91161e9a11c396331 Author: Carlos Garcia Campos Date: 2012-01-21 Fix MAJOR/MINOR/MICRO version macros We need to add a space between macro name and parentheses so that it's not considered a macro parameter. M libgxps/gxps-version.h.in commit b1f6b095de401b9eef60ff54565e3c6f5bbb454b Author: Carlos Garcia Campos Date: 2012-01-21 Add GXPS_VERSION_STRING macro with the version number as a string M docs/reference/libgxps-sections.txt M libgxps/gxps-version.h.in commit 0997fec01b99c293998de0d05be732dbbe0e03a4 Author: Jason Crain Date: 2011-11-26 Support OpacityMask for Path elements https://bugzilla.gnome.org/show_bug.cgi?id=663477 M libgxps/gxps-page.c M libgxps/gxps-path.c M libgxps/gxps-path.h commit b16bacce3667252586231adc1935441b3543e7b5 Author: Thomas Freitag Date: 2012-01-07 regtest: read stderr output before calling wait to fix a possible deadlock In the way the scripts starts it subprocesses, stderr becomes buffered for the subprocesses. And unforunately, when the buffer limit is reached, the subprocess suspends it work until it can print again on stderr. That's why the python script runs into a deadlock when the subprocess produces a lot of error messages. A small rearrange of the commands, first read the stderr output and then wait that the subprocess M regtest/Test.py commit 55cc6ad72987597f4c0429bef10d4cb24d3138ad Author: Carlos Garcia Campos Date: 2011-11-25 COPYING: Fix FSF address M COPYING commit 5a63ac53db13fe75b9105ee7b4c03dfeaac54247 Author: Alexandre Rostovtsev Date: 2011-11-23 Fix building with libpng15 https://bugzilla.gnome.org/show_bug.cgi?id=664666 M tools/gxps-png-writer.c commit 7bc33181d7e44aab35db01d4ac1560dcf408d5d9 Author: Dominique Leuenberger Date: 2011-11-21 Build: link with libm. Fixes bgo#664439. M configure.ac M tools/Makefile.am commit dece65deaf41c156c183e1c9fb87cab0775a4f33 Author: Carlos Garcia Campos Date: 2011-11-20 Add missing file gxps-path.h A libgxps/gxps-path.h commit b0a6a8f32accb8164abbea7f9dc140ff5f126ad6 Author: Carlos Garcia Campos Date: 2011-11-19 release: 0.2.0 M NEWS M configure.ac