gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 05f0c18: Minor corrections after official rele


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 05f0c18: Minor corrections after official release
Date: Wed, 8 Aug 2018 15:47:27 -0400 (EDT)

branch: master
commit 05f0c18394b614221b58f4341d36b5b575c050e0
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Minor corrections after official release
    
    Some minor/basic/necessary corrections were made to prepare Gnuastro to
    finalize the previous release and prepare for the next.
---
 NEWS                      | 18 ++++++++++++++++--
 configure.ac              |  2 +-
 doc/release-checklist.txt |  5 ++---
 3 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index cc941db..ed59ad2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
 GNU Astronomy Utilities NEWS                          -*- outline -*-
 
+* Noteworthy changes in release X.X (library X.X.X) (YYYY-MM-DD) [stable]
+
+** New features
+
+** Removed features
+
+** Changed features
+
+** Bugs fixed
+
+
+
+
+
 * Noteworthy changes in release 0.7 (library 5.0.0) (2018-08-08) [stable]
 
 ** New features
@@ -14,8 +28,8 @@ GNU Astronomy Utilities NEWS                          -*- 
outline -*-
                possibly using it many times.
     - `fill-holes': Flip background (0) pixels surrounded by foreground (1).
     - `collapse-sum': collapse/remove a dimension by summing over it.
-    - `collapse-min': collapse/remove a dimension by using maximum value.
-    - `collapse-max': collapse/remove a dimension by using minimum value.
+    - `collapse-min': collapse/remove a dimension by using minimum value.
+    - `collapse-max': collapse/remove a dimension by using maximum value.
     - `collapse-mean': collapse/remove a dimension by averaging over it.
     - `collapse-number': Number of elements included in the collapse.
 
diff --git a/configure.ac b/configure.ac
index d4562d5..771ca77 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=5
+GAL_CURRENT=6
 GAL_REVISION=0
 GAL_AGE=0
 GAL_LT_VERSION="${GAL_CURRENT}:${GAL_REVISION}:${GAL_AGE}"
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index bd315e8..0fb5272 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -162,7 +162,7 @@ all the commits needed for this release have been completed.
      $ /path/to/gnulib/build-aux/announce-gen --release-type=XXXX          \
               --package-name=gnuastro --previous-version=0.1               \
               --current-version=0.2 --gpg-key-id=$mykeyid                  \
-              --url-directory=https://YYYY.gnu.org/gnu/gnuastro             \
+              --url-directory=https://YYYY.gnu.org/gnu/gnuastro            \
               --archive-suffix=tar.lz > ~/announcement.txt
 
 
@@ -382,8 +382,7 @@ Steps necessary to Package Gnuastro for Debian.
  - Push all the changes to the repository (you can't call `--all' and
    `--tags' together):
 
-     $ git push --all
-     $ git push --tags
+     $ git push --follow-tags
 
 
  - Inform Debian Astro: Ole Streicher (address@hidden) has been



reply via email to

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