Skip to content

Commit

Permalink
Releasing 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paumard committed Sep 27, 2019
1 parent 31195c8 commit 1e30036
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 12 deletions.
14 changes: 13 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
commit unknown
Author: Thibaut Paumard <[email protected]>
Date: Fri Aug 2 22:36:32 2019 +0200
Date: Fri Aug 3 09:10:24 2019 +0200

Releasing 1.3.5

commit 8c856ac2c397c52e1f37e82be239122e72cfeb72
Author: Thibaut Paumard <[email protected]>
Date: Sat Aug 3 08:52:47 2019 +0200

gyoto.util: support Python 2

commit 5267613c227a8e923134a4135d166b935a50b14e
Author: Thibaut Paumard <[email protected]>
Date: Fri Aug 2 22:37:38 2019 +0200

Releasing 1.3.4

Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ NEXT ABI
* Screen: support changing camera orientation (with dangle1 and dangle2)
* Python: new module gyoto.animate to help writing Gyoto-based movies.

1.3.5 2019/08/03 BUG
* Python: support Python2.7 in gyoto.util.rayTrace

1.3.4 2019/08/02 BUG
* Python: fix gyoto?util.rayTrace

Expand Down
20 changes: 10 additions & 10 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.69 for Gyoto 1.3.4.
# Generated by GNU Autoconf 2.69 for Gyoto 1.3.5.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Gyoto'
PACKAGE_TARNAME='gyoto'
PACKAGE_VERSION='1.3.4'
PACKAGE_STRING='Gyoto 1.3.4'
PACKAGE_VERSION='1.3.5'
PACKAGE_STRING='Gyoto 1.3.5'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -1488,7 +1488,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 Gyoto 1.3.4 to adapt to many kinds of systems.
\`configure' configures Gyoto 1.3.5 to adapt to many kinds of systems.

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

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

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

Expand Down Expand Up @@ -1809,7 +1809,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Gyoto configure 1.3.4
Gyoto configure 1.3.5
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2508,7 +2508,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 Gyoto $as_me 1.3.4, which was
It was created by Gyoto $as_me 1.3.5, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -3484,7 +3484,7 @@ fi

# Define the identity of the package.
PACKAGE='gyoto'
VERSION='1.3.4'
VERSION='1.3.5'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -21955,7 +21955,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 Gyoto $as_me 1.3.4, which was
This file was extended by Gyoto $as_me 1.3.5, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -22021,7 +22021,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
Gyoto config.status 1.3.4
Gyoto config.status 1.3.5
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dnl without any warranty.


AC_PREREQ([2.69])
AC_INIT([Gyoto], [1.3.4], [[email protected]])
AC_INIT([Gyoto], [1.3.5], [[email protected]])
gyoto_test_CXXFLAGS=${CXXFLAGS+set}
gyoto_test_CPPFLAGS=${CPPFLAGS+set}
AC_CANONICAL_SYSTEM
Expand Down

0 comments on commit 1e30036

Please sign in to comment.