[gmime/gmime-2-4] Bumped version to 2.4.31
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime/gmime-2-4] Bumped version to 2.4.31
- Date: Sun, 8 Jan 2012 17:05:44 +0000 (UTC)
commit c51a51710267cc292c30329cf0d2ae3e626cb207
Author: Jeffrey Stedfast <fejj gnome org>
Date: Sun Jan 8 12:05:19 2012 -0500
Bumped version to 2.4.31
2012-01-08 Jeffrey Stedfast <fejj gnome org>
* README: Bumped version
* configure.in: Bumped version to 2.4.31
* build/vs2008/gmime.vcproj: Bumped version.
ChangeLog | 8 ++++++++
README | 2 +-
build/vs2008/gmime.vcproj | 4 ++--
configure.in | 2 +-
tests/test-pgp.c | 2 +-
tests/test-pgpmime.c | 2 +-
6 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 7ba96d4..738a938 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2012-01-08 Jeffrey Stedfast <fejj gnome org>
+ * README: Bumped version
+
+ * configure.in: Bumped version to 2.4.31
+
+ * build/vs2008/gmime.vcproj: Bumped version.
+
+2012-01-08 Jeffrey Stedfast <fejj gnome org>
+
Fix for bug #667070
* configure.in: Fixed Docbook checks for the html and pdf converters.
diff --git a/README b/README
index 5b3a33a..0fa7d4f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- GMime, version 2.4.30
+ GMime, version 2.4.31
by Jeffrey Stedfast <fejj gnome org>
diff --git a/build/vs2008/gmime.vcproj b/build/vs2008/gmime.vcproj
index 281d99e..8345fb5 100644
--- a/build/vs2008/gmime.vcproj
+++ b/build/vs2008/gmime.vcproj
@@ -41,7 +41,7 @@
/>
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions="/D "GMIME_MAJOR_VERSION"="2" /D "GMIME_MINOR_VERSION"="4" /D "GMIME_MICRO_VERSION"="30""
+ AdditionalOptions="/D "GMIME_MAJOR_VERSION"="2" /D "GMIME_MINOR_VERSION"="4" /D "GMIME_MICRO_VERSION"="31""
Optimization="0"
AdditionalIncludeDirectories=""..\..\"; "..\..\util""
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GMIME_EXPORTS;HAVE_CONFIG_H;G_DISABLE_DEPRECATED;G_LOG_DOMAIN=\"GMime\""
@@ -106,7 +106,7 @@
/>
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions="/D "GMIME_MAJOR_VERSION"="2" /D "GMIME_MINOR_VERSION"="4" /D "GMIME_MICRO_VERSION"="30""
+ AdditionalOptions="/D "GMIME_MAJOR_VERSION"="2" /D "GMIME_MINOR_VERSION"="4" /D "GMIME_MICRO_VERSION"="31""
AdditionalIncludeDirectories=""..\..\"; "..\..\util""
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GMIME_EXPORTS;HAVE_CONFIG_H;G_DISABLE_DEPRECATED;G_LOG_DOMAIN=\"GMime\""
RuntimeLibrary="2"
diff --git a/configure.in b/configure.in
index 8e64cee..89304d3 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ AM_CONFIG_HEADER(config.h)
GMIME_MAJOR_VERSION=2
GMIME_MINOR_VERSION=4
-GMIME_MICRO_VERSION=30
+GMIME_MICRO_VERSION=31
GMIME_VERSION=$GMIME_MAJOR_VERSION.$GMIME_MINOR_VERSION.$GMIME_MICRO_VERSION
GMIME_VERSION_INFO=`expr $GMIME_MAJOR_VERSION + $GMIME_MINOR_VERSION`:$GMIME_MICRO_VERSION:$GMIME_MINOR_VERSION
diff --git a/tests/test-pgp.c b/tests/test-pgp.c
index 7849033..c1c4477 100644
--- a/tests/test-pgp.c
+++ b/tests/test-pgp.c
@@ -337,7 +337,7 @@ int main (int argc, char **argv)
}
if (i < argc && (stat (datadir, &st) == -1 || !S_ISDIR (st.st_mode)))
- return EXIT_FAILURE;
+ return 0;
testsuite_start ("GnuPG cipher context");
diff --git a/tests/test-pgpmime.c b/tests/test-pgpmime.c
index 9ecb49c..7fa0003 100644
--- a/tests/test-pgpmime.c
+++ b/tests/test-pgpmime.c
@@ -477,7 +477,7 @@ int main (int argc, char *argv[])
}
if (i < argc && (stat (datadir, &st) == -1 || !S_ISDIR (st.st_mode)))
- return EXIT_FAILURE;
+ return 0;
testsuite_start ("PGP/MIME implementation");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]