diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-09-18 09:11:42 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-09-18 09:11:42 -0600 |
commit | 465e23b898e5a3393b9ae52fc7620002541b2e75 (patch) | |
tree | 26da49712f16b0d9809bf714e9c3be0caffbfab7 | |
parent | bdbf74de24041c8fb4defc1b63b414e4267114af (diff) | |
download | alpine-465e23b898e5a3393b9ae52fc7620002541b2e75.tar.xz |
* new version 2.25
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | alpine/osdep/alpine-splash.bmp | bin | 532098 -> 532098 bytes | |||
-rw-r--r-- | alpine/osdep/mswin.rc | 8 | ||||
-rw-r--r-- | alpine/osdep/mswinver.c | 2 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | doc/man1/alpine.1 | 2 | ||||
-rw-r--r-- | doc/tech-notes/index.html | 2 | ||||
-rw-r--r-- | include/config.wnt.h | 6 | ||||
-rw-r--r-- | mapi/pmapi.c | 2 | ||||
-rw-r--r-- | mapi/pmapi.rc | 8 | ||||
-rw-r--r-- | packages/alpine.spec | 2 | ||||
-rw-r--r-- | pith/pine.hlp | 2 |
12 files changed, 28 insertions, 28 deletions
@@ -1 +1 @@ -2.24.2 +2.25 diff --git a/alpine/osdep/alpine-splash.bmp b/alpine/osdep/alpine-splash.bmp Binary files differindex c1cbda23..9b595cda 100644 --- a/alpine/osdep/alpine-splash.bmp +++ b/alpine/osdep/alpine-splash.bmp diff --git a/alpine/osdep/mswin.rc b/alpine/osdep/mswin.rc index 4b5763f0..c5ed3952 100644 --- a/alpine/osdep/mswin.rc +++ b/alpine/osdep/mswin.rc @@ -244,8 +244,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,24,2,0 - PRODUCTVERSION 2,24,2,0 + FILEVERSION 2,25,0,0 + PRODUCTVERSION 2,25,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -267,12 +267,12 @@ BEGIN #else VALUE "FileDescription", "Alpine\0" #endif - VALUE "FileVersion", "2.24.2\0" + VALUE "FileVersion", "2.25\0" VALUE "InternalName", "alpine\0" VALUE "LegalCopyright", "Copyright 2013-2021 Eduardo Chappa, Copyright 2006-2009 University of Washington\0" VALUE "OriginalFilename", "alpine.exe\0" VALUE "ProductName", "alpine\0" - VALUE "ProductVersion", "2.24.2\0" + VALUE "ProductVersion", "2.25\0" END END BLOCK "VarFileInfo" diff --git a/alpine/osdep/mswinver.c b/alpine/osdep/mswinver.c index 402b7013..9a0e19d5 100644 --- a/alpine/osdep/mswinver.c +++ b/alpine/osdep/mswinver.c @@ -13,7 +13,7 @@ */ #define VER_MAJOR 2 -#define VER_MINOR 24 +#define VER_MINOR 25 extern char datestamp[]; @@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac Rev:29 by chappa@washington.edu. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for alpine 2.24.2. +# Generated by GNU Autoconf 2.69 for alpine 2.25. # # Report bugs to <chappa@washington.edu>. # @@ -591,8 +591,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='alpine' PACKAGE_TARNAME='alpine' -PACKAGE_VERSION='2.24.2' -PACKAGE_STRING='alpine 2.24.2' +PACKAGE_VERSION='2.25' +PACKAGE_STRING='alpine 2.25' PACKAGE_BUGREPORT='chappa@washington.edu' PACKAGE_URL='' @@ -1482,7 +1482,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.24.2 to adapt to many kinds of systems. +\`configure' configures alpine 2.25 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1552,7 +1552,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of alpine 2.24.2:";; + short | recursive ) echo "Configuration of alpine 2.25:";; esac cat <<\_ACEOF @@ -1868,7 +1868,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -alpine configure 2.24.2 +alpine configure 2.25 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2474,7 +2474,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.24.2, which was +It was created by alpine $as_me 2.25, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3343,7 +3343,7 @@ fi # Define the identity of the package. PACKAGE='alpine' - VERSION='2.24.2' + VERSION='2.25' cat >>confdefs.h <<_ACEOF @@ -22302,7 +22302,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.24.2, which was +This file was extended by alpine $as_me 2.25, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22368,7 +22368,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.24.2 +alpine config.status 2.25 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/doc/man1/alpine.1 b/doc/man1/alpine.1 index e5caf0e8..def4e205 100644 --- a/doc/man1/alpine.1 +++ b/doc/man1/alpine.1 @@ -1,4 +1,4 @@ -.TH alpine 1 "Version 2.24.2" +.TH alpine 1 "Version 2.25" .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 bca36a88..f096f4b0 100644 --- a/doc/tech-notes/index.html +++ b/doc/tech-notes/index.html @@ -3,7 +3,7 @@ <BODY> <H1>Alpine Technical Notes</H1> -Version 2.24.2, May 2021 +Version 2.25, September 2021 <H2><A NAME="TOC">Table of Contents</A></H2><P> diff --git a/include/config.wnt.h b/include/config.wnt.h index c45b62c3..ce5a534a 100644 --- a/include/config.wnt.h +++ b/include/config.wnt.h @@ -466,13 +466,13 @@ #define PACKAGE_NAME "alpine" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "alpine 2.24.2" +#define PACKAGE_STRING "alpine 2.25" /* 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.24.2" +#define PACKAGE_VERSION "2.25" /* Program users use to change their password */ /* #undef PASSWD_PROG */ @@ -598,7 +598,7 @@ #define UTF8_INTERNAL /* Version number of package */ -#define VERSION "2.24.2" +#define VERSION "2.25" /* Windows is just too different */ #ifndef _WINDOWS diff --git a/mapi/pmapi.c b/mapi/pmapi.c index c288485f..f9a44f82 100644 --- a/mapi/pmapi.c +++ b/mapi/pmapi.c @@ -1952,7 +1952,7 @@ BOOL APIENTRY DllMain( now = time((time_t *)0); tm_now = localtime(&now); - fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.24.2\r\n"); + fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.25\r\n"); fprintf(ms_global->dfd, " Build date: %s\r\n", datestamp); fprintf(ms_global->dfd, " please report all bugs to chappa@gmx.com\r\n"); diff --git a/mapi/pmapi.rc b/mapi/pmapi.rc index 955e8526..7acb4b28 100644 --- a/mapi/pmapi.rc +++ b/mapi/pmapi.rc @@ -98,8 +98,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,24,2,0 - PRODUCTVERSION 2,24,2,0 + FILEVERSION 2,25,0,0 + PRODUCTVERSION 2,25,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x29L @@ -117,14 +117,14 @@ BEGIN VALUE "Comments", "alpine info: http://repo.or.cz/alpine.git\0" VALUE "CompanyName", "Patches for Alpine\0" VALUE "FileDescription", "Simple MAPI DLL for Alpine for Windows\0" - VALUE "FileVersion", "2.24.2\0" + VALUE "FileVersion", "2.25\0" VALUE "InternalName", "pmapi32\0" VALUE "LegalCopyright", "Copyright ? University of Washington 2006-2009, Eduardo Chappa 2013-2014\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.24.2\0" + VALUE "ProductVersion", "2.25\0" VALUE "SpecialBuild", " \0" END END diff --git a/packages/alpine.spec b/packages/alpine.spec index 23b6a7f3..7c82a3fe 100644 --- a/packages/alpine.spec +++ b/packages/alpine.spec @@ -1,6 +1,6 @@ Summary: Alpine mail user agent Name: alpine -Version: 2.24.2 +Version: 2.25 Release: 1 License: Apache License Group: Applications/Mail diff --git a/pith/pine.hlp b/pith/pine.hlp index c798d471..0c142065 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 591 2021-09-13 00:36:24 +Alpine Commit 592 2021-09-18 09:01:17 ============= h_news ================= <HTML> <HEAD> |