diff --git a/checklist.txt b/checklist.txt
index 43a85bb3..f90c33f2 100755
--- a/checklist.txt
+++ b/checklist.txt
@@ -5,7 +5,7 @@ On Mac (MPC1865):
- Put all new options in doc/config.html
- Increase version in elog-version.h
-- Do the same in doc/index.html and index_nd.html
+- Do the same in doc/index.html
- Modify ChangeLog
- Add release date to ChangeLog
- "make loc"
diff --git a/doc/ChangeLog b/doc/ChangeLog
index ca885aa8..68d99fe2 100755
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,14 @@
+Version 3.1.0, released April 1st, 2015
+=======================================
+
+- No fools' day joke!
+- Added Indonesian help files
+- Implemented "Show last default" option
+- Allow subsitutions like $short_name in "Title image" option
+- Implemented draft messages and auto save feature
+- Reworked Drag & Drop to work also for ELCode and plain encoding
+- Resize editor window with browser window
+
Version 3.0.0, released December 23th, 2014
===========================================
diff --git a/doc/index.html b/doc/index.html
index ad701e71..e60959ae 100755
--- a/doc/index.html
+++ b/doc/index.html
@@ -29,7 +29,7 @@
[Links] *
Home of the Electronic Logbook package by
Stefan Ritt
- Current version is : 3.0.0
+ Current version is : 3.1.0
diff --git a/xcode/elogd.xcodeproj/project.pbxproj b/xcode/elogd.xcodeproj/project.pbxproj
index da3d32ee..f1609bb8 100644
--- a/xcode/elogd.xcodeproj/project.pbxproj
+++ b/xcode/elogd.xcodeproj/project.pbxproj
@@ -28,6 +28,7 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
+ D504812F1ACC49DD002EDA66 /* git-revision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "git-revision.h"; path = "../src/git-revision.h"; sourceTree = ""; };
D51F4A9214F27F3C00CB29E9 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = index.html; path = ../doc/index.html; sourceTree = SOURCE_ROOT; };
D528A7C314F278C800D33974 /* ChangeLog */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = ChangeLog; path = ../doc/ChangeLog; sourceTree = SOURCE_ROOT; };
D528A7C514F278DA00D33974 /* checklist.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = checklist.txt; path = ../checklist.txt; sourceTree = SOURCE_ROOT; };
@@ -84,6 +85,7 @@
D52BA2FD13999DB0000458E3 /* elogd */ = {
isa = PBXGroup;
children = (
+ D504812F1ACC49DD002EDA66 /* git-revision.h */,
D545158C1399A23B0037D7FB /* auth.c */,
D545158D1399A23B0037D7FB /* crypt.c */,
D545158E1399A23B0037D7FB /* elogd.c */,