diff --git a/LATEST.md b/LATEST.md index febad45..3462006 100644 --- a/LATEST.md +++ b/LATEST.md @@ -1,20 +1,3 @@ -Changes in v1.2.0 compared to v1.1.0 +Changes in v1.2.1 compared to v1.2.0 ------------------------------------ -Features: -- new giza_set_number_format() sets format to use by giza_box() (thanks to chafar) -- giza_open() now detects and handles errors occurring during setup of the new device -- PGEND()/cpgend() now closes all open devices, as per documentation (thanks to H. Verkouter) -- giza build includes freetype and fontconfig libraries -- improved font memory management (thanks to H. Verkouter) - -Bug fixes: -- build failure caused by giza_box_time fixed (#21) -- bug fix with internal logic in naming png files if blank page exists (thanks to Aard Keimpema, #28) -- seg fault fixed when multiple devices are opened and closed in random order (thanks to H. Verkouter) -- fixed possible buffer overflow in giza_format_number (thanks to H. Verkouter) -- avoid the 'initial declarations are only allowed in C99 mode' error (thanks to M. Hutchison) - -Other: -- deleted unused _giza_change_size() function -- updated documentation for github -- automated build checking, api documentation and release-on-tag via github actions +- bug fix specifying device at prompt with directory path, e.g. dir/file.png diff --git a/configure.ac b/configure.ac index 0909f27..b1ccd6e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) m4_define(giza_version_major,1) m4_define(giza_version_minor,2) -m4_define(giza_version_micro,0) +m4_define(giza_version_micro,1) AC_INIT([giza], [giza_version_major.giza_version_minor.giza_version_micro], [daniel.price@monash.edu],[],