commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. inetutils-1_6-150-g91eac07


From: Alfred M. Szmidt
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_6-150-g91eac07
Date: Sun, 13 Dec 2009 16:01:52 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  91eac07b074f78bb1ce9b74d0bc141ad9e1f4325 (commit)
       via  2db20188eefa610e4aac273e1f793a3ce37ed729 (commit)
       via  45985cebb617036d9a5041e838ad37a62720e197 (commit)
      from  abe9d45ca6aac91a608f31c889876732ad85f991 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=91eac07b074f78bb1ce9b74d0bc141ad9e1f4325


commit 91eac07b074f78bb1ce9b74d0bc141ad9e1f4325
Author: Alfred M. Szmidt <address@hidden>
Date:   Sun Dec 13 16:57:55 2009 +0100

    Updated.  (silent change)

diff --git a/README b/README
index fe06ba2..f854d04 100644
--- a/README
+++ b/README
@@ -51,11 +51,9 @@ Notes:
    communication.
 
 Some known deficiencies:
- o Many programs do not support long options, such as --version or
-   --help.
- o The authentication and encryption options have not been tested.
- o GNU Inetutils does not work on Solaris.  Patches to make GNU
-   Inetutils work on Solaris are happily accepted.
+
+ - GNU Inetutils does not work on Solaris.  Patches to make GNU
+   inetutils work on Solaris are happily accepted.
 
 See the file INSTALL for installation instructions.
 
diff --git a/README-alpha b/README-alpha
index e6de4cc..c835885 100644
--- a/README-alpha
+++ b/README-alpha
@@ -97,6 +97,14 @@ available from <http://autobuild.josefsson.org/inetutils/>
 Statistics based on Git commit logs are available from
 <http://gitstats.josefsson.org/inetutils/>.
 
+* Release procedures
+
+[This is only useful for the maintainers of GNU inetutils.]
+
+To make an release issue the following commands:
+
+make alpha
+
 * Copyright information
 
 Permission is granted to anyone to make or distribute verbatim copies

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=2db20188eefa610e4aac273e1f793a3ce37ed729


commit 2db20188eefa610e4aac273e1f793a3ce37ed729
Author: Alfred M. Szmidt <address@hidden>
Date:   Sun Dec 13 16:53:31 2009 +0100

    cfg.mk (release-prep-hook): New variable.

diff --git a/ChangeLog b/ChangeLog
index 72e1689..bf6c4db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-13  Alfred M. Szmidt  <address@hidden>
+
+       * cfg.mk (release-prep-hook): New variable.
+
 2009-12-11  Simon Josefsson  <address@hidden>
 
        * tests/Makefile.am (EXTRA_DIST): Remove variable.
diff --git a/cfg.mk b/cfg.mk
index e2d64e9..e20313c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -47,3 +47,5 @@ web-coverage:
 upload-web-coverage:
        cd $(htmldir) && \
                cvs commit -m "Update." coverage
+
+release-prep-hook =

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=45985cebb617036d9a5041e838ad37a62720e197


commit 45985cebb617036d9a5041e838ad37a62720e197
Author: Alfred M. Szmidt <address@hidden>
Date:   Sun Dec 13 16:52:54 2009 +0100

    Fix ChangeLog entries.  (silent change)

diff --git a/ChangeLog b/ChangeLog
index 86175af..72e1689 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,32 +19,54 @@
 
 2009-12-08  Simon Josefsson  <address@hidden>
 
-       * tftp/main.c: Include argp.h, libinetutils.h, progname.h.
+       * tftp/main.c: Include <argp.h>, <libinetutils.h>, "progname.h".
        (program_name): Removed variable.
-       (args_doc): New variable.
-       (doc): New variable.
-       (argp_options): New variable.
-       (hostport_argv): New variable.
-       (hostport_argc): New variable.
+       (argp, args_doc, doc, argp_options, hostport_argv, hostport_argc):
+       New variable.
        (parse_opt): New function.
-       (argp): New variable.
        (main): Use progname and argp.
        * man/Makefile.am (all): Add tftp.1 and tftpd.1.
-       (dist_man1_MANS): Conditionally add tftp.1 and tftpd.1.
+       (dist_man1_MANS) [ENABLE_tftp]: Add tftp.1.
+       (dist_man1_MANS) [ENABLE_tftpd]: Add tftpd.1.
        * NEWS: Updated.
 
 2009-12-08  Simon Josefsson  <address@hidden>
 
-       * man/Makefile.am (all): New variable with all man pages.
+       * man/Makefile.am (all): New variable.
        (EXTRA_DIST): Use $(all).
-       (MAINTAINERCLEANFILES): Likewise.
-       Suggested by Alfred M. Szmidt <address@hidden>.
+       (MAINTAINERCLEANFILES): Likewise.  Suggested by Alfred M. Szmidt
+       <address@hidden>.
 
 2009-12-08  Simon Josefsson  <address@hidden>
 
-       * man/Makefile.am: Only enable building of man pages for tools
-       that are enabled.  Reported by Ludovic Courtès <address@hidden>.
-       * am/enable.m4: Specify a conditional for every tool.
+       * man/Makefile.am (dist_man1_MANS): Variable cleared.
+       (dist_man1_MANS) [ENABLE_hostname]: Add `hostname.1'.
+       (dist_man1_MANS) [ENABLE_ifconfig]: Add `ifconfig.1'.
+       (dist_man1_MANS) [ENABLE_inetd]: Add `inetd.1'.
+       (dist_man1_MANS) [ENABLE_ftp]: Add `ftp.1'.
+       (dist_man1_MANS) [ENABLE_ftpd]: Add `ftpd.1'.
+       (dist_man1_MANS) [ENABLE_logger]: Add `logger.1'.
+       (dist_man1_MANS) [ENABLE_ping]: Add `ping.1'.
+       (dist_man1_MANS) [ENABLE_rcp]: Add `rcp.1'.
+       (dist_man1_MANS) [ENABLE_rexec]: Add `rexec.1'.
+       (dist_man1_MANS) [ENABLE_rexecd]: Add `rexecd.1'.
+       (dist_man1_MANS) [ENABLE_rlogin]: Add `rlogin.1'.
+       (dist_man1_MANS) [ENABLE_rlogind]: Add `rlogind.1'.
+       (dist_man1_MANS) [ENABLE_rsh]: Add `rsh.1'.
+       (dist_man1_MANS) [ENABLE_rshd]: Add `rshd.1'.
+       (dist_man1_MANS) [ENABLE_syslogd]: Add `syslogd.1'.
+       (dist_man1_MANS) [ENABLE_talk]: Add `talk.1'.
+       (dist_man1_MANS) [ENABLE_talkd]: Add `talkd.1'.
+       (dist_man1_MANS) [ENABLE_telnet]: Add `telnet.1'.
+       (dist_man1_MANS) [ENABLE_telnetd]: Add `telnetd.1'.
+       (dist_man1_MANS) [ENABLE_traceroute]: Add `traceroute.1'.
+       (dist_man1_MANS) [ENABLE_uucpd]: Add `uucpd.1'.
+       (dist_man1_MANS) [ENABLE_whois]: Add `whois.1'.
+       (man_aux): Variable removed.
+       (EXTRA_DIST): Set it directly instead of via man_aux.
+       * am/enable.m4 (IU_ENABLE_FOO): Export ENABLE_foo.
+
+       Reported by Ludovic Courtès <address@hidden>.
 
 2009-12-08  Simon Josefsson  <address@hidden>
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |   54 ++++++++++++++++++++++++++++++++++++++++--------------
 README       |    8 +++-----
 README-alpha |    8 ++++++++
 cfg.mk       |    2 ++
 4 files changed, 53 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 




reply via email to

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