Release 3.1.6-1

This commit is contained in:
ritt 2025-10-14 15:19:10 +02:00
parent f81e5695c4
commit 7092ff64f6
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Version 3.1.6, released October 14th, 2025
==========================================
- Fixed XSS vulnerability
Version 3.1.5, released January 31st, 2023
==========================================

View File

@ -3,7 +3,7 @@
Home of the *Electronic Logbook* package by [Stefan
Ritt](mailto:Stefan.Ritt@psi.ch)
*Current version: 3.1.4*
*Current version: 3.1.5*
[PDF version](https://elog.psi.ch/elog/pdf/document.pdf)

View File

@ -24,7 +24,7 @@
\********************************************************************/
/* Version of ELOG */
#define VERSION "3.1.5"
#define VERSION "3.1.6"
/* ELOG identification */
static const char ELOGID[] = "elogd " VERSION " built " __DATE__ ", " __TIME__;