Empty commit

This commit is contained in:
Git 2014-03-18 08:00:45 +00:00
parent f8d087396d
commit 14d8d133f5
2 changed files with 5 additions and 2 deletions

View File

@ -3,9 +3,9 @@ Gazelle is a web framework geared towards private BitTorrent trackers. Although
## Gazelle Runtime Dependencies ## Gazelle Runtime Dependencies
* [Nginx](http://wiki.nginx.org/Main) (recommended) * [Nginx](http://wiki.nginx.org/Main) (recommended)
* [PHP 5.4 or later](https://www.php.net/) (required) * [PHP 5.4 or newer](https://www.php.net/) (required)
* [Memcached](http://memcached.org/) (required) * [Memcached](http://memcached.org/) (required)
* [Sphinx](http://sphinxsearch.com/) (required) * [Sphinx 2.0.6 or newer](http://sphinxsearch.com/) (required)
* [procps-ng](http://sourceforge.net/projects/procps-ng/) (recommended) * [procps-ng](http://sourceforge.net/projects/procps-ng/) (recommended)
## Gazelle/Ocelot Compile-time Dependencies ## Gazelle/Ocelot Compile-time Dependencies

View File

@ -1,5 +1,8 @@
CHANGE LOG CHANGE LOG
2014-03-18 by alderaan
README: State that Sphinx 2.0.6 or newer is required
2014-03-17 by alderaan 2014-03-17 by alderaan
Uncomment some of the Ratio Watch code in public Gazelle. This was accidentally commented out in the public code. Uncomment some of the Ratio Watch code in public Gazelle. This was accidentally commented out in the public code.