From 57820106b625f5c4dd8276311d4a38e0257a9cc9 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Mon, 23 Dec 2013 14:47:42 -0800 Subject: [PATCH] bump version to test build packages --- debian/changelog | 6 ++++++ mod_R.c | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a64cbd0..f9272a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libapache2-mod-r-base (1.2.5-saucy0) saucy; urgency=low + + * Various small fixes + + -- Jeroen Ooms Mon, 23 Dec 2013 00:00:00 -0600 + libapache2-mod-r-base (1.2.4-raring5) raring; urgency=low * Updates for compatibility with Apache 2.4 diff --git a/mod_R.c b/mod_R.c index 674b745..8352110 100644 --- a/mod_R.c +++ b/mod_R.c @@ -19,7 +19,7 @@ * Headers and macros * *************************************************************************/ -#define MOD_R_VERSION "1.2.4" +#define MOD_R_VERSION "1.2.5" #include "mod_R.h" #include @@ -769,7 +769,8 @@ static int ReadRequestBody(unsigned char *buf, int size){ } if (MR_Request.postParsed){ - /* RApacheError("Can't read with R since libapreq already started!"); */ + //the user should be able to avoid this now. Warning seems appropriate. + RApacheError("Can't read with R since libapreq already started!"); return 0; }