From 4a1cb9fd5554ef858945894a4dbe36e55f965934 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 9 Feb 2014 21:12:19 -0700 Subject: [PATCH] * Update to version 2.19.6 * Fixes to documentation to update old washington.edu/alpine site for patches.freeiz.com/alpine/ --- VERSION | 2 +- alpine/Makefile.in | 1 + alpine/osdep/mswin.rc | 4 ++-- configure | 20 ++++++++++---------- doc/alpine.1 | 2 +- doc/tech-notes/index.html | 2 +- doc/tech-notes/tech-notes.txt | 2 +- include/config.wnt.h | 6 +++--- mapi/pmapi.rc | 4 ++-- pith/pine.hlp | 41 ++++++++++++++--------------------------- po/Makefile.in | 2 +- 11 files changed, 37 insertions(+), 49 deletions(-) diff --git a/VERSION b/VERSION index 21be78b..417faf2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.19.5 +2.19.6 diff --git a/alpine/Makefile.in b/alpine/Makefile.in index 77d07f1..3ed80f6 100644 --- a/alpine/Makefile.in +++ b/alpine/Makefile.in @@ -338,6 +338,7 @@ AM_CPPFLAGS = -I@top_builddir@/include -I@top_srcdir@/include -DLOCALEDIR=\"$(lo CLEANFILES = date.c all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-recursive + rm -f date.c .SUFFIXES: .SUFFIXES: .c .lo .o .obj diff --git a/alpine/osdep/mswin.rc b/alpine/osdep/mswin.rc index 5f8a35f..c1317ec 100644 --- a/alpine/osdep/mswin.rc +++ b/alpine/osdep/mswin.rc @@ -267,12 +267,12 @@ BEGIN #else VALUE "FileDescription", "Alpine\0" #endif - VALUE "FileVersion", "2.19.5\0" + VALUE "FileVersion", "2.19.6\0" VALUE "InternalName", "alpine\0" VALUE "LegalCopyright", "Copyright 2006-2009\0" VALUE "OriginalFilename", "alpine.exe\0" VALUE "ProductName", "alpine\0" - VALUE "ProductVersion", "2.19.5\0" + VALUE "ProductVersion", "2.19.6\0" END END BLOCK "VarFileInfo" diff --git a/configure b/configure index f93d20f..2408f29 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac Rev:8 by chappa@washington.edu. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for alpine 2.19.5. +# Generated by GNU Autoconf 2.69 for alpine 2.19.6. # # Report bugs to . # @@ -730,8 +730,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='alpine' PACKAGE_TARNAME='alpine' -PACKAGE_VERSION='2.19.5' -PACKAGE_STRING='alpine 2.19.5' +PACKAGE_VERSION='2.19.6' +PACKAGE_STRING='alpine 2.19.6' PACKAGE_BUGREPORT='chappa@washington.edu' PACKAGE_URL='' @@ -1596,7 +1596,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures alpine 2.19.5 to adapt to many kinds of systems. +\`configure' configures alpine 2.19.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1666,7 +1666,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of alpine 2.19.5:";; + short | recursive ) echo "Configuration of alpine 2.19.6:";; esac cat <<\_ACEOF @@ -1952,7 +1952,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -alpine configure 2.19.5 +alpine configure 2.19.6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2558,7 +2558,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by alpine $as_me 2.19.5, which was +It was created by alpine $as_me 2.19.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3379,7 +3379,7 @@ fi # Define the identity of the package. PACKAGE='alpine' - VERSION='2.19.5' + VERSION='2.19.6' cat >>confdefs.h <<_ACEOF @@ -20335,7 +20335,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by alpine $as_me 2.19.5, which was +This file was extended by alpine $as_me 2.19.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20401,7 +20401,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -alpine config.status 2.19.5 +alpine config.status 2.19.6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/doc/alpine.1 b/doc/alpine.1 index c295a45..9810e1a 100644 --- a/doc/alpine.1 +++ b/doc/alpine.1 @@ -1,4 +1,4 @@ -.TH alpine 1 "Version 2.19.5" +.TH alpine 1 "Version 2.19.6" .SH NAME alpine \- an Alternatively Licensed Program for Internet News and Email .SH SYNTAX diff --git a/doc/tech-notes/index.html b/doc/tech-notes/index.html index 0852827..180e857 100644 --- a/doc/tech-notes/index.html +++ b/doc/tech-notes/index.html @@ -3,7 +3,7 @@

Alpine Technical Notes

-Version 2.19.5, February 2014 +Version 2.19.6, February 2014

Table of Contents

diff --git a/doc/tech-notes/tech-notes.txt b/doc/tech-notes/tech-notes.txt index 7b4a966..422b061 100644 --- a/doc/tech-notes/tech-notes.txt +++ b/doc/tech-notes/tech-notes.txt @@ -1,7 +1,7 @@ Alpine Technical Notes - Version 2.19.5, February 2014 + Version 2.19.6, February 2014 Table of Contents diff --git a/include/config.wnt.h b/include/config.wnt.h index a208b4f..630807e 100644 --- a/include/config.wnt.h +++ b/include/config.wnt.h @@ -454,13 +454,13 @@ #define PACKAGE_NAME "alpine" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "alpine 2.19.5" +#define PACKAGE_STRING "alpine 2.19.6" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "alpine" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.19.5" +#define PACKAGE_VERSION "2.19.6" /* Program users use to change their password */ /* #undef PASSWD_PROG */ @@ -552,7 +552,7 @@ #define UTF8_INTERNAL /* Version number of package */ -#define VERSION "2.19.5" +#define VERSION "2.19.6" /* Windows is just too different */ #ifndef _WINDOWS diff --git a/mapi/pmapi.rc b/mapi/pmapi.rc index edbf594..a758e70 100644 --- a/mapi/pmapi.rc +++ b/mapi/pmapi.rc @@ -117,14 +117,14 @@ BEGIN VALUE "Comments", "alpine info: http://www.washington.edu/alpine\0" VALUE "CompanyName", "University of Washington\0" VALUE "FileDescription", "Simple MAPI DLL for Alpine for Windows\0" - VALUE "FileVersion", "2.19.5\0" + VALUE "FileVersion", "2.19.6\0" VALUE "InternalName", "pmapi32\0" VALUE "LegalCopyright", "Copyright ? 2006-2009\0" VALUE "LegalTrademarks", "Apache License, Version 2.0\0" VALUE "OriginalFilename", "pmapi32.dll\0" VALUE "PrivateBuild", " \0" VALUE "ProductName", "Simple MAPI for Alpine for Windows\0" - VALUE "ProductVersion", "2.19.5\0" + VALUE "ProductVersion", "2.19.6\0" VALUE "SpecialBuild", " \0" END END diff --git a/pith/pine.hlp b/pith/pine.hlp index 9d36237..b2ac8b1 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 43 2014-02-09 15:14:42 +Alpine Commit 44 2014-02-09 21:12:14 ============= h_news ================= @@ -154,6 +154,8 @@ Version () (built ) + +

Copyright 2013-2014 Eduardo Chappa
Copyright 2006-2008 University of Washington @@ -657,7 +659,7 @@ accessible via the "?" key (or Ctrl-G in text-input contexts). The most current source of information about Alpine, including new version availability, is the web page at

-

http://www.washington.edu/alpine/
+
http://patches.freeiz.com/alpine/
@@ -679,17 +681,16 @@ Alpine mailbox and IMAP server access is provided by the IMAP Toolkit Environment (c-client library) version .

-Alpine was developed by the Office of Computing & Communications at -the University of Washington in Seattle. A more complete list of -principal players and key contributors can be found on the credits Web -page at - -

-

http://www.washington.edu/alpine/credits
+Alpine was developed until 2009 by the Office of Computing +& Communications at the University of Washington in Seattle. +Since then, the effort of developing Alpine has been continued by +a community of volunteers who dedicate their time to make a good software +even better! +software

-Alpine Copyright 2013-2014 Eduardo Chappa, -Copyright 2006-2008 University of Washington. +Alpine Copyright 2013-2014 Eduardo Chappa, +
Copyright 2006-2008 University of Washington.

Additional legal notices can be found here @@ -1718,14 +1719,10 @@ to browse the release notes. These include changes since the last release, configuration information, the history of the Alpine project, credits, and legal notices. -Alpine files and documentation are available via FTP or WWW: +Alpine releases are available via the world wide web at

ftp://ftp.cac.washington.edu/alpine/ -
-or -
http://www.washington.edu/alpine/http://patches.freeiz.com/alpine/release/

@@ -2629,16 +2626,6 @@ help section explaining where to look for get assistance.

-Please note: Alpine has been adapted to several other operating systems -besides those directly supported by the University of Washington; see: -

-

http://www.washington.edu/alpine/overview/non-UW.html
- -

-Inquiries about these other ports (e.g., VMS and AmigaDOS) should be -directed to the individual or group that did the adaptation. -

-

Eduardo Chappa <chappa@gmx.com>
diff --git a/po/Makefile.in b/po/Makefile.in index 62c8f16..a76b6a3 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -11,7 +11,7 @@ # Origin: gettext-0.16 PACKAGE = alpine -VERSION = 2.19.5 +VERSION = 2.19.6 PACKAGE_BUGREPORT = chappa@washington.edu SHELL = /bin/sh -- 2.11.4.GIT