[Debian-astro-commits] [gyoto] 01/03: 1.1.3 2016/12/13 BUG This is a backport release of ABI-compatible fixes of 1.2.0 to the 1.1.X branch. * Correctly handle empty stry case in OscilTorus::emittingArea(); * Support enroling MPI_COMM_WORLD in python/example-mpi.py; * Add --version option to gyoto command-line tool.

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Thu Dec 15 17:36:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

thibaut pushed a commit to branch debian-1.1.x
in repository gyoto.

commit 302b395116d3cff93df55bb01d92e060c43b6ca5
Author: Thibaut Paumard <paumard at users.sourceforge.net>
Date:   Tue Dec 13 14:41:58 2016 +0100

    1.1.3 2016/12/13 BUG
       This is a backport release of ABI-compatible fixes of 1.2.0 to
       the 1.1.X branch.
       * Correctly handle empty stry case in OscilTorus::emittingArea();
       * Support enroling MPI_COMM_WORLD in python/example-mpi.py;
       * Add --version option to gyoto command-line tool.
---
 ChangeLog         | 29 ++++++++++++++++++++++++++++-
 NEWS              |  7 +++++++
 README.Developers | 13 +++++++------
 configure         | 22 +++++++++++-----------
 configure.ac      |  4 ++--
 5 files changed, 55 insertions(+), 20 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b1914df..b86d76c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,33 @@
 commit unknown
 Author: Thibaut Paumard <paumard at users.sourceforge.net>
-Date:   Mon Oct 31 11:08:12 2016 +0100
+Date:   Tue, 13 Dec 2016 14:18:33 +0100
+
+    Releasing 1.1.3
+
+commit 1561f09fa182726270c7861183354669fbdff76f
+Author: Thibaut Paumard <paumard at users.sourceforge.net>
+Date:   Mon Dec 12 12:57:47 2016 +0100
+
+    Add --version option to gyoto command-line tool
+
+commit 340875ee303e950dfbd2bfd53d3b52846e2d1df5
+Author: Thibaut Paumard <paumard at users.sourceforge.net>
+Date:   Mon Dec 12 10:45:37 2016 +0100
+
+    Support enroling MPI_COMM_WORLD in python/example-mpi.py
+    
+    Apply the same heuristics and algorithm as in bin/gyoto.C to support
+    mpirun starting the worker process itself.
+
+commit abf51da9a8ced305f1c597cf2b9ac7d1f03f2805
+Author: Thibaut Paumard <paumard at users.sourceforge.net>
+Date:   Sun Dec 11 20:46:35 2016 +0100
+
+    Correctly handle empty stry case in OscilTorus::emittingArea()
+
+commit 22d3e7f974b8f52dbe40b3776bdb2c90d7e9261c
+Author: Thibaut Paumard <paumard at users.sourceforge.net>
+Date:   Sat Dec 10 18:11:35 2016 +0100
 
     Releasing 1.1.2
 
diff --git a/NEWS b/NEWS
index ffaf8e5..0e82589 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.1.3 2016/12/13 BUG
+   This is a backport release of ABI-compatible fixes of 1.2.0 to
+   the 1.1.X branch.
+   * Correctly handle empty stry case in OscilTorus::emittingArea();
+   * Support enroling MPI_COMM_WORLD in python/example-mpi.py;
+   * Add --version option to gyoto command-line tool.
+
 1.1.2 2016/12/10 FTR
    * New Metrics in stdplug: ChernSimons, RezzollaZhidenko.
    * New Astrobjs in stdplug: DeformedTorus, DynamicalDiskBolometric,
diff --git a/README.Developers b/README.Developers
index d6c3ae6..cc2b516 100644
--- a/README.Developers
+++ b/README.Developers
@@ -42,12 +42,13 @@ http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
   Note that this VERSINFO has nothing to do with the Gyoto version.
   + run autoreconf.
 
-* Edit NEWS + add a new entry (or change the one which has not been
-  released yet) + mark the release either "ABI n" if the ABI changed,
-  FTR for addition of features in an ABI-compatible way, "BUG" if its
-  a simple backwards-compatible bugfix release, PKG if only the
-  packaging has been changed.  + document shortly what has changed in
-  Gyoto: new features, significant bug fixes...
+* Edit NEWS
+  + add a new entry (or change the one which has not been released yet)
+  + mark the release either "ABI n" if the ABI changed, "BUG" if its a
+    simple backwards-compatible bugfix release, PKG if only the
+    packaging has been changed.
+  + document shortly what has changed in Gyoto: new features,
+    significant bug fixes...
 
 * Regenerate ChangeLog:
   + run "git log --no-merges > ChangeLog"
diff --git a/configure b/configure
index 294852b..9de0999 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.1.1.
+# Generated by GNU Autoconf 2.69 for Gyoto 1.1.3.
 #
 # Report bugs to <gyoto at sympa.obspm.fr>.
 #
@@ -590,8 +590,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='Gyoto'
 PACKAGE_TARNAME='gyoto'
-PACKAGE_VERSION='1.1.1'
-PACKAGE_STRING='Gyoto 1.1.1'
+PACKAGE_VERSION='1.1.3'
+PACKAGE_STRING='Gyoto 1.1.3'
 PACKAGE_BUGREPORT='gyoto at sympa.obspm.fr'
 PACKAGE_URL=''
 
@@ -1457,7 +1457,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.1.1 to adapt to many kinds of systems.
+\`configure' configures Gyoto 1.1.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1528,7 +1528,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Gyoto 1.1.1:";;
+     short | recursive ) echo "Configuration of Gyoto 1.1.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1723,7 +1723,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Gyoto configure 1.1.1
+Gyoto configure 1.1.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2422,7 +2422,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.1.1, which was
+It was created by Gyoto $as_me 1.1.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3398,7 +3398,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gyoto'
- VERSION='1.1.1'
+ VERSION='1.1.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15656,7 +15656,7 @@ ac_config_headers="$ac_config_headers config.h include/GyotoConfig.h"
 # C: current; R: revision; A: age
 # Linux library name is: libgyoto.so.(C-A).A.R
 VERSINFO_C=5
-VERSINFO_R=2
+VERSINFO_R=3
 VERSINFO_A=0
 VERSINFO=${VERSINFO_C}:${VERSINFO_R}:${VERSINFO_A}
 
@@ -21319,7 +21319,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.1.1, which was
+This file was extended by Gyoto $as_me 1.1.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -21385,7 +21385,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.1.1
+Gyoto config.status 1.1.3
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index d047629..5a43cfb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ dnl without any warranty.
 
 
 AC_PREREQ([2.69])
-AC_INIT([Gyoto], [1.1.1], [gyoto at sympa.obspm.fr])
+AC_INIT([Gyoto], [1.1.3], [gyoto at sympa.obspm.fr])
 gyoto_test_CXXFLAGS=${CXXFLAGS+set}
 gyoto_test_CPPFLAGS=${CPPFLAGS+set}
 AC_CANONICAL_SYSTEM
@@ -27,7 +27,7 @@ AC_SUBST([VERBATIM], [])
 # C: current; R: revision; A: age
 # Linux library name is: libgyoto.so.(C-A).A.R
 VERSINFO_C=5
-VERSINFO_R=2
+VERSINFO_R=3
 VERSINFO_A=0
 VERSINFO=${VERSINFO_C}:${VERSINFO_R}:${VERSINFO_A}
 AC_SUBST([VERSINFO])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/gyoto.git



More information about the Debian-astro-commits mailing list