Timeline
09/28/11:
- 21:29 Changeset in nginx-tests [174:c8169c827d18] by
 - Tests: use waitoforsocket() as uwsgi startup may take a while.
 - 13:45 Ticket #23 (MP4 module fails to build under Debian hurd-i386) updated by
 - 
          Status changed
(see also … - 13:41 Ticket #22 (Nginx 1.1.4 can't build on Debian hurd-i386) updated by
 - 
          Status changed
(from … - 07:34 Ticket #23 (MP4 module fails to build under Debian hurd-i386) created by
 - Hi. On Debian packaging, we decided to include the MP4 module as it …
 - 07:22 Ticket #22 (Nginx 1.1.4 can't build on Debian hurd-i386) created by
 - Hi. For the Debian packaging purposes, I try to make Nginx working …
 
09/27/11:
- 12:07 Changeset in nginx [4154:57d45d345651] by
 - Fixed segmentation fault with empty config on Windows. See here for …
 - 12:06 Changeset in nginx [4153:7de74ed694c8] by
 - Fix for "ssl_session_cache builtin" (broken since 1.1.1, r3993).
 - 11:18 Changeset in nginx [4152:65c1c241d70e] by
 - Better handling of late upstream creation. Configuration with …
 - 11:17 Changeset in nginx [4151:3549db8ceaf2] by
 - Cache: fix for sending of stale responses. For normal cached …
 - 11:15 Changeset in nginx [4150:b9ee14871bf1] by
 - Cache: fix for sending of empty responses. Revert wrong fix for empty …
 - 11:14 Changeset in nginx [4149:28b77af3a238] by
 - Incorrect special case for "return 204" removed. The special case in …
 - 11:13 Changeset in nginx [4148:18f1cb12c6d7] by
 - Fix for "return 202" not discarding body. Big POST (not fully …
 - 11:11 Changeset in nginx [4147:7f64de1cc2c0] by
 - Fix for double content when return is used in error_page handler. …
 - 11:09 Changeset in nginx [4146:55acacac22df] by
 - Fix for incorrect 201 replies from dav module. Replies with 201 code …
 
09/26/11:
- 04:30 Ticket #21 (Incorrectly caching pages with non-cacheable Cache-Control headers) created by
 - See …
 
09/25/11:
- 20:04 Changeset in nginx [4145:f321e9750c8c] by
 - Proxy: logging levels tuned, double logging fixed.
 - 20:03 Changeset in nginx [4144:7b77428909ed] by
 - Proxy: whitespaces after chunk size allowed. Whitespaces after chunk …
 - 20:00 Changeset in nginx [4143:114e3a7c3b8d] by
 - Upstream: clearing of u->peer.connection on close. This fixes crashes …
 
09/24/11:
- 14:50 Ticket #20 (error_page directive inconsistently applied) updated by
 - In this config, there's another server block that has a listen 80 …
 - 14:44 Changeset in nginx-tests [173:20d3461de9da] by
 - Tests: If-Range tests.
 - 09:18 Ticket #17 (nginx fail to set 'fastcgi_param PATH_INFO' (mailman+fcgicrap)) updated by
 - Yes indeed. I just looked at the source code of fcgiwrap, and it's …
 - 04:43 Changeset in nginx_org [26:af5c42bbad23] by
 - Added a link to the latest news entry.
 
09/23/11:
- 20:15 Changeset in nginx [4142:7b632622ba56] by
 - Fixed error message.
 - 20:04 Ticket #20 (error_page directive inconsistently applied) closed by
 - invalid: It returns HTTP/0.9 reply as it's not possible to parse complete http …
 - 16:38 Ticket #20 (error_page directive inconsistently applied) updated by
 - The access log receives an entry stating 414, while the error log has …
 - 16:32 Ticket #20 (error_page directive inconsistently applied) updated by
 - Correction: I said it's returning that html with a HTTP 200, but it …
 - 16:27 Ticket #20 (error_page directive inconsistently applied) updated by
 - Incidentally, …
 - 16:06 Ticket #20 (error_page directive inconsistently applied) created by
 - […] Make a request for a very long URI, with over 8K characters: …
 - 14:01 Ticket #14 (Number of *_buffers must be less then 17 on Solaris) updated by
 - 
          Status, Owner changed
Ack, readv() should be limited to IOV_MAX in the same way as writev() … - 13:38 Ticket #19 (Changelog does not list 1.0.6 changes) closed by
 - invalid: This is because http://nginx.org/en/CHANGES isn't for stable branch. …
 - 13:21 Ticket #19 (Changelog does not list 1.0.6 changes) created by
 - http://nginx.org/en/CHANGES does not have an entry for the current …
 - 08:03 Changeset in nginx_org [25:7fe6912500fd] by
 - OpenBSD news.
 
09/22/11:
- 10:58 Ticket #18 (RHEL Package repo issue) updated by
 - How do you add nginx repository first time? Is there any rhel specific …
 
09/21/11:
- 20:03 Ticket #18 (RHEL Package repo issue) created by
 - I just tried to use the RHEL repo to install nginx and got the …
 
09/20/11:
- 13:15 Changeset in nginx [4141:a18b10aea510] by
 - Fixed markup.
 - 11:21 Changeset in nginx_org [24:6e597904e24a] by
 - nginx-1.1.4, upstream persistent connections.
 - 11:18 Changeset in nginx [4140:f57060622538] by
 - release-1.1.4 tag
 - 11:18 Changeset in nginx [4139:911060bc8221]release-1.1.4 by
 - nginx-1.1.4-RELEASE
 - 10:00 Changeset in nginx [4138:70e1ee2307f9] by
 - Fix of separate pool for upstream connections (r4117). Pool may not …
 - 09:56 Changeset in nginx [4137:6b9b7e7ac4a9] by
 - Fixed loss of chain links in ngx_event_pipe_read_upstream().
 - 09:56 Changeset in nginx [4136:7898857ff34b] by
 - Fixed loss of chain links in fastcgi module.
 - 09:55 Changeset in nginx [4135:d8e24515176e] by
 - Fix of cpu hog in event pipe. If client closed connection in …
 - 09:48 Ticket #17 (nginx fail to set 'fastcgi_param PATH_INFO' (mailman+fcgicrap)) closed by
 - invalid: * fastcgi_split_path_info works as documented. PATH_INFO is not …
 - 07:30 Changeset in nginx [4134:a3203c4521c6] by
 - The "worker_aio_requests" directive. The default value is 32 AIO …
 - 00:00 Milestone 1.1.4 completed
 - Status: released  1.1.4 changelog …
 
09/19/11:
- 14:48 Changeset in nginx [4133:59b99f217c6d] by
 - Replaced "can not" with "cannot" and "could not" in a bunch of places. …
 - 12:41 Changeset in nginx [4132:cdc22824e22a] by
 - Cosmetics: replaced NGX_CONF_TAKE1 to NGX_CONF_FLAG for "sendfile" and …
 - 12:37 Changeset in nginx [4131:1b05b9bbcebf] by
 - Overhauled diagnostic messages.
 
09/18/11:
- 22:02 Ticket #17 (nginx fail to set 'fastcgi_param PATH_INFO' (mailman+fcgicrap)) created by
 - I was following the http://wiki.nginx.org/Mailman tutorial to use …
 
09/16/11:
- 13:41 Changeset in nginx [4130:04751572f900] by
 - Fixing Linux AIO initiatialization: AIO operations are disabled if …
 - 12:43 Changeset in nginx [4129:6903dac6ad19] by
 - Fixing Linux AIO syscalls return value handling: syscall(2) uses usual …
 - 12:08 Changeset in nginx [4128:4b0b0e77dc3d] by
 - Trailing space fix.
 - 09:03 Ticket #16 (Nginx 1.1.2 ssl and Feedburner) updated by
 - Ошибка "scsv received when renegotiating" как бы говорит нам о том, …
 
09/15/11:
- 19:28 Changeset in nginx [4127:b2e21a39307c] by
 - Upstream keepalive module.
 - 19:24 Ticket #13 (Proxy SSL Verify) updated by
 - Updated nginx. 12:24:25 nginx (proxy_ssl_verify) → …
 - 19:23 Changeset in nginx [4126:bba9a5ccc6cd] by
 - Proxy: basic HTTP/1.1 support (including keepalive). By default we …
 - 19:22 Changeset in nginx [4125:e5df04b05e75] by
 - Protocol version parsing in ngx_http_parse_status_line(). Once we …
 - 19:21 Changeset in nginx [4124:0c30976f5bfa] by
 - Upstream: Connection header processing.
 - 19:20 Changeset in nginx [4123:0ee350b5177c] by
 - Upstream: Transfer-Encoding header processing.
 - 19:15 Ticket #13 (Proxy SSL Verify) updated by
 - I have posted a working patch against nginx 1.1.3.
 - 19:05 Changeset in nginx [4122:c7fae0daeb57] by
 - Keepalive support in fastcgi. By default follow the old behaviour, …
 - 19:04 Changeset in nginx [4121:16c60162c35b] by
 - Keepalive support in memcached.
 - 19:03 Changeset in nginx [4120:42135dd1f0ea] by
 - Upstream: keepalive flag. This patch introduces …
 - 19:00 Changeset in nginx [4119:b66712cde67d] by
 - Upstream: pipe length and input_filter_init in buffered mode. As long …
 - 18:43 Changeset in nginx [4118:dbddec65fdab] by
 - Upstream: r->upstream->length type change to off_t. Previous use of …
 - 18:33 Changeset in nginx [4117:103b0d9afe07] by
 - Upstream: content_length_n API change. We no longer use …
 - 18:21 Changeset in nginx [4116:9baf12ea5ca1] by
 - Upstream: separate pool for peer connections. This is required to …
 - 18:12 Changeset in nginx [4115:70a45a504905] by
 - Workaround for cpu hog on errors with cached connections. Just doing …
 - 17:16 Ticket #13 (Proxy SSL Verify) updated by
 - I've updated to a patch against 1.1.2. But this code does not work, I …
 - 16:03 Changeset in nginx [4114:5db098f97e0e] by
 - API change: ngx_chain_update_chains() now requires pool. The …
 - 15:25 Changeset in nginx [4113:a28ba1cdec27] by
 - Buffers reuse in chunked filter. There were 2 buffers allocated on …
 - 14:15 Ticket #16 (Nginx 1.1.2 ssl and Feedburner) updated by
 - openssl 1.0.0e
 - 13:57 Ticket #16 (Nginx 1.1.2 ssl and Feedburner) updated by
 - […]
 - 13:23 Changeset in nginx [4112:bc0ca958c270] by
 - MP4 co64 atom support added.
 - 12:04 Ticket #15 (Debian pacakges failing because it is building with --with-file-aio) updated by
 - 
          Status changed
Linux 2.6.18.8-linode22 is not a stock debian kernel, and it is … - 10:09 Ticket #16 (Nginx 1.1.2 ssl and Feedburner) updated by
 - Нужно: 1. Debug log проблемного запроса. 2. Полный конфиг. 3. Вывод …
 - 08:59 Changeset in nginx [4111:088ee72d2e57] by
 - Regenerated after previous commit.
 - 08:59 Changeset in nginx [4110:d889195c8db4] by
 - Added ngx_http_mp4_module documentation.
 - 08:41 Ticket #16 (Nginx 1.1.2 ssl and Feedburner) created by
 - У меня есть вордпресс под нгинксом 1.1.2, у которого …
 - 08:33 Changeset in nginx [4109:dc1fa52222b4] by
 - Regenerated after previous commit.
 - 08:24 Changeset in nginx [4108:5e2103cffd80] by
 - - The module name is now also output as an HTML header. - Agreed that …
 - 05:15 Changeset in nginx [4107:7705911c9d10] by
 - Fix of struct field name.
 - 03:46 Ticket #15 (Debian pacakges failing because it is building with --with-file-aio) updated by
 - More stuff regarding the packaging: […]
 - 03:44 Ticket #15 (Debian pacakges failing because it is building with --with-file-aio) created by
 - Hello, Fresh install of Debian 6 and I added the following to …
 
09/14/11:
- 18:53 Changeset in nginx_org [23:b26e486dbd3c] by
 - Adding link to mp4 module.
 - 15:26 Changeset in nginx [4106:637912848b08] by
 - Style fix.
 - 15:25 Changeset in nginx [4105:b1e19ba949fa] by
 - Fixing building by gcc-4.7.
 - 15:20 Changeset in nginx [4104:84f34973684c] by
 - Version bump.
 - 15:05 Changeset in nginx_org [22:9d3403f5204d] by
 - nginx-1.1.3, ngx_http_mp4_module
 - 15:00 Changeset in nginx [4103:13798723ba31] by
 - release-1.1.3 tag
 - 15:00 Changeset in nginx [4102:bac8ba08a657]release-1.1.3 by
 - nginx-1.1.3-RELEASE
 - 14:28 Changeset in nginx [4101:31cf2902de60] by
 - Fix of the previous commit: is_directio flag processing introduced in …
 - 14:12 Changeset in nginx [4100:efeee901439a] by
 - Bugfix: open_file_cache did not update file info on retest. If file …
 - 14:04 Changeset in nginx [4099:9ee6944590c0] by
 - Skipping traks with unsupported media formats.
 - 05:16 Changeset in nginx [4098:a3e07fab98a3] by
 - Fix of case when start sample does not reside on chunk boundary.
 - 02:06 Ticket #14 (Number of *_buffers must be less then 17 on Solaris) created by
 - At Solaris readv() return EINVAL, if iovcnt greater than IOV_MAX.
 - 01:09 Ticket #13 (Proxy SSL Verify) updated by
 - 
          Status, Version, Description changed
Please see patch review in nginx-devel@ mailing list. - 00:00 Milestone 1.1.3 completed
 - Status: released  1.1.3 changelog …
 
09/13/11:
- 22:32 Ticket #13 (Proxy SSL Verify) created by
 - Proxy should be able to verify peer's SSL certificate.
 - 09:18 Changeset in nginx [4097:a3870ea96ccd] by
 - In Mac OS X Lion, Apple deprecated the use of the system OpenSSL …
 
09/12/11:
- 16:30 Ticket #12 (incorrect dependency for nginx app templates for debian 6.0 and 5.0) closed by
 - fixed
 - 15:50 Ticket #12 (incorrect dependency for nginx app templates for debian 6.0 and 5.0) updated by
 - 
          Status changed
 - 15:44 Ticket #12 (incorrect dependency for nginx app templates for debian 6.0 and 5.0) created by
 - >Description of problem: Missing '.0' in OS template denpendency for …
 - 15:15 Changeset in nginx [4096:f9a1646b9611] by
 - Fix of debug message format.
 - 14:54 Changeset in nginx [4095:fbf665ffa171] by
 - Fix of codec debug message.
 - 14:46 Changeset in nginx [4094:c98b7e351332] by
 - Fix of error message.
 - 13:06 Changeset in nginx [4093:28859c50233f] by
 - Fix of error message.
 - 09:50 Changeset in nginx [4092:4e62aee9f8af] by
 - Regenerate after previous commits.
 - 09:49 Changeset in nginx [4091:db565f0198f5] by
 - - The "example" element can now contain sub-elements. - Added entities …
 - 09:48 Changeset in nginx [4090:20331a241fe1] by
 - HTTP errors are now output as "code (text)".
 - 09:38 Changeset in nginx [4089:e27670e1ab70] by
 - mp4_max_moov_size directive has been renamed to mp4_max_buffer_size.
 
09/09/11:
- 12:02 Ticket #11 (Неожиданный отказ от кэширования.) closed by
 - invalid: Кеширование зависит не только от параметров, прописанных в конфиге, но …
 - 11:56 Changeset in nginx [4088:8fe1da7b8386] by
 - bugfix of r4086: nginx could not be built without debug log.
 - 11:41 Ticket #10 (// in URI is truncated to / while proxing to real server) closed by
 - invalid: This is expected behaviour. If you want to pass original URI as …
 - 11:13 Changeset in nginx [4087:3aa3b7bb9f0d] by
 - Bugfix of r4086: directio was always enabled if mp4 file was sent as is.
 - 10:25 Changeset in nginx [4086:dceb4f509661] by
 - "video/mp4" mime type added.
 - 10:22 Changeset in nginx [4085:6492c79e943a] by
 - ngx_http_mp4_module
 
09/08/11:
- 13:28 Changeset in nginx [4084:b7c944d1a5a8] by
 - Regenerate after previous commits.
 - 13:27 Changeset in nginx [4083:44c1953c266c] by
 - Cleaned up links.
 - 13:26 Changeset in nginx [4082:1601b196e3eb] by
 - Regenerate after previous commit.
 - 13:26 Changeset in nginx [4081:deab88e4c35a] by
 - Basic inter-document and external linking support.
 
09/07/11:
- 20:20 Ticket #11 (Неожиданный отказ от кэширования.) created by
 - Имеется конфигурация сервера. Вот две его части: location = / { …
 - 10:10 WikiStart edited by
 - (diff)
 - 09:55 Ticket #10 (// in URI is truncated to / while proxing to real server) created by
 - Client send to nginx proxy with URI …
 
09/06/11:
- 13:43 Changeset in nginx [4080:a1e1b348bfaf] by
 - Regenerate after previous commit.
 - 13:42 Changeset in nginx [4079:9755cb2a39b2] by
 - Finished initial translation of the Core and HTTP Core modules.
 - 10:42 Changeset in nginx [4078:e922cc1755fa] by
 - Regenerate after previous commit.
 - 10:41 Changeset in nginx [4077:24f511e94057] by
 - New elements: "dq", "pathname"; new list type: "tag".
 
09/05/11:
- 16:36 Changeset in nginx [4076:37da005a5808] by
 - Bugfix: open_file_cache lost is_directio flag. On file retest …
 - 16:26 Changeset in nginx [4075:39574a944f66] by
 - Version bump.
 - 13:17 Changeset in nginx_org [21:a6e1763d5590] by
 - nginx-1.1.2
 - 13:14 Changeset in nginx [4074:89bf31db742a] by
 - release-1.1.2 tag
 - 13:14 Changeset in nginx [4073:da1289482a14]release-1.1.2 by
 - nginx-1.1.2-RELEASE
 - 12:43 Changeset in nginx [4072:cf334deeea66] by
 - Bugfix: read event was not blocked after reading body. Read event …
 - 09:58 Changeset in nginx [4071:cf09c4826ab3] by
 - Regenerate after previous commit.
 - 09:58 Changeset in nginx [4070:d0d832a3b1df] by
 - Translate "types" and "underscores_in_headers" directives.
 - 09:40 Changeset in nginx [4069:4dbdfd985863] by
 - Regenerate HTML for the previous revision.
 - 09:39 Changeset in nginx [4068:22364b1f61c9] by
 - Initial English translation of Core and HTTP Core modules.
 - 09:33 Changeset in nginx [4067:da811964e37c] by
 - XSLT regeneration for the previous commit.
 - 09:32 Changeset in nginx [4066:ac19e755a132] by
 - DTD and XSLS changes for modules.
 - 00:00 Milestone 1.1.2 completed
 - Status: released  1.1.2 changelog …
 
09/02/11:
- 10:11 Ticket #8 (ignoring stale global SSL error) updated by
 - Could you please provide debug log? See …
 
09/01/11:
- 15:10 Changeset in nginx [4065:227a819b46db] by
 - Proper setting of read->eof in pipe code. Setting read->eof to 0 …
 - 13:49 Changeset in nginx [4064:5b776ad53c3c] by
 - Proper SSL shutdown handling. If connection has unsent alerts, …
 - 13:03 Changeset in nginx [4063:8d70904b6c48] by
 - Now if client requests more ranges than "max_ranges" permits, nginx …
 - 08:25 Ticket #9 (autoindex_max_name_len directive) created by
 - Current nginx autoindex module has hardcoded …
 
08/31/11:
- 15:14 Ticket #8 (ignoring stale global SSL error) created by
 - […]
 - 10:43 Changeset in nginx-tests [172:d099e407fff5] by
 - Tests: tune sleep in limit_req.t to avoid spurious timeouts. Tune …
 - 09:40 Changeset in nginx [4062:82738a316a54] by
 - The "max_ranges" directive. "max_ranges 0" disables ranges support at …
 - 09:26 Changeset in nginx [4061:bd2ec6ce5d58] by
 - Style fix: removal of tabs introduced in the previous commit.
 
08/30/11:
- 20:34 Changeset in nginx [4060:45de8d258085] by
 - *) fix of r4060: start value should be tested after the "found" label; …
 - 14:32 Changeset in nginx-tests [171:cfb8147f19a7] by
 - Tests: use (?P<name>...) to be compatible with old PCRE versions. …
 - 14:25 Changeset in nginx [4059:cc72e6229416] by
 - Unsatisfiable range with start value greater than content length was …
 - 13:07 Changeset in nginx [4058:d32a2000b766] by
 - ngx_http_range_parse() should be static.
 - 13:06 Changeset in nginx [4057:3205a6d6c6ec] by
 - Ranges processing small optimization.
 - 13:01 Changeset in nginx [4056:e9213133993a] by
 - Now unsatisfiable ranges are processed according to RFC 2616.
 - 12:45 Changeset in nginx [4055:9cce506be97d] by
 - Ranges processing small optimization.
 - 12:28 Changeset in nginx [4054:20c7c73d3efa] by
 - Style fix.
 - 11:47 Changeset in nginx-tests [170:c5696c97c735] by
 - Tests: range not satisfiable tests.
 
08/29/11:
- 14:43 Changeset in nginx [4053:5f65c1c96be9]stable-1.0 by
 - Fix of release date.
 - 14:41 Changeset in nginx_org [20:c1e6b2b4a758] by
 - data fix
 - 14:38 Changeset in nginx_org [19:ed706d84e29c] by
 - nginx-1.0.6
 - 14:28 Changeset in nginx [4052:89433efe9897]stable-1.0 by
 - release-1.0.6 tag
 - 14:28 Changeset in nginx [4051:23166b41f9b3]stable-1.0release-1.0.6 by
 - nginx-1.0.6-RELEASE
 - 14:13 Changeset in nginx [4050:36d2cd2e361d]stable-1.0 by
 - Merge of r4016: Fix ignored headers handling in fastcgi/scgi/uwsgi. …
 - 14:03 Changeset in nginx [4049:01855743e3f6]stable-1.0 by
 - Getting rid of " <br/>" hacks.
 - 14:02 Changeset in nginx [4048:f872a86a655c]stable-1.0 by
 - CHANGES conversion from KOI8-R to UTF-8.
 - 13:57 Changeset in nginx [4047:3e706fcccbf3]stable-1.0 by
 - Merge of r3996, r3998, r4015, r4023, r4025, r4026, r4027: Changes log …
 - 13:27 Changeset in nginx_org [18:74438c570949] by
 - CHANGES conversion from KOI8-R to UTF-8.
 - 13:11 Changeset in nginx [4046:fd6f821d3fa2]stable-1.0 by
 - Merge of r4018: Fix buffer overrun under Windows.
 - 12:56 Changeset in nginx [4045:2d062c031fff]stable-1.0 by
 - Merge of r3964, r3977, r3978: Proxy related fixes: *) finalizing …
 - 12:50 Ticket #3 (POSIX Semaphores can be used at Solaris) updated by
 - In [4045/nginx]: […]
 - 12:50 Changeset in nginx [4044:0ea785433fcf]stable-1.0 by
 - Merge of r4004, r4005: Solaris related fixes: *) Detect POSIX …
 - 12:47 Ticket #5 (Installation script fails on ArchLinux with Linux 3.0 kernel) updated by
 - In [4044/nginx]: […]
 - 12:47 Changeset in nginx [4043:e2b11e0d49cf]stable-1.0 by
 - Merge of r4003: Configure: catch up with new Linux version numbering …
 - 12:45 Changeset in nginx [4042:d9b486dbf7e5]stable-1.0 by
 - Merge of r3982, r3984, r3985, r3991: Lingering closing related fixes: …
 - 12:35 Changeset in nginx [4041:f87edc142316]stable-1.0 by
 - Merge of r3960, r3961, r3962, r3963, r3965: SSL related fixes: *) …
 - 10:39 Changeset in nginx [4040:0094c8636d5f]stable-1.0 by
 - Merge of r3979, r3980, r3981, r3983, r3987, r3994, r3995: …
 - 10:07 Changeset in nginx [4039:ee270f311dea]stable-1.0 by
 - Merge of r3972, r3973, r3974: Cache fixes: *) do not close …
 - 09:51 Changeset in nginx [4038:30519bb5621d]stable-1.0 by
 - Merge of r3966, r3967, r3968, r3969, r3970, r3971: Cache loader …
 - 09:35 Changeset in nginx [4037:f4dd627c657f]stable-1.0 by
 - Merge of r4035: Cache size accounting fix: actual cache size on disk …
 - 09:30 Changeset in nginx [4036:ded522fdc826]stable-1.0 by
 - Version bump.
 - 00:00 Milestone 1.0.6 completed
 - Status: released [[http://nginx.org/en/CHANGES-1.0 | 1.0.6 …
 
  Note:
 See   TracTimeline
 for information about the timeline view.
    