@@ -1,3 +1,17 @@
+Release Notes v1.4 (UNDER DEVELOPMENT)
+===
+### Objectives: *???*
+
+- Added CivetServer::getCookie method (Hariprasad Kamath)
+Changes
+-------
+- Made option to put initial HTMLDIR in a different place
+- Validated build without SQLITE3 large file support
+- Updated documentation
+- Updated Buildroot config example
Release Notes v1.3
===
### Objectives: *Buildroot Integration
@@ -249,7 +249,7 @@ typedef int SOCKET;
#include "civetweb.h"
-#define CIVETWEB_VERSION "1.3"
+#define CIVETWEB_VERSION "1.4"
#define PASSWORDS_FILE_NAME ".htpasswd"
#define CGI_ENVIRONMENT_SIZE 4096
#define MAX_CGI_ENVIR_VARS 64