ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/Changes
(Generate patch)

Comparing deliantra/server/Changes (file contents):
Revision 1.857 by root, Sat Sep 16 21:55:47 2017 UTC vs.
Revision 1.858 by root, Sat Sep 16 22:17:41 2017 UTC

67 by default. 67 by default.
68 - do proper etag caching for resources in http server. 68 - do proper etag caching for resources in http server.
69 - fix webserver 304 response, which contained entity-headers, confusing squid. 69 - fix webserver 304 response, which contained entity-headers, confusing squid.
70 - potentially fix a bug where ob->contr is non-null while ob->contr->ob is null, 70 - potentially fix a bug where ob->contr is non-null while ob->contr->ob is null,
71 causing a segfault. 71 causing a segfault.
72 - change DIRX/DIRY macros to take a diretcion as argument, and use them instead of
73 directly referencing freearr_[xy], as the latter is used alot more often then
74 DIRX/DIRY, and this allows us to change freearr_[xy].
72 75
733.1 Wed Nov 16 23:17:11 CET 2016 763.1 Wed Nov 16 23:17:11 CET 2016
74 - convert to blitz++ 0.10 and later (also requiring c++ 11). 77 - convert to blitz++ 0.10 and later (also requiring c++ 11).
75 - port to perl 5.18 and newer. 78 - port to perl 5.18 and newer.
76 - switch to xz compressed archives as only dist method. 79 - switch to xz compressed archives as only dist method.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines