Version 18.13.5

This commit is contained in:
Antonio Cañas Vargas 2018-11-08 21:28:20 +01:00
parent 8dab6351fe
commit 4882ea4b5e
3 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -355,10 +355,11 @@ En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 18.13.4 (2018-11-04)"
#define Log_PLATFORM_VERSION "SWAD 18.13.5 (2018-11-08)"
#define CSS_FILE "swad18.4.css"
#define JS_FILE "swad17.17.1.js"
/*
Version 18.13.5: Nov 08, 2018 New file extension allowed, requested by Javier Fernández Baldomero: .gdb (GNU Debugger Script). (? lines)
Version 18.13.4: Nov 05, 2018 Fixed bug in listing of users.
Fixed bug when logging comments.
Code refactoring in queries. (236535 lines)

View File

@ -1227,6 +1227,7 @@ const char *Brw_FileExtensionsAllowed[] =
"eps" ,
"fdf" ,
"flv" ,
"gdb" , // GNU Debugger Script
"ggb" ,
"ggt" ,
"gif" ,