Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Nov 28, 2023
1 parent 856678b commit 279b538
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 19 deletions.
6 changes: 4 additions & 2 deletions LATEST.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Changes in v1.3.2
Changes in v1.4.0
------------------
- bug fix with spaces at end of string causing failure on open_device in Fortran interface (#35)
- 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
26 changes: 13 additions & 13 deletions configure
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.3.2.
# Generated by GNU Autoconf 2.71 for giza 1.4.0.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -621,8 +621,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='giza'
PACKAGE_TARNAME='giza'
PACKAGE_VERSION='1.3.2'
PACKAGE_STRING='giza 1.3.2'
PACKAGE_VERSION='1.4.0'
PACKAGE_STRING='giza 1.4.0'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL='http://danieljprice.github.io/giza'

Expand Down Expand Up @@ -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.3.2 to adapt to many kinds of systems.
\`configure' configures giza 1.4.0 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1457,7 +1457,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of giza 1.3.2:";;
short | recursive ) echo "Configuration of giza 1.4.0:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1587,7 +1587,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
giza configure 1.3.2
giza configure 1.4.0
generated by GNU Autoconf 2.71

Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -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.3.2, which was
It was created by giza $as_me 1.4.0, which was
generated by GNU Autoconf 2.71. Invocation command line was

$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3161,7 +3161,7 @@ fi

# Define the identity of the package.
PACKAGE='giza'
VERSION='1.3.2'
VERSION='1.4.0'


printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
Expand Down Expand Up @@ -4810,9 +4810,9 @@ ac_config_headers="$ac_config_headers config.h"

GIZA_VERSION_MAJOR=1

GIZA_VERSION_MINOR=3
GIZA_VERSION_MINOR=4

GIZA_VERSION_MICRO=2
GIZA_VERSION_MICRO=0

#
# The following specify the interface version numbers for giza.
Expand All @@ -4828,7 +4828,7 @@ GIZA_VERSION_MICRO=2
#
LT_CURRENT=1

LT_REVISION=2
LT_REVISION=0

LT_AGE=1

Expand Down Expand Up @@ -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.3.2, which was
This file was extended by giza $as_me 1.4.0, which was
generated by GNU Autoconf 2.71. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -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.3.2
giza config.status 1.4.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

Expand Down
4 changes: 2 additions & 2 deletions 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,3)
m4_define(giza_version_micro,2)
m4_define(giza_version_minor,4)
m4_define(giza_version_micro,0)
AC_INIT([giza],
[giza_version_major.giza_version_minor.giza_version_micro],
[[email protected]],[],
Expand Down
2 changes: 2 additions & 0 deletions docs/documentation/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ <h4>Input:</h4>
</tr><tr>
<td>/png :</td><td>Portable Network Graphics file</td>
</tr><tr>
<td>/mp4 :</td><td>Mpeg4 movie [requires ffmpeg support]</td>
</tr><tr>
<td>/svg :</td><td>Scalable Vector Graphics file</td>
</tr><tr>
<td>/pdf :</td><td>Portable Document Format</td>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ <h1>Overview</h1>
<p>Giza is an open, lightweight scientific plotting library built on top of
<a href="http://www.cairographics.org">cairo</a> that provides
uniform output to multiple devices.<br> Giza is currently distributed under
the <a href="http://www.gnu.org/licenses/gpl-2.0.html">
GPLv2 licence</a>. It is written in standard ANSI C and has bindings for Fortran 90/95/2003.<br>
the <a href="https://www.gnu.org/licenses/lgpl-3.0.html">
LGPL license</a>. It is written in standard ANSI C and has bindings for Fortran 90/95/2003.<br>
Devices currently supported by giza are: the X Window system, PDF,
PostScript, eps, png and svg.</p>

Expand Down
2 changes: 2 additions & 0 deletions docs/news/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<div id="content">
<h1>News</h1>
<p>2023.11.28: <a href="https://github.com/danieljprice/giza/releases">1.4.0</a> released.</p>
<p>2022.03.28: <a href="https://github.com/danieljprice/giza/releases">1.3.2</a> released.</p>
<p>2022.01.28: <a href="https://github.com/danieljprice/giza/releases">1.3.1</a> released.</p>
<p>2022.01.27: <a href="https://github.com/danieljprice/giza/releases">1.3.0</a> released.</p>
<p>2021.06.18: <a href="https://github.com/danieljprice/giza/releases">1.2.1</a> released.</p>
Expand Down

0 comments on commit 279b538

Please sign in to comment.