gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 12f0d6f: Pushing tags in Debian release notes


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 12f0d6f: Pushing tags in Debian release notes
Date: Wed, 23 Aug 2017 08:17:03 -0400 (EDT)

branch: master
commit 12f0d6f8552f3b6bb753661e387df3d74c5a2c59
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Pushing tags in Debian release notes
    
    In the Debian release checklist, we weren't pushing the created tags onto
    the repo (informed by Ole Streicher). So a `--tags' was added to the final
    `git push' command. Also, `origin' was removed, because it is irrelevant.
    
    Also, the NEWS file was updated to say that all programs can now benefit
    from the reading of CRLF line terminator ASCII text files. From the
    previous version of the NEWS file, normal user might think that it is only
    possible in the libraries.
---
 NEWS                      | 11 +++++++----
 doc/release-checklist.txt |  2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 657325b..14cfc9a 100644
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,12 @@ GNU Astronomy Utilities NEWS                          -*- 
outline -*-
 
 ** New features
 
-  `.fit' suffix is now also recognized as a FITS file extension in all
-  programs and libraries.
+  All programs: `.fit' suffix is now also recognized as a FITS file
+  extension in all programs and libraries.
+
+  All programs: ASCII text files (tables) created with CRLF line
+  terminators (for example text files created in MS Windows) are now also
+  readable as input when necessary.
 
   Arithmetic: now has a new `--globalhdu' (`-g') option which can be used
   once for all the input images.
@@ -33,8 +37,7 @@ GNU Astronomy Utilities NEWS                          -*- 
outline -*-
 
   Library: Functions that read data from an ASCII text file
   (`gal_txt_table_info', `gal_txt_table_read', `gal_txt_image_read') now
-  also operate on files with CRLF line terminators (for example text files
-  created in MS Windows).
+  also operate on files with CRLF line terminators.
 
 ** Removed features
 
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index 8239932..9b0d78e 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -236,6 +236,6 @@ Steps necessary to Package Gnuastro for Debian.
 
  - Push all the changes to the repository:
 
-     $ git push --all origin
+     $ git push --all --tags
 
  - Inform Debian Astro.



reply via email to

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