Sfoglia il codice sorgente

Updated release notes and working version to 1.4

Thomas Davis 12 anni fa
parent
commit
507f1a858a
2 ha cambiato i file con 15 aggiunte e 1 eliminazioni
  1. 14 0
      RELEASE_NOTES.md
  2. 1 1
      src/civetweb.c

+ 14 - 0
RELEASE_NOTES.md

@@ -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

+ 1 - 1
src/civetweb.c

@@ -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