Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Jun 18, 2021
1 parent 19eaaf4 commit 33a5fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
21 changes: 2 additions & 19 deletions LATEST.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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],[],
Expand Down

0 comments on commit 33a5fbe

Please sign in to comment.