texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * NEWS: Add 7.0.2 news. * README-hacking: minor u


From: Gavin D. Smith
Subject: branch master updated: * NEWS: Add 7.0.2 news. * README-hacking: minor updates for release instructions
Date: Sun, 22 Jan 2023 07:58:39 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 946c4c4d4c * NEWS: Add 7.0.2 news. * README-hacking: minor updates for 
release instructions
946c4c4d4c is described below

commit 946c4c4d4c064f712b3d6484fda961958760c733
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Jan 22 12:58:06 2023 +0000

    * NEWS: Add 7.0.2 news.
    * README-hacking: minor updates for release instructions
---
 ChangeLog      |  5 +++++
 NEWS           | 17 +++++++++++++++++
 README-hacking | 21 +++++++++++++++------
 3 files changed, 37 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 450d830e84..e39479f2bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-01-22  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * NEWS: Add 7.0.2 news.
+       * README-hacking: minor updates for release instructions
+
 2023-01-22  Gavin Smith  <gavinsmith0123@gmail.com>
 
        @ref, @xref, @pxref nesting checking.
diff --git a/NEWS b/NEWS
index 565c72967e..9612cac644 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,23 @@ See the manual for detailed information.
  . do not use "/index" as a possible file extension for Info files
 
 
+7.0.2 (22 January 2023)
+This is a bug-fix release with minimal changes.
+
+* texi2any
+  . do not distribute architecture-dependent files
+  . build fixed on OpenIndiana 11
+
+* info
+  . further fix of recoding of UTF-8 files to ASCII
+  . fix check for presence of man pages on Solaris
+
+* install-info
+  . fix build by avoiding function name clash on some platforms
+  . compiler warning re strncat silenced
+
+
+
 7.0.1 (30 November 2022)
 This is a bug-fix release with minimal changes.
 
diff --git a/README-hacking b/README-hacking
index 31c9948f81..1d4d8f3519 100644
--- a/README-hacking
+++ b/README-hacking
@@ -242,9 +242,6 @@ Manual testing:
 . process some manuals with INFO_JS_DIR and check the JS interface is
   not broken.
 
-Have a look at the output of "git status -u" to check for files that
-  should be tracked in git or ignored.
-
 make po-check             # update po/POTFILES.in as needed
 make po_document-check    # update po_document/POTFILES.in as needed
 
@@ -255,14 +252,20 @@ Check "make ccheck" and "make vcheck" work in 
"doc/refcard".
 - Official releases only:
 make V=1 pdf and fix underfull/overfull boxes.
 
+-------------------------------------------------------------------------
 - Final (easy) checks:
 
+Have a look at the output of "git status -u" to check for files that
+  should be tracked in git or ignored.  Check for leftover result
+  files under tp/tests which should be removed.
+
 check OpenCSW build reports at
   https://buildfarm.opencsw.org/buildbot/waterfall?category=texinfo
 Check that translations have been updated, e.g.:
   rsync  -Lrtzv  translationproject.org::tp/latest/texinfo/ po
   rsync  -Lrtzv  translationproject.org::tp/latest/texinfo_document/ \
                  po_document # note the trailing slashes in these commands
+  git status -u to check for new translations
 make
 make update-po            # both po and po_document needed, build a dist first
 Ensure texinfo.tex, texi2dvi, and htmlxref.cnf are updated on ftp.gnu.org.
@@ -279,11 +282,11 @@ check up to date copyright years in files relevant to 
--version calls
 Update version number:
   update version in configure.ac
   version number in texi2dvi, texi2pdf
+  version number in js/info.js
+  version number in txirefcard.tex (offical releases only)
   (cd texindex ; rm texindex.awk ; make)
   (cd tp && ./maintain/change_perl_modules_version.sh auto)
     -- this updates all the version numbers in the Perl modules
-  version number in js/info.js
-  version number in txirefcard.tex (offical releases only)
 
 (cd tp ; maintain/regenerate_file_lists.pl) # list all test results
 
@@ -298,6 +301,8 @@ make distcheck
 (export MALLOC_CHECK_=2; make distcheck)  # repeat until clean
 git commit and push
 
+-------------------------------------------------------------------------
+
 - To do the actual upload:
 pkg=texinfo
 ver=7.0
@@ -327,6 +332,8 @@ cp $tutil/texinfo.dtd $ver
 cvs add -kb $ver $ver/texinfo.dtd
 cvs commit -m$ver $ver
 
+-------------------------------------------------------------------------
+
 
 - When official release is out there ...
 update home page (texinfo.html) and commit as needed.
@@ -339,11 +346,13 @@ Build web documentation with
 
 Copy documentation files to web checkout with, e.g.
   make -C doc \
-  wwwdoc-install www_target=../../TEXINFO_WEB_PAGES/texinfo/manual/
+  wwwdoc-install www_target=../../CVS_WEB/manual/
 Check for removed files with, e.g. ls -ltu $(www_target)/*/html_node, 
 followed by cvs rm -f.  Likewise, check for added files with
 cvs -qn update, followed by cvs add.  When done, run cvs commit.
 
+-------------------------------------------------------------------------
+
 #  Official releases only: Contact root@tug.org to update texinfo at tug.org.
 # If root@tug.org doesn't reply, can try webmaster@tug.org,
 # or (last resort) board@tug.org.



reply via email to

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