summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-03-26 15:04:26 -0600
committerEduardo Chappa <chappa@washington.edu>2016-03-26 15:04:26 -0600
commit09b9ebff5bbc8d1fe42139beceeb11eda32cf65b (patch)
tree820b8f5627066d4a4d71470812b43e1a21db49e8
parent3663a2fa89721e3568fdb10b4dffeea0a8670eaf (diff)
downloadalpine-09b9ebff5bbc8d1fe42139beceeb11eda32cf65b.tar.xz
* New version 2.20.12.
-rw-r--r--VERSION2
-rw-r--r--alpine/osdep/mswin.rc8
-rwxr-xr-xconfigure20
-rw-r--r--doc/man1/alpine.12
-rw-r--r--doc/tech-notes/index.html2
-rw-r--r--include/config.wnt.h6
-rw-r--r--mapi/pmapi.c2
-rw-r--r--mapi/pmapi.rc8
8 files changed, 25 insertions, 25 deletions
diff --git a/VERSION b/VERSION
index b14b0cf9..f5f9b725 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.20.11
+2.20.12
diff --git a/alpine/osdep/mswin.rc b/alpine/osdep/mswin.rc
index 8061ac8d..2d6dc6a9 100644
--- a/alpine/osdep/mswin.rc
+++ b/alpine/osdep/mswin.rc
@@ -244,8 +244,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,20,11,0
- PRODUCTVERSION 2,20,11,0
+ FILEVERSION 2,20,12,0
+ PRODUCTVERSION 2,20,12,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -267,12 +267,12 @@ BEGIN
#else
VALUE "FileDescription", "Alpine\0"
#endif
- VALUE "FileVersion", "2.20.11\0"
+ VALUE "FileVersion", "2.20.12\0"
VALUE "InternalName", "alpine\0"
VALUE "LegalCopyright", "Copyright 2006-2009 University of Washington, Copyright 2013-2014\0"
VALUE "OriginalFilename", "alpine.exe\0"
VALUE "ProductName", "alpine\0"
- VALUE "ProductVersion", "2.20.11\0"
+ VALUE "ProductVersion", "2.20.12\0"
END
END
BLOCK "VarFileInfo"
diff --git a/configure b/configure
index 47a13393..776d3824 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac Rev:18 by chappa@washington.edu.
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for alpine 2.20.11.
+# Generated by GNU Autoconf 2.69 for alpine 2.20.12.
#
# Report bugs to <chappa@washington.edu>.
#
@@ -591,8 +591,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='alpine'
PACKAGE_TARNAME='alpine'
-PACKAGE_VERSION='2.20.11'
-PACKAGE_STRING='alpine 2.20.11'
+PACKAGE_VERSION='2.20.12'
+PACKAGE_STRING='alpine 2.20.12'
PACKAGE_BUGREPORT='chappa@washington.edu'
PACKAGE_URL=''
@@ -1466,7 +1466,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.20.11 to adapt to many kinds of systems.
+\`configure' configures alpine 2.20.12 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1536,7 +1536,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of alpine 2.20.11:";;
+ short | recursive ) echo "Configuration of alpine 2.20.12:";;
esac
cat <<\_ACEOF
@@ -1830,7 +1830,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-alpine configure 2.20.11
+alpine configure 2.20.12
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2436,7 +2436,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.20.11, which was
+It was created by alpine $as_me 2.20.12, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3305,7 +3305,7 @@ fi
# Define the identity of the package.
PACKAGE='alpine'
- VERSION='2.20.11'
+ VERSION='2.20.12'
cat >>confdefs.h <<_ACEOF
@@ -21256,7 +21256,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.20.11, which was
+This file was extended by alpine $as_me 2.20.12, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -21322,7 +21322,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.20.11
+alpine config.status 2.20.12
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 5b014e92..8d94b67e 100644
--- a/doc/man1/alpine.1
+++ b/doc/man1/alpine.1
@@ -1,4 +1,4 @@
-.TH alpine 1 "Version 2.20.11"
+.TH alpine 1 "Version 2.20.12"
.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 2fd29e41..c002fe9d 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.20.11, February 2016
+Version 2.20.12, March 2016
<H2><A NAME="TOC">Table of Contents</A></H2><P>
diff --git a/include/config.wnt.h b/include/config.wnt.h
index e95f5848..1ee37c3f 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.20.11"
+#define PACKAGE_STRING "alpine 2.20.12"
/* 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.20.11"
+#define PACKAGE_VERSION "2.20.12"
/* Program users use to change their password */
/* #undef PASSWD_PROG */
@@ -552,7 +552,7 @@
#define UTF8_INTERNAL
/* Version number of package */
-#define VERSION "2.20.11"
+#define VERSION "2.20.12"
/* Windows is just too different */
#ifndef _WINDOWS
diff --git a/mapi/pmapi.c b/mapi/pmapi.c
index 9df67ee8..ce976bf2 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.20.11\r\n");
+ fprintf(ms_global->dfd, "pmapi32.dll for Alpine Version 2.20.12\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 cb362062..5518164a 100644
--- a/mapi/pmapi.rc
+++ b/mapi/pmapi.rc
@@ -98,8 +98,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,20,11,0
- PRODUCTVERSION 2,20,11,0
+ FILEVERSION 2,20,12,0
+ PRODUCTVERSION 2,20,12,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x29L
@@ -117,14 +117,14 @@ BEGIN
VALUE "Comments", "alpine info: http://patches.freeiz.com/alpine\0"
VALUE "CompanyName", "Patches for Alpine\0"
VALUE "FileDescription", "Simple MAPI DLL for Alpine for Windows\0"
- VALUE "FileVersion", "2.20.11\0"
+ VALUE "FileVersion", "2.20.12\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.20.11\0"
+ VALUE "ProductVersion", "2.20.12\0"
VALUE "SpecialBuild", " \0"
END
END