# HG changeset patch # User jbe # Date 1339790924 -7200 # Node ID f59adf9a6968e0f443e3fb2a89a2ff1301aba8cc # Parent c2716baffa64feaf6a13af776d40dfaa730512fa Removed wrongly committed include/lib path for testing purposes from Makefile.options diff -r c2716baffa64 -r f59adf9a6968 Makefile.options --- a/Makefile.options Sat Apr 21 20:48:58 2012 +0200 +++ b/Makefile.options Fri Jun 15 22:08:44 2012 +0200 @@ -10,13 +10,13 @@ # C compiler flags # TODO: check alternatives to -D_GNU_SOURCE -fPIC # using libtool? -CFLAGS = -O2 -D_GNU_SOURCE -fPIC -Wall -I /usr/include -I /usr/local/include -I /home/flocke/opt/lua52/include +CFLAGS = -O2 -D_GNU_SOURCE -fPIC -Wall -I /usr/include -I /usr/local/include # additional C compiler flags for parts which depend on PostgreSQL CFLAGS_PGSQL = -I /usr/include/postgresql -I /usr/include/postgresql/server -I /usr/local/include/postgresql -I /usr/local/include/postgresql/server # linker flags -LDFLAGS = -shared -L /usr/lib -L /usr/local/lib -L /home/flocke/opt/lua52/lib +LDFLAGS = -shared -L /usr/lib -L /usr/local/lib # additional linker flags for parts which depend on PostgreSQL LDFLAGS_PGSQL = diff -r c2716baffa64 -r f59adf9a6968 doc/autodoc-header.htmlpart --- a/doc/autodoc-header.htmlpart Sat Apr 21 20:48:58 2012 +0200 +++ b/doc/autodoc-header.htmlpart Fri Jun 15 22:08:44 2012 +0200 @@ -55,10 +55,10 @@ color: #505050; } - WebMCP 1.2.0 Documentation + WebMCP 1.2.1 Documentation -

WebMCP 1.2.0 Documentation

+

WebMCP 1.2.1 Documentation

WebMCP is a completely new web development framework, and has not been extensively tested yet. The API might change at any time, but in future releases there will be a list of all changes, which break downward compatibility.

diff -r c2716baffa64 -r f59adf9a6968 framework/cgi-bin/webmcp.lua --- a/framework/cgi-bin/webmcp.lua Sat Apr 21 20:48:58 2012 +0200 +++ b/framework/cgi-bin/webmcp.lua Fri Jun 15 22:08:44 2012 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env lua -_WEBMCP_VERSION = "1.2.0" +_WEBMCP_VERSION = "1.2.1" -- Lua 5.1 compatibility if not table.unpack then