diff --git a/ChangeLog b/ChangeLog index 78cd8f20..d9d2e444 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,59 @@ -commit unknown -Author: Thibaut Paumard -Date: Tue, 15 Jan 2019 10:50:23 +0100 +commit unknwonw +Author: Thibaut Paumard +Date: Tue Jan 22 13:36:30 +0100 + + Releasing 1.3.1 + +commit 30a7a026c8becc7ee39338a07a25302cf01a3673 +Author: Thibaut Paumard +Date: Tue Jan 22 13:29:16 2019 +0100 + + Remove python/_*.so in clean + +commit 7f5884c9c6ebaa76762ed5103a6ce46453e1caa2 +Author: Thibaut Paumard +Date: Mon Jan 21 23:55:49 2019 +0100 + + Fix in ThemalBremstrahlung: return infinity upon div by zero + + Instead of throwing an error. Returning infinity is better here as it + will correctly yield zero transmission. + +commit 09ccb9fb73fd491c9603a098a1a67aa3673dc5dc +Author: Thibaut Paumard +Date: Mon Jan 21 19:01:04 2019 +0100 + + Fix error message prefix in gyoto-mpi-worker + +commit 5a728a93932d9154bca84d3028ba295161f9c937 +Author: Thibaut Paumard +Date: Mon Jan 21 17:33:02 2019 +0100 + + New macro GYOTO_ERROR around throwError + + This macro prepends the error message with __FILE__:__LINE__ in __PRETTY_FUNCTION__ + +commit 7de5ee601f1ac18e95d4f2d11414976e0937d73e +Author: Thibaut Paumard +Date: Wed Jan 16 11:21:46 2019 +0100 + + Fix bug in Python plug-in + +commit 96e63e15264416d84915a65de25b122e8d31c604 +Author: Thibaut Paumard +Date: Wed Jan 16 10:38:17 2019 +0100 + + Fix typos in include files + +commit 8ff7bbc23b12cf094439b1e6e917298856091a37 +Author: Thibaut Paumard +Date: Tue Jan 15 11:26:44 2019 +0100 + + Make branch 'stable'$ identical to 'master' + +commit c015e577e3a9fb0f31ea41166b4f26818341396f +Author: Thibaut Paumard +Date: Tue Jan 15 11:20:10 2019 +0100 Releasing 1.3.0 @@ -27,6 +80,20 @@ Date: Mon Jan 14 10:43:44 2019 +0100 This version works but PatternDisk seems a little buggy. +commit bb242d0e656a1b0910882b63f6099cf154d8d790 +Author: Thibaut Paumard +Date: Mon Jan 14 11:47:18 2019 +0100 + + Releasing 1.3.0~rc1 + +commit 42353a6513778fe7b7102f7e4f41842f520aacd0 +Author: Thibaut Paumard +Date: Mon Jan 14 10:43:44 2019 +0100 + + Fix yorick/check-patterndisk.i + + This version works but PatternDisk seems a little buggy. + commit ee722e43e1e631cd4ba868b83638580c0bbc65ab Author: Frederic Vincent Date: Mon Jan 14 09:11:52 2019 +0100 @@ -854,6 +921,19 @@ Date: Tue Apr 11 09:36:20 2017 +0200 Add Astrobj::NeutronStar +commit ed9c48d85dfc77334b25e68e55f0a03366314d08 +Author: Thibaut Paumard +Date: Sun Feb 5 15:29:02 2017 +0100 + + gyotoy: prefer x11 over wayland + + Gyotoy embeds an Yorick X11 window in a Gtk widget. This does not work + if the Gtk window uses the Wayland backend. Use + gdk_set_allowed_backends() to specify that gyotoy prefers the x11 + backend. + + This works only if gyotoy is started stand-alone. + commit 736002e7a869c8c99a86c9d6599b44e09f492f49 Author: Thibaut Paumard Date: Sun Feb 5 15:29:02 2017 +0100 diff --git a/NEWS b/NEWS index fe83312f..f53bc50c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +1.3.1 2019/01/22 BUG + + * Fix typos and minor bugs + * New macro GYOTO_ERROR to prefix Gyoto::throwError message with + __FILE__:__LINE__ in __PRETTY_FUNCTION__ + * In Spectrum::ThemalBremstrahlung::radiativeQ and alphanu, return + inf instead of throwing an error when dividing a finite number by 0. + 1.3.0 2019/01/10 ABI 7:0:0 * Changed API: for consistency, replace CutOffIneV by CutOff (in diff --git a/configure b/configure index 213a9402..ef4f86d3 100755 --- a/configure +++ b/configure @@ -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.0. +# Generated by GNU Autoconf 2.69 for Gyoto 1.3.1. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Gyoto' PACKAGE_TARNAME='gyoto' -PACKAGE_VERSION='1.3.0' -PACKAGE_STRING='Gyoto 1.3.0' +PACKAGE_VERSION='1.3.1' +PACKAGE_STRING='Gyoto 1.3.1' PACKAGE_BUGREPORT='gyoto@sympa.obspm.fr' PACKAGE_URL='' @@ -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.0 to adapt to many kinds of systems. +\`configure' configures Gyoto 1.3.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -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.0:";; + short | recursive ) echo "Configuration of Gyoto 1.3.1:";; esac cat <<\_ACEOF @@ -1809,7 +1809,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Gyoto configure 1.3.0 +Gyoto configure 1.3.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -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.0, which was +It was created by Gyoto $as_me 1.3.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3484,7 +3484,7 @@ fi # Define the identity of the package. PACKAGE='gyoto' - VERSION='1.3.0' + VERSION='1.3.1' cat >>confdefs.h <<_ACEOF @@ -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.0, which was +This file was extended by Gyoto $as_me 1.3.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -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.0 +Gyoto config.status 1.3.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 0f2b1b7c..6cbc7934 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ dnl without any warranty. AC_PREREQ([2.69]) -AC_INIT([Gyoto], [1.3.0], [gyoto@sympa.obspm.fr]) +AC_INIT([Gyoto], [1.3.1], [gyoto@sympa.obspm.fr]) gyoto_test_CXXFLAGS=${CXXFLAGS+set} gyoto_test_CPPFLAGS=${CPPFLAGS+set} AC_CANONICAL_SYSTEM