Skip to content

Commit

Permalink
bump version to test build packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Dec 23, 2013
1 parent 308e15e commit 5782010
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libapache2-mod-r-base (1.2.5-saucy0) saucy; urgency=low

* Various small fixes

-- Jeroen Ooms <[email protected]> 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
Expand Down
5 changes: 3 additions & 2 deletions mod_R.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sys/types.h>
Expand Down Expand Up @@ -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;
}

Expand Down

0 comments on commit 5782010

Please sign in to comment.