comparison docs/xml/change_log_conf.xml @ 450:551102312e19 release-0.1.0

nginx-0.1.0-RELEASE import *) The first public version.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 04 Oct 2004 15:04:06 +0000
parents
children 621229427cba
comparison
equal deleted inserted replaced
449:3b1e8c9df9ad 450:551102312e19
1 <?xml version="1.0" encoding="KOI8-R" ?>
2 <!DOCTYPE configuration SYSTEM "../dtd/change_log_conf.dtd" >
3
4 <configuration>
5
6 <length>78</length>
7
8 <start> *) </start>
9 <indent> </indent>
10
11 <changes lang="ru">
12 <title>Изменения в </title>
13 <length>66</length>
14
15 <bugfix>Исправление</bugfix>
16 <feature>Добавление</feature>
17 <change>Изменение</change>
18 <workaround>Изменение</workaround>
19 </changes>
20
21 <changes lang="en">
22 <title>Changes with </title>
23 <length>65</length>
24
25 <bugfix>Bugfix</bugfix>
26 <feature>Feature</feature>
27 <change>Change</change>
28 <workaround>Workaround</workaround>
29
30 <month> Jan </month>
31 <month> Feb </month>
32 <month> Mar </month>
33 <month> Apr </month>
34 <month> May </month>
35 <month> Jun </month>
36 <month> Jul </month>
37 <month> Aug </month>
38 <month> Sep </month>
39 <month> Oct </month>
40 <month> Nov </month>
41 <month> Dec </month>
42
43 </changes>
44
45 </configuration>