gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 629b0d0 2/2: Minor corrections after release c


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 629b0d0 2/2: Minor corrections after release commit
Date: Sun, 23 Oct 2016 22:24:11 +0000 (UTC)

branch: master
commit 629b0d0e989eefa0059a5b255695f065fd5e9ffa
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Minor corrections after release commit
    
    The version number was updated on the webpage, some final corrections were
    also made to the NEWS file and the release-checklist.
---
 NEWS                      |    9 ++-------
 doc/gnuastro-top.html     |    7 ++++---
 doc/release-checklist.txt |   11 ++++++-----
 3 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/NEWS b/NEWS
index 63d80e2..c3f2349 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU Astronomy Utilities NEWS                          -*- outline -*-
 
-* Noteworthy changes in release 0.2-28 (library 1.0.0) (2016-10-24) [alpha]
+* Noteworthy changes in release 0.2-28 (library 1.0.0) (2016-10-23) [alpha]
 
 ** Bug fixes
 
@@ -58,14 +58,12 @@ GNU Astronomy Utilities NEWS                          -*- 
outline -*-
   `--align' option.
 
   ImageWarp can now warp without an input matrix, using the following
-  options: `--sheer', `--flip', `--project', `--rotate', `--scale',
+  options: `--shear', `--flip', `--project', `--rotate', `--scale',
   `--translate'. Any number of these transformations (along with the
   `--align' option) can be called at runtime and they will be applied in
   the same order to create one warping matrix. By default the FITS
   coordinates will also be corrected.
 
-
-
 ** Changes in behavior
 
   When a 2 by 2 matrix is given to ImageWarp, the FITS pixel positions
@@ -76,9 +74,6 @@ GNU Astronomy Utilities NEWS                          -*- 
outline -*-
   description when the Git library is installed on the host system.
 
 
-
-
-
 * Noteworthy changes in release 0.2 (library 0.0.0) (2016-10-03) [stable]
 
 ** Bug fixes
diff --git a/doc/gnuastro-top.html b/doc/gnuastro-top.html
index ce22b95..0fe7711 100644
--- a/doc/gnuastro-top.html
+++ b/doc/gnuastro-top.html
@@ -136,9 +136,10 @@ for entertaining and easy to read real world examples of 
using
        recent than the stable release -->
 
   <br />The current Test release
-  is <a 
href="http://alpha.gnu.org/gnu/gnuastro/gnuastro-0.2-28.tar.gz";>Gnuastro
-  0.2-28</a> (October 24th, 2016).
-  See the <a 
href="http://git.savannah.gnu.org/cgit/gnuastro.git/plain/NEWS";>NEWS</a> file 
for changes.
+  is <a 
href="http://alpha.gnu.org/gnu/gnuastro/gnuastro-0.2.28-34fb.tar.gz";>Gnuastro
+  0.2.28-34fb</a> (October 23rd, 2016).  See
+  the <a 
href="http://git.savannah.gnu.org/cgit/gnuastro.git/plain/NEWS";>NEWS</a>
+  file for changes.
 
   <br />New releases are announced
   in <a 
href="https://lists.gnu.org/mailman/listinfo/info-gnuastro";>info-gnuastro</a>.
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index f53079a..0b6a38d 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -44,7 +44,7 @@ all the commits needed for this release have been completed.
      $ make distcheck -j8
 
 
- - After the `make distcheck' is safely finished, tag the release:
+ - [STABLE]: After the `make distcheck' is safely finished, tag the release:
 
      $ git tag -a gnuastro_vX.X
 
@@ -59,7 +59,6 @@ all the commits needed for this release have been completed.
      $ make distcheck -j8
      $ make dist-lzip
 
-
  - Upload the tarball with the command below: Note that `gnupload'
    uses `ncftpput' which comes with the `ncftp' package. The replaces
    are necessary for the symbolic links.
@@ -76,17 +75,19 @@ all the commits needed for this release have been completed.
                --replace --symlink-regex                                   \
                gnuastro-X.X.tar.gz gnuastro-X.X.tar.lz
 
-
  - Prepare the announcement, this command will calculate the checksums and
    also make the links ready. You just have to add a starting and ending
-   similar to previous announcements in a text editor.
+   similar to previous announcements in a text editor. In the `XXXX', put
+   `ftp' for a stable, and `alpha' for an alpha release.
 
      $ /path/to/gnulib/build-aux/announce-gen --release-type=stable        \
               --package-name=gnuastro --previous-version=0.1               \
               --current-version=0.2 --gpg-key-id=16A8A4B2AEC42AFF          \
-              --url-directory=http://ftp.gnu.org/gnu/gnuastro              \
+              --url-directory=http://XXXX.gnu.org/gnu/gnuastro             \
               --archive-suffix=tar.lz > announcement.txt
 
+ - [ALPHA]: Now that you have the release number, update the link on the
+   main HTML.
 
  - Build the manual in all the formats and upload everything. Note that you
    will need to configure Gnuastro in the main source directory to build



reply via email to

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