gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 14b5deb 2/2: Configuration: incremented the li


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 14b5deb 2/2: Configuration: incremented the library soname version
Date: Sun, 30 May 2021 19:35:56 -0400 (EDT)

branch: master
commit 14b5deb6c0f7c954c3242083aced57dabd5b6e3c
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Configuration: incremented the library soname version
    
    With the official release of Gnuastro 0.15 and in order to avoid mixing the
    libraries with previous versions (as we make changes in the library), the
    library soname in the Git history has been incremented to 13.0.0.
    
    I also added empty titles in the NEWS file for future notes.
---
 NEWS         | 16 ++++++++++++++--
 configure.ac |  2 +-
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index f1b5703..15f65fd 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,20 @@ GNU Astronomy Utilities NEWS                          -*- 
outline -*-
 Copyright (C) 2015-2021 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
+* Noteworthy changes in release 0.XX (library XX.0.0) (XXXX-XX-XX) [stable]
+
+** New features
+
+** Removed features
+
+** Changed features
+
+** Bugs fixed
+
+
+
+
+
 * Noteworthy changes in release 0.15 (library 13.0.0) (2021-05-30) [stable]
 
 ** New features
@@ -225,7 +239,6 @@ See the end of the file for license conditions.
      above), the efficiency of this script has improved dramatically (from
      19 seconds to 0.42 seconds for about 650 FITS files used in the
      test!).
-
    - The default end to a "night" is set to 11:00a.m. Until now it was
      9:00a.m. But in some cases, calibration images may be taken after
      that. So to be safer in general it was incremented by 2 hours.
@@ -238,7 +251,6 @@ See the end of the file for license conditions.
      are also written into the output table(s), see the "MakeCatalog
      output" section of the book for more: 'SBLSTD', 'SBLNSIG', 'SBLMAGPX',
      'SBLAREA', 'SBLMAG'.
-
    - Upper-limit (UP) settings are also written into the output tables as
      keywords (like surface brightness limit numbers above): 'UPNSIGMA',
      'UPNUMBER', 'UPRNGNAM', 'UPRNGSEE', 'UPSCMLTP', 'UPSCTOL'.
diff --git a/configure.ac b/configure.ac
index bd2e865..771bb48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ AC_CONFIG_MACRO_DIRS([bootstrapped/m4])
 
 # Library version, see the GNU Libtool manual ("Library interface versions"
 # section for the exact definition of each) for
-GAL_CURRENT=13
+GAL_CURRENT=14
 GAL_REVISION=0
 GAL_AGE=0
 GAL_LT_VERSION="${GAL_CURRENT}:${GAL_REVISION}:${GAL_AGE}"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]