From 4ea310415eb862b364e3b414b042e97ace2b1a5e Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 27 Apr 2012 13:51:09 +0000 Subject: [PATCH] Release 2.9.2-1 SVN revision: 2457 --- checklist.txt | 23 +++++++++++++++++++---- doc/ChangeLog | 18 ++++++++++++++++++ doc/index.html | 2 +- doc/index_nd.html | 2 +- doc/userguide.html | 1 + src/elogd.h | 2 +- xcode/elogd.xcodeproj/project.pbxproj | 2 ++ 7 files changed, 43 insertions(+), 7 deletions(-) diff --git a/checklist.txt b/checklist.txt index 1b7e9cfd..61b0996f 100755 --- a/checklist.txt +++ b/checklist.txt @@ -1,23 +1,38 @@ Checklist for new ELOG version ============================== -On PC6562: +On RS32: - Put all new options in doc/config.html -- Increse version in elogd.c and elog.c +- Increase version in elogd.h - Do the same in doc/index.html and index_nd.html - Modify ChangeLog - Add release date to ChangeLog -- Do a "make indent" -- Do a "make loc" + +On VPC6562-1: + +- svn update +- make loc - Translate new strings in eloglang.german +- make indent +- svn -m "Run indent" commit + +On RS32: + +- svn update - c:\elog> svn ci -m "Release x.x.x-y" + +On VPC6562-1: + - open VS 2008 command window, build xxx-1 in c:\elog - copy index_nd.html to index.html on web server + On midas.psi.ch: - svn update +- Do a "make indent" +- Commit formatted C files - Increase version in elog.spec - klog ritt - ./build x.x.x 1 diff --git a/doc/ChangeLog b/doc/ChangeLog index 8bd1fd7a..eb12661a 100755 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,21 @@ +Version 2.9.2, released April 27th 2012 +======================================= + +- Implemented "Preset on edit" +- Increased stack size under Windows +- Increased MAX_PARAM +- Added escape char possibility to "\#" for substitutions +- Abort program start if password file is write protected +- Show error "File not found" on "Preset text" only if text is a file +- Fixed problem with CSV import and first two lines disappearing +- Added RSS description +- Remove cookies when user is logged out +- Delete always messages together with their replies +- Strip html only for html encoded entries +- Added nowrap to all date/time attributes +- Apply reverse sorting to all attribute types +- Added "login user" check (needed for global password files) + Version 2.9.1, released February 20th 2012 ========================================== diff --git a/doc/index.html b/doc/index.html index e45f7b11..fd9b2cbf 100755 --- a/doc/index.html +++ b/doc/index.html @@ -28,7 +28,7 @@  [Links]  * 

Home of the Electronic Logbook package by Stefan Ritt

-
Current version is : 2.9.1
+
Current version is : 2.9.2
certificate diff --git a/doc/index_nd.html b/doc/index_nd.html index cebe0c8d..2c5c2afd 100644 --- a/doc/index_nd.html +++ b/doc/index_nd.html @@ -28,7 +28,7 @@  [Links]  * 

Home of the Electronic Logbook package by Stefan Ritt

-
Current version is : 2.9.1
+
Current version is : 2.9.2
certificate
diff --git a/doc/userguide.html b/doc/userguide.html index e4bc064a..0cd520ab 100755 --- a/doc/userguide.html +++ b/doc/userguide.html @@ -33,6 +33,7 @@  [Browsing]   [Adding]   [Misc.]  + [RSS]  * 

How to get the most from your ELOG server
diff --git a/src/elogd.h b/src/elogd.h index 9da6e3c1..91f6d435 100644 --- a/src/elogd.h +++ b/src/elogd.h @@ -9,7 +9,7 @@ \********************************************************************/ /* Version of ELOG */ -#define VERSION "2.9.1" +#define VERSION "2.9.2" #define _GNU_SOURCE #include diff --git a/xcode/elogd.xcodeproj/project.pbxproj b/xcode/elogd.xcodeproj/project.pbxproj index 5cc88f70..acfa8c72 100644 --- a/xcode/elogd.xcodeproj/project.pbxproj +++ b/xcode/elogd.xcodeproj/project.pbxproj @@ -43,6 +43,7 @@ D545158F1399A23B0037D7FB /* elogd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = elogd.h; path = /elog/src/elogd.h; sourceTree = ""; }; D54515901399A23B0037D7FB /* regex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = regex.c; path = /elog/src/regex.c; sourceTree = ""; }; D54515911399A23B0037D7FB /* regex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = regex.h; path = /elog/src/regex.h; sourceTree = ""; }; + D5AC5BF9154AC7200018DD90 /* config.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = config.html; path = /elog/doc/config.html; sourceTree = ""; }; D5F11B9113AFA164002CE8BF /* elogd.cfg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = elogd.cfg; path = /elogdemo/elogd.cfg; sourceTree = ""; }; /* End PBXFileReference section */ @@ -94,6 +95,7 @@ D5F11B9013AFA146002CE8BF /* Resources */ = { isa = PBXGroup; children = ( + D5AC5BF9154AC7200018DD90 /* config.html */, D51F4A9414F27F4400CB29E9 /* index_nd.html */, D51F4A9214F27F3C00CB29E9 /* index.html */, D528A7C514F278DA00D33974 /* checklist.txt */,