gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 35c41d59: Updated library SONAME version


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 35c41d59: Updated library SONAME version
Date: Fri, 20 Oct 2023 12:40:06 -0400 (EDT)

branch: master
commit 35c41d59f73f17ccff998abf355a1bc172a418d4
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Updated library SONAME version
    
    Until now, we were working with the stable Gnuastro 0.21, but from now on,
    the next commits will be the development version for the next release.
    
    With this commit, the necessary changes have been implemented:
      - The development notice has been added at the start of the book.
      - The people who found bugs or suggested changes were removed (I had
        forgot to delete them in the 0.21 commit).
      - The library SONAME has been updated.
      - A minor improvement in the release checklist has been implemented.
---
 configure.ac                 |  2 +-
 doc/announce-acknowledge.txt | 14 --------------
 doc/gnuastro.texi            | 22 +++++++++++-----------
 doc/release-checklist.txt    |  3 +--
 4 files changed, 13 insertions(+), 28 deletions(-)

diff --git a/configure.ac b/configure.ac
index dce2b747..615d1c77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,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=19
+GAL_CURRENT=20
 GAL_REVISION=0
 GAL_AGE=0
 GAL_LT_VERSION="${GAL_CURRENT}:${GAL_REVISION}:${GAL_AGE}"
diff --git a/doc/announce-acknowledge.txt b/doc/announce-acknowledge.txt
index 5705d898..1976a931 100644
--- a/doc/announce-acknowledge.txt
+++ b/doc/announce-acknowledge.txt
@@ -1,19 +1,5 @@
 Alphabetically ordered list to acknowledge in the next release.
 
-Aaron Watkins
-Agata Rożek
-Colin Orion Chandler
-Irene Pintos-Castro
-Michael Stein
-Rashid Yaaqib
-Raul Infante-Sainz
-Ryan Begley
-S. Zahra Hosseini Shahisavandi
-Sebastian Luna-Valero
-Sepideh Eskandarlou
-Teet Kuumta
-Zahra Sharbaf
-Zohreh Ghaffari
 
 
 
diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index c3cdc814..70b127c6 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -150,17 +150,17 @@ A copy of the license is included in the section entitled 
``GNU Free Documentati
 @subtitle
 @subtitle
 @end iftex
-@c @subtitle @strong{Important note:}
-@c @subtitle This is an @strong{under-development} Gnuastro release 
(bleeding-edge!).
-@c @subtitle It is not yet officially released.
-@c @subtitle The source tarball corresponding to this version is (temporarily) 
available at this URL:
-@c @subtitle @url{http://akhlaghi.org/src/gnuastro-@value{VERSION}.tar.lz}
-@c @subtitle (the tarball link above will not be available after the next 
official release)
-@c @subtitle The most recent under-development source and its corresponding 
book are available at:
-@c @subtitle @url{http://akhlaghi.org/gnuastro.pdf}
-@c @subtitle @url{http://akhlaghi.org/gnuastro-latest.tar.lz}
-@c @subtitle To stay up to date with Gnuastro's official releases, please 
subscribe to this mailing list:
-@c @subtitle @url{https://lists.gnu.org/mailman/listinfo/info-gnuastro}
+@subtitle @strong{Important note:}
+@subtitle This is an @strong{under-development} Gnuastro release 
(bleeding-edge!).
+@subtitle It is not yet officially released.
+@subtitle The source tarball corresponding to this version is (temporarily) 
available at this URL:
+@subtitle @url{http://akhlaghi.org/src/gnuastro-@value{VERSION}.tar.lz}
+@subtitle (the tarball link above will not be available after the next 
official release)
+@subtitle The most recent under-development source and its corresponding book 
are available at:
+@subtitle @url{http://akhlaghi.org/gnuastro.pdf}
+@subtitle @url{http://akhlaghi.org/gnuastro-latest.tar.lz}
+@subtitle To stay up to date with Gnuastro's official releases, please 
subscribe to this mailing list:
+@subtitle @url{https://lists.gnu.org/mailman/listinfo/info-gnuastro}
 @author Mohammad Akhlaghi
 
 @page
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index 9cd80882..7e3063b8 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -249,8 +249,7 @@ all the commits needed for this release have been completed.
    - Delete the temporary tags and files:
 
      $ rm gnuastro-0.XXXX.tar.*
-     $ git tag -d vXXXX
-     $ git tag -d vYYYY
+     $ git tag -d vXXXX vYYYY
 
 
  - Based on previous announcements, add an intro, the NEWS file and the



reply via email to

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