gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 646e1b3: NEWS file and library soname updated


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 646e1b3: NEWS file and library soname updated for next release
Date: Sun, 11 Feb 2018 11:13:55 -0500 (EST)

branch: master
commit 646e1b34dd5a435e3c8de7abdca24e621bdfb3e3
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    NEWS file and library soname updated for next release
    
    The NEWS file hadn't been prepared to host updates/changes since the 0.5
    release. So a title and empty sections for the next release is now ready to
    host all the different major updates.
    
    Also in preparation for the next release, the library's major soname
    version was updated to 4. In time many changes will certainly be made to
    the library before the next release.
---
 NEWS         | 18 ++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 118c3a7..f0c4a7b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,24 @@
 GNU Astronomy Utilities NEWS                          -*- outline -*-
 
 
+* Noteworthy changes in release A.A (library 4.0.0) (YYYY-MM-DD) [stable]
+
+** New features
+
+** Removed features
+
+** Changed features
+
+** Bug fixes
+
+  Many unused result warnings for asprintf in some compilers (bug #52979).
+
+  Configure time CPPFLAGS and LDFLAGS don't pass to BuildProgram (bug #53122).
+
+
+
+
+
 * Noteworthy changes in release 0.5 (library 3.0.0) (2017-12-22) [stable]
 
 ** New features
diff --git a/configure.ac b/configure.ac
index 0b73dd5..c169f54 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=3
+GAL_CURRENT=4
 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]