-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49d89f8
commit 32b6334
Showing
5 changed files
with
22 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
Changes in v1.4.0 | ||
Changes in v1.4.1 | ||
------------------ | ||
- added mp4 driver, can simply give "file.mp4" as the device to generate mp4 file | ||
- can amend flags to ffmpeg using GIZA_FFMPEG_FLAGS environment variable | ||
- automated cleanup of temporary .png files used to make the movie | ||
- add registered and copyright sign as symbols (thanks To Hiroyuki Ito) | ||
- Add support for '1' and '2' options to giza_box (thanks to Hiroyuki Ito) | ||
- Add support for PG[SQ]ITF. PGPLOT has three image transfer functions defined for PGIMAG: linear, log, sqrt. These are now implemented (thanks to Harro Verkouter) | ||
- Fix giza_set_colour_table to set colour indices. The function would warn about inconsistent entries in the controlPoints and return with an error, not setting the colour-index table (thanks to Harro Verkouter) | ||
- Follow PGPLOT auto-linestyle in PGCONT (thanks to Harro Verkouter) | ||
- Address char height/line width scaling issues: According to PGPLOT documentation, symbols are drawn using current attributes character height and line width (thanks to Harro Verkouter) | ||
- quieter output from mp4 device | ||
- bug fix in release workflow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.71 for giza 1.4.0. | ||
# Generated by GNU Autoconf 2.71 for giza 1.4.1. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -621,8 +621,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='giza' | ||
PACKAGE_TARNAME='giza' | ||
PACKAGE_VERSION='1.4.0' | ||
PACKAGE_STRING='giza 1.4.0' | ||
PACKAGE_VERSION='1.4.1' | ||
PACKAGE_STRING='giza 1.4.1' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='http://danieljprice.github.io/giza' | ||
|
||
|
@@ -1386,7 +1386,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
\`configure' configures giza 1.4.0 to adapt to many kinds of systems. | ||
\`configure' configures giza 1.4.1 to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1457,7 +1457,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of giza 1.4.0:";; | ||
short | recursive ) echo "Configuration of giza 1.4.1:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1587,7 +1587,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
giza configure 1.4.0 | ||
giza configure 1.4.1 | ||
generated by GNU Autoconf 2.71 | ||
|
||
Copyright (C) 2021 Free Software Foundation, Inc. | ||
|
@@ -1891,7 +1891,7 @@ cat >config.log <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
|
||
It was created by giza $as_me 1.4.0, which was | ||
It was created by giza $as_me 1.4.1, which was | ||
generated by GNU Autoconf 2.71. Invocation command line was | ||
|
||
$ $0$ac_configure_args_raw | ||
|
@@ -3161,7 +3161,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='giza' | ||
VERSION='1.4.0' | ||
VERSION='1.4.1' | ||
|
||
|
||
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h | ||
|
@@ -4812,7 +4812,7 @@ GIZA_VERSION_MAJOR=1 | |
|
||
GIZA_VERSION_MINOR=4 | ||
|
||
GIZA_VERSION_MICRO=0 | ||
GIZA_VERSION_MICRO=1 | ||
|
||
# | ||
# The following specify the interface version numbers for giza. | ||
|
@@ -4828,7 +4828,7 @@ GIZA_VERSION_MICRO=0 | |
# | ||
LT_CURRENT=1 | ||
|
||
LT_REVISION=0 | ||
LT_REVISION=1 | ||
|
||
LT_AGE=1 | ||
|
||
|
@@ -16970,7 +16970,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by giza $as_me 1.4.0, which was | ||
This file was extended by giza $as_me 1.4.1, which was | ||
generated by GNU Autoconf 2.71. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -17039,7 +17039,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config='$ac_cs_config_escaped' | ||
ac_cs_version="\\ | ||
giza config.status 1.4.0 | ||
giza config.status 1.4.1 | ||
configured by $0, generated by GNU Autoconf 2.71, | ||
with options \\"\$ac_cs_config\\" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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,4) | ||
m4_define(giza_version_micro,0) | ||
m4_define(giza_version_micro,1) | ||
AC_INIT([giza], | ||
[giza_version_major.giza_version_minor.giza_version_micro], | ||
[[email protected]],[], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters