Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.61_1 27 Jul 2009 05:59:19 |
osa |
Update mogilefs module from 1.0.1 to 1.0.2.
Do not bump PORTREVISIONs.
<ChangeLog>
*) Feature: directive mogilefs_methods and support for PUT and
DELETE methods
*) Feature: dynamic evaluation of tracker name
*) Feature: ability to pass noverify parameter to tracker
</ChangeLog> |
0.7.61_1 20 Jul 2009 10:56:44 |
osa |
Merge latest changes from www/nginx-devel:
o) Add two more third-party modules: http_mp4_streaming_lite
and http_notice_module.
o) Add two new variables NGINX_ACCESSLOG and NGINX_ERRORLOG
to allow log paths customization, i.e.
% make NGINX_ACCESSLOG=/dev/null
NOTE. If you want nginx to log errors into stderr it's
better to use
% make NGINX_ERRORLOG=stderr
instead of NGINX_ERRORLOG=/dev/stderr to avoid duplicate
error messages during startup.
Do not bump PORTREVISION. |
0.7.61_1 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
0.7.61_1 15 Jul 2009 14:09:33 |
osa |
Resort options to make third party modules distinguishable.
Apply these changes accordingly for stable and devel versions.
Do not bump PORTREVISIONs.
Submitted by: Maxim Dounin aka mdounin at mdounin dot ru |
0.7.61_1 15 Jul 2009 13:53:21 |
osa |
Illuminate and enable by default cache module.
Fix whitespaces.
Do not bump PORTREVISION cause no functionally or building
changes (cache module was enabled implicitly). |
0.7.61_1 02 Jul 2009 10:31:13 |
osa |
Default stop signal is SIGTERM, the quick shutdown. Also nginx
understands QUIT signal for graceful (gradual) stop.
Add gracefulstop extra command accordingly for stable and devel
versions.
Bump PORTREVISIONs.
PR: ports/136232 (partialy) |
0.7.61_1 02 Jul 2009 09:00:16 |
osa |
Fix X-Progress-ID argument parsing in third-party uploadprogress module.
Do not bump PORTREVISIONs.
PR: ports/136064 |
0.7.61 26 Jun 2009 08:16:27 |
osa |
Add eval module version 1.0.1 accordingly.
Do not bump PORTREVISIONs.
WWW: http://www.grid.net.ru/nginx/eval.en.html |
0.7.61 22 Jun 2009 15:31:02 |
osa |
Update passenger module support from 2.2.3 to 2.2.4.
Do not bump PORTREVISIONs. |
0.7.61 22 Jun 2009 12:28:51 |
osa |
Update from 0.7.60 to 0.7.61.
<ChangeLog>
*) Bugfix: nginx could not be built on MacOSX 10.6. the bug had
appeared in 0.8.2.
*) Bugfix: nginx could not be built --without-http-cache; the bug had
appeared in 0.7.60.
*) Bugfix: a segmentation fault occurred in worker process, if a
backend 401 error was intercepted and the backend did not set the
"WWW-Authenticate" response header line.
Thanks to Eugene Mychlo.
</ChangeLog> |
0.7.60 18 Jun 2009 06:54:15 |
osa |
Update passenger module support from 2.2.2 to
fresh bug fix edition 2.2.3.
Do not bump PORTREVISIONs. |
0.7.60 16 Jun 2009 08:42:38 |
osa |
Update from 0.7.59 to 0.7.60.
<ChangeLog>
*) Feature: the "updating" parameter in "proxy_cache_use_stale" and
"fastcgi_cache_use_stale" directives.
*) Feature: the "keepalive_requests" directive.
*) Bugfix: in open_file_cache and proxy/fastcgi cache interaction on
start up.
*) Bugfix: open_file_cache might cache open file descriptors too long.
*) Bugfix: the "If-Modified-Since", "If-Range", etc. client request (Only the first 15 lines of the commit message are shown above ) |
0.7.59 28 May 2009 19:48:11 |
osa |
Update from 0.6.37 to latest stable version 0.7.59.
Merge all features from -devel port.
Also mark -devel port IGNORE before new releases. |
0.6.37 19 May 2009 05:13:38 |
osa |
Update from 0.6.36 to 0.6.37.
Expand WWWOWN variable in rc script.
(*) Issue found by: demon
<ChangeLog>
*) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support
in mail proxy server.
Thanks to Maxim Dounin.
*) Bugfix: nginx could not be built on platforms different from i386,
amd64, sparc, and ppc; the bug had appeared in 0.6.36.
</ChangeLog> |
0.6.36 07 Apr 2009 10:14:16 |
osa |
Merge support for third-party upstream fair module from www/nginx-devel.
Do not bump PORTREVISION.
Requested by: Gergely CZUCZY <gergely.czuczy@harmless.hu> |
0.6.36 02 Apr 2009 07:58:05 |
osa |
Update from 0.6.35 to 0.6.36.
<ChangeLog>
*) Change: now the "Invalid argument" error returned by
setsockopt(TCP_NODELAY) on Solaris, is ignored.
*) Change: now POSTs without "Content-Length" header line are allowed.
*) Feature: the "try_files" directive.
*) Feature: the --with-pcre option in the configure.
*) Feature: the "if_modified_since" directive.
(Only the first 15 lines of the commit message are shown above ) |
0.6.35 31 Mar 2009 13:56:56 |
osa |
Make additional modules fetchable.
Do not bump PORTREVISION cause additional modules
are disabled by default.
Problem found: Andrew Clark aka andrewclarkii at gmail dot com
Patch idea: az
No cookie for: az |
0.6.35 26 Mar 2009 14:12:29 |
osa |
Merge latest changes from www/nginx-devel:
o add MAKE_JOBS_SAFE
o make modules fetchable by fix MASTER_SITES
o add support for http_gzip_static module [*]
Do not bump PORTREVISION.
[*] Patch from: MZ aka zuborg at advancedhosters dot com |
0.6.35 09 Feb 2009 06:58:02 |
osa |
Make accesskey module fetchable by fix MASTER_SITE_SUBDIR.
Do not bump PORTREVISION. |
0.6.35 06 Feb 2009 14:38:44 |
osa |
Merge support for accesskey module into stable version.
Do not bump PORTREVISION.
Spotted by: Andrey Belashkov <manager@capsida.net> |
0.6.35 27 Jan 2009 09:47:09 |
osa |
Update from 0.6.34 to latest bugfix release 0.6.35.
<ChangeLog>
*) Bugfix: in shared memory allocations if nginx was built without
debugging.
Thanks to Andrey Kvasov.
*) Bugfixes in an "Expect" request header line support.
*) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module.
</ChangeLog> |
0.6.34 03 Dec 2008 08:58:59 |
osa |
Actually remoce needless patch.
Do not bump PORTREVISION. |
0.6.34 03 Dec 2008 08:53:19 |
osa |
Update from 0.6.33 to 0.6.34.
Remove needless patch introduced in previous commit.
<ChangeLog>
*) Change: now the EAGAIN error returned by connect() is not considered
as temporary error.
*) Change: now the "gzip_vary" directive turned on issues a
"Vary: Accept-Encoding" header line for uncompressed responses too.
*) Feature: the "expires" directive supports daily time.
*) Feature: the "Expect" request header line support.
(Only the first 15 lines of the commit message are shown above ) |
0.6.33 21 Nov 2008 12:39:19 |
osa |
Update from 0.6.32 to 0.6.33.
Also, add the patch for bugfix: the "listen" directive parameters
such as "backlog", "rcvbuf", etc. were not set, if a default
server was not the first one. These changes also added into
mainstream for future releases.
<ChangeLog>
*) Feature: now nginx returns the 405 status code for POST method
requesting a static file only if the file exists.
*) Workaround: compatibility with glibc 2.3.
Thanks to Eric Benson and Maxim Dounin.
(Only the first 15 lines of the commit message are shown above ) |
0.6.32_1 15 Oct 2008 07:36:39 |
osa |
Merge latest changes from nginx-devel port.
1) new rc
2) extra command 'upgrade'
3) don't remove NGINX_TMPDIR directory, if port upgrade running
from -devel to stable port version.
Profiles are unsupported by this nginx version.
Bump PORTREVISION. |
0.6.32 07 Jul 2008 14:07:48 |
osa |
Update from 0.6.31 to 0.6.32.
Add perl5 category wheh perl-specific defined.
<ChangeLog>
*) Change: the "none" parameter in the "ssl_session_cache" directive;
now this is default parameter.
Thanks to Rob Mueller.
*) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as
\xXX in an access_log.
Thanks to Maxim Dounin.
*) Change: now nginx allows several "Host" request header line.
(Only the first 15 lines of the commit message are shown above ) |
0.6.31 19 May 2008 12:01:14 |
osa |
Update [stable branch] to 0.6.31.
Merge from -devel useful things. |
0.5.36 04 May 2008 14:26:13 |
osa |
Update to 0.5.36.
<ChangeLog>
*) Bugfix: the "sub_filter" directive might set text to change into
output.
*) Bugfix: a segmentation fault occurred in worker process, if empty
stub block was used second time in SSI.
*) Bugfix: the "proxy_store" and "fastcgi_store" directives did not
check a response length.
*) Bugfix: nginx issued the bogus error message "SSL_shutdown() failed
(SSL: )"; bug appeared in 0.5.35. (Only the first 15 lines of the commit message are shown above ) |
0.5.35 22 Jan 2008 07:38:33 |
osa |
Fix wrong mailproxy-specific (imap/pop3/smtp) configure keys.
By default all mailproxy options are off.
Do not bump PORTREVISION.
Problem found by: Rakhesh Sasidharan aka rakhesh at rakhesh dot com |
0.5.35 10 Jan 2008 15:18:25 |
osa |
Update from 0.5.34 to 0.5.35.
<ChangeLog>
*) Change: now the ngx_http_userid_module adds start time microseconds
to the cookie field contains a pid value.
*) Change: now the uname(2) is used on Linux instead of procfs.
Thanks to Ilya Novikov.
*) Feature: the "If-Range" request header line support.
Thanks to Alexander V. Inyukhin.
*) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
error; bug appeared in 0.5.13. (Only the first 15 lines of the commit message are shown above ) |
0.5.34 14 Dec 2007 09:28:34 |
osa |
Update from 0.5.33 to 0.5.34.
<ChangeLog>
*) Change: now the full request line instead of URI only is written to
error_log.
*) Feature: Cygwin compatibility.
Thanks to Vladimir Kutakov.
*) Feature: the "merge_slashes" directive.
*) Feature: the "gzip_vary" directive.
*) Feature: the "server_tokens" directive. (Only the first 15 lines of the commit message are shown above ) |
0.5.33 13 Nov 2007 07:54:35 |
osa |
Update from 0.5.32 to latest bugfix release 0.5.33.
Add new MAIL_* knobs.
Approved by: portmgr (erwin)
<CommitLog>
*) Change: now by default the "echo" SSI command uses
entity encoding.
*) Feature: the "encoding" parameter in the "echo"
SSI command.
*) Change: mail proxy was split on three modules: pop3,
imap and smtp. (Only the first 15 lines of the commit message are shown above ) |
0.5.32 08 Oct 2007 15:32:13 |
osa |
Update from 0.5.31 to 0.5.32.
<ChangeLog>
Changes with nginx 0.5.32 24 Sep 2007
*) Change: now nginx tries to set the "worker_priority",
"worker_rlimit_nofile", "worker_rlimit_core", and
"worker_rlimit_sigpending" without super-user privileges.
*) Change: now nginx escapes space and "%" in request to a mail proxy
authentication server.
*) Change: now nginx escapes "%" in $memcached_key variable.
*) Change: the special make target "upgrade1" was defined for online (Only the first 15 lines of the commit message are shown above ) |
0.5.31_1 19 Sep 2007 08:48:24 |
osa |
Optionify.
Utilize ETCDIR for Makefile and pkg-plist.
Some knobs deprecated, so bump PORTREVISION. |
0.5.31 16 Aug 2007 08:43:06 |
osa |
Update to 0.5.31.
Rewrote pkg-plist as describe in FreeBSD Porter's Handbook,
section 7.3 for fix package installation. (*)
Problem found by: Denis Shaposhnikov dsh at vlink dot ru (*)
<ChangeLog>
*) Feature: named locations.
*) Feature: the "proxy_store" and "fastcgi_store" directives.
*) Feature: the "proxy_store_access" and "fastcgi_store_access"
directives.
</ChangeLog> |
0.5.30 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
0.5.30 30 Jul 2007 10:48:36 |
osa |
Force commit.
Previous commit log was: Update to 0.5.30. |
0.5.30 30 Jul 2007 10:45:23 |
osa |
Update to 0.5.29.
<ChangeLog>
*) Feature: the $args variable can be set with the "set"
directive.
*) Feature: the $is_args variable.
*) Bugfix: if a client has closed connection to mail proxy
then nginx might not close connection to backend.
*) Bugfix: now nginx escapes space in $memcached_key
variable.
(Only the first 15 lines of the commit message are shown above ) |
0.5.29 23 Jul 2007 09:18:54 |
osa |
Update to 0.5.29.
<ChangeLog>
*) Feature: $nginx_version variable.
Thanks to Nick S. Grechukh.
*) Bugfix: if the FastCGI header was split in records, then nginx
passed garbage in the header to a client.
*) Bugfix: Sun Studio compatibility on Solaris/amd64 and
Solaris/sparc64.
Thanks to Jiang Hong and Andrei Nigmatulin.
*) Bugfix: of minor potential bugs.
Thanks to Coverity's Scan.
</ChangeLog> |
0.5.28 17 Jul 2007 11:53:48 |
osa |
Update to 0.5.28.
<ChangeLog>
*) Security: the "msie_refresh" directive allowed XSS.
*) Bugfix: a segmentation fault might occur in worker process
if the "auth_http_header" directive was used.
Thanks to Maxim Dounin.
*) Bugfix: a segmentation fault occurred in worker process if
the CRAM-MD5 authentication method was used, but it was not
enabled.
*) Bugfix: a segmentation fault might occur in worker process
if the eventport method was used.
</ChangeLog> |
0.5.27 09 Jul 2007 08:14:03 |
osa |
Update to 0.5.27.
<ChangeLog>
*) Bugfix: if remote SSI subrequest was used, then posterior
local file subrequest might transferred to client in wrong
order.
*) Bugfix: large SSI inclusions buffered in temporary files
were truncated.
</ChangeLog> |
0.5.26 28 Jun 2007 15:18:57 |
osa |
Knobs management:
i) remove absolete WITH_IMAP_MODULE.
ii) new one WITH_ADDITION_MODULE (*).
Do not bump PORTREVISION.
Requested by: dwl aka dwl at dewil dot ru (*) |
0.5.26 18 Jun 2007 07:08:46 |
osa |
Update to 0.5.26.
Fix rc script functionality for extra configtest_cmd command. (*)
<ChangeLog>
*) Bugfix: in SSI parsing.
</ChangeLog>
Spotted by: Andrey Y. Ostanovsky < andrey at ostanovsky dot spb dot ru > (*) |
0.5.25_2 15 Jun 2007 08:28:20 |
osa |
Resolve conflict with nginx stable.
Bump PORTREVISION. |
0.5.25_1 14 Jun 2007 10:32:32 |
osa |
Change default location for 50x.html in configuration file.
Bump PORTREVISION.
Requested by: Igor Sysoev <is at rambler-co dot ru> |
0.5.25 13 Jun 2007 07:09:00 |
osa |
Update to 0.5.25.
<ChangeLog>
*) Bugfix: nginx could not be built with the
--without-http_rewrite_module parameter; bug
appeared in 0.5.24.
</ChangeLog> |
0.5.24 06 Jun 2007 07:05:18 |
osa |
Update to 0.5.24.
<ChangeLog>
*) Security: the "ssl_verify_client" directive did not work if request
was made using HTTP/0.9.
*) Bugfix: a part of response body may be passed uncompressed if gzip
was used; bug appeared in 0.5.23.
</ChangeLog> |
0.5.23 04 Jun 2007 14:35:36 |
osa |
Update to 0.5.23.
<ChangeLog>
*) Feature: the ngx_http_ssl_module supports Server
Name Indication TLS extension.
*) Feature: the "fastcgi_catch_stderr" directive.
Thanks to Nick S. Grechukh, OWOX project.
*) Bugfix: a segmentation fault occurred in master process
if two virtual servers should bind() to the overlapping
ports.
*) Bugfix: if nginx was built with ngx_http_perl_module
and perl supported threads, then during second
reconfiguration the error messages "panic: MUTEX_LOCK"
and "perl_parse() failed" were issued.
*) Bugfix: in the HTTPS protocol in the "proxy_pass"
directive.
</ChangeLog> |
0.5.22 29 May 2007 12:19:40 |
osa |
Update to fresh bugfix release 0.5.22.
<Changelog>
Bugfix: the big request body might not be passed to
backend; bug appeared in 0.5.21.
</Changelog> |
0.5.21 28 May 2007 16:08:18 |
osa |
Update to latest bugfix release 0.5.21.
<Changelog>
*) Bugfix: if server has more than about ten locations, then
regex locations may be choosen not in that order as they
were specified.
*) Bugfix: a worker process may got caught in an endless loop
on 64-bit platform, if the 33-rd or next in succession
backend has failed.
Thanks to Anton Povarov.
*) Bugfix: a bus error might occur on Solaris/sparc64 if the
PCRE library was used.
Thanks to Andrei Nigmatulin.
*) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
</Changelog> |
0.5.20 25 May 2007 06:34:39 |
osa |
Update to 0.5.20.
<ChangeLog>
*) Feature: the "sendfile_max_chunk" directive.
*) Feature: the "$http_...", "$sent_http_...", and
"$upstream_http_..." variables may be changed using
the "set" directive.
*) Bugfix: a segmentation fault might occur in worker
process if the SSI command 'if expr="$var = /"'
was used.
*) Bugfix: trailing boundary of multipart range
response was transferred incorrectly.
Thanks to Evan Miller.
*) Bugfix: nginx did not work on Solaris/sparc64 if
it was built by Sun Studio.
Thanks to Andrei Nigmatulin.
*) Bugfix: the ngx_http_perl_module could not built
by Solaris make.
Thanks to Andrei Nigmatulin.
</ChangeLog> |
0.5.19 24 Apr 2007 06:54:08 |
osa |
Update to 0.5.19. |
0.5.18 20 Apr 2007 06:27:39 |
osa |
Update to 0.5.18. |
0.5.17 02 Apr 2007 11:26:06 |
osa |
Update to latest bugfix release 0.5.17.
Change knob IMAP_MODULE to MAIL_MODULE (1).
Keep compatibility for IMAP_MODULE, notice warning if usage.
Cosmetic fixes for package list (2).
(1) Anton Yuzhaninov (citrin at rambler-co dot ru)
(2) portlint -a |
0.5.15 19 Mar 2007 14:17:48 |
osa |
Update to fresh latest bugfix release 0.5.15. |
0.5.14 28 Feb 2007 13:33:39 |
osa |
Update to latest fresh bugfix release: 0.5.14. |
0.5.13 19 Feb 2007 14:30:24 |
osa |
Update to 0.5.13. |
0.5.12 12 Feb 2007 16:43:42 |
osa |
Update to 0.5.12. |
0.5.11 06 Feb 2007 08:19:03 |
osa |
Update to 0.5.11. |
0.5.10 26 Jan 2007 11:17:33 |
osa |
Update to 0.5.10. |
0.5.9 25 Jan 2007 16:59:40 |
osa |
Update to 0.5.9. |
0.5.8 22 Jan 2007 14:28:42 |
osa |
Update to latest bugfix release 0.5.8. |
0.5.7 16 Jan 2007 16:30:05 |
osa |
Update to 0.5.7. |
0.5.6 15 Jan 2007 09:28:59 |
osa |
Update to 0.5.6.
Submitted by: Gea-Suan Lin (gslin at gslin dot org)
PR: 107945 |
0.5.5 25 Dec 2006 08:41:25 |
osa |
Update to 0.5.5. |
0.5.4 15 Dec 2006 09:17:54 |
osa |
Update to 0.5.4. |
0.5.3 14 Dec 2006 07:27:23 |
osa |
Update to 0.5.3. |
0.5.0 05 Dec 2006 09:20:22 |
osa |
Update to 0.5.0.
Include NGX_DEBUG_MALLOC into WITH_DEBUG knob. [*]
Submitted by: Anton Yuzhaninov <citrin at citrin dot ru> [*] |
0.4.14 27 Nov 2006 16:06:57 |
osa |
Update to 0.4.14. |
0.4.13 16 Nov 2006 07:39:35 |
osa |
Update to 0.4.13. |
0.4.12 01 Nov 2006 08:39:50 |
osa |
Update to 0.4.12. |
0.4.11 31 Oct 2006 08:59:18 |
osa |
Update to 0.4.11. |
0.4.6 09 Oct 2006 06:24:01 |
osa |
Update to 0.4.6. |
0.4.2 14 Sep 2006 18:03:37 |
osa |
Update to fresh "linux-bugfix" release 0.4.2. |
0.4.1 14 Sep 2006 14:37:45 |
osa |
Update to latest release version: 0.4.1.
Add one more knob - WITH_PERL_MODULE. [1]
Submitted by: Yuri Karaban <ykar at list dot ru> [1] |
0.4.0 31 Aug 2006 08:59:30 |
osa |
Update to 0.4.0. |
0.3.60 20 Aug 2006 20:33:32 |
osa |
Update to 0.3.60. |
0.3.59 16 Aug 2006 13:19:36 |
osa |
Update to 0.3.59. |
0.3.57 10 Aug 2006 07:41:14 |
osa |
Update to 0.3.57. |
0.3.56 07 Aug 2006 08:01:35 |
osa |
Update to latest version: 0.3.56. |
0.3.55 31 Jul 2006 12:07:08 |
osa |
Update to latest version: 0.3.55. |
0.3.54 11 Jul 2006 14:16:11 |
osa |
Update to 0.3.54. |
0.3.52 04 Jul 2006 06:32:37 |
osa |
Update to 0.3.52. |
0.3.51_1 30 Jun 2006 12:45:38 |
osa |
Install 4 additional files from distro.
Bump PORTREVISION. |
0.3.51 30 Jun 2006 12:26:27 |
osa |
Update to fresh bugfix release: 0.3.51. |
0.3.50 29 Jun 2006 06:48:39 |
osa |
Update to 0.3.50. |
0.3.49 31 May 2006 14:45:08 |
osa |
Update to fresh bugfix release 0.3.49. |
0.3.48 29 May 2006 18:04:37 |
osa |
Update to 0.3.48. |
0.3.47 25 May 2006 10:42:10 |
osa |
Update to 0.3.47. |
0.3.46 11 May 2006 14:28:04 |
osa |
Update to 0.3.46. |
0.3.45 10 May 2006 09:55:03 |
osa |
Update to 0.3.45.
Update port infrastructure.
Add compiler's debug flag if WITH_DEBUG defined.
Add prefix NGINX_ for port's variables (VARDIR, LOGDIR, TMPDIR) for
prevent conflict with system variables.
Remove STOP_BEFORE_REMOVE and START_AFTER_INSTALL knobs. |
0.3.40 21 Apr 2006 11:24:50 |
osa |
Update to 0.3.40.
Remove needless USE_REINPLACE. |
0.3.39 18 Apr 2006 07:15:17 |
osa |
Update to 0.3.39. |
0.3.38 14 Apr 2006 09:54:18 |
osa |
Update to 0.3.38. |
0.3.37 07 Apr 2006 14:03:49 |
osa |
Update to 0.3.37. |
0.3.36 05 Apr 2006 13:16:35 |
osa |
Update to 0.3.36. |
0.3.35 01 Apr 2006 09:28:48 |
osa |
Update to 0.3.35. |
0.3.33 15 Mar 2006 22:08:51 |
osa |
Update to 0.3.33. |
0.3.32 15 Mar 2006 08:35:27 |
osa |
Update to 0.3.32. |
0.3.30 23 Feb 2006 08:31:16 |
osa |
Update to 0.3.30. |