- next is 1.6.5

From: Stefan Bühler <stbuehler@web.de>

git-svn-id: svn://svn.lighttpd.net/spawn-fcgi/trunk@75 4a9f3682-ca7b-49a8-9a55-ba4640e46f83
This commit is contained in:
Stefan Bühler 2014-06-05 12:02:51 +00:00
parent e58c1de142
commit b355e61033
3 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@ cmake_policy(VERSION 2.6.0)
PROJECT(spawn-fcgi)
SET(PACKAGE_NAME ${CMAKE_PROJECT_NAME})
SET(PACKAGE_VERSION 1.6.4)
SET(PACKAGE_VERSION 1.6.5)
SET(CMAKE_MAN_DIR "share/man" CACHE STRING
"Install location for man pages (relative to prefix).")

2
NEWS
View File

@ -3,6 +3,8 @@
NEWS
====
- 1.6.5 -
- 1.6.4 - 2014-06-05
* Use octal mode for -M (patch by dfjoerg)
* Add -b backlog option (fixes #2422, patch by aschmitz)

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT([spawn-fcgi],[1.6.4])
AC_INIT([spawn-fcgi],[1.6.5])
AC_CONFIG_SRCDIR([src/spawn-fcgi.c])
AC_CONFIG_HEADER([config.h])