Deleted Added
1<?xml version="1.0" ?>
2<!DOCTYPE change_log SYSTEM "changes.dtd" >
3
4
5<change_log title="unit">
6
7
8<changes apply="unit-php

--- 17 unchanged lines hidden (view full) ---

26
27</changes>
28
29
30<changes apply="unit" ver="1.25.0" rev="1"
31 date="" time=""
32 packager="Andrei Belov &lt;defan@nginx.com&gt;">
33
34<change type="bugfix">
35<para>
36the router process could crash on TLS connection open when multiple listeners
37with TLS certificate configured; the bug had appeared in 1.23.0.
38</para>
39</change>
40
41<change type="bugfix">
42<para>
43a descriptor and memory leak occurred in the router process when an app
44process stopped or crashed.
45</para>
46</change>
47
48</changes>
49
50
51<changes apply="unit-jsc17" ver="1.24.0" rev="1"
52 date="2021-05-27" time="18:00:00 +0300"
53 packager="Andrei Belov &lt;defan@nginx.com&gt;">
54
55<change>
56<para>
57Initial release of Java 17 module for NGINX Unit.
58</para>
59</change>
60
61</changes>
62
63
64<changes apply="unit-jsc16" ver="1.24.0" rev="1"
65 date="2021-05-27" time="18:00:00 +0300"
66 packager="Andrei Belov &lt;defan@nginx.com&gt;">
67
68<change>

--- 2848 unchanged lines hidden ---