v0.4.0 is released!

Changes are below.

magneticod:
* Performance improvements
  * Unregistering WRITE event when possible
  * Using files instead of memory for temporary SQLite
    objects
* Stability improvements
  * Limit metadata size to prevent crashes due to
    malicious or malformed answers.
  * Flushing metadata buffer while exiting gracefully

magneticow:
* Stability improvements
  * Homepage crash due to count functionality when the
    database is empty, is fixed.
* Statistics page added, although very slow!
This commit is contained in:
Bora M. Alper 2017-05-30 12:28:34 +03:00
parent 273237bd39
commit 6bceb9c784
3 changed files with 3 additions and 3 deletions

View File

@ -12,4 +12,4 @@
#
# You should have received a copy of the GNU Affero General Public License along with this program. If not, see
# <http://www.gnu.org/licenses/>.
__version__ = (0, 3, 0)
__version__ = (0, 4, 0)

View File

@ -8,7 +8,7 @@ def read_file(path):
setup(
name="magneticod",
version="0.3.0",
version="0.4.0",
description="Autonomous BitTorrent DHT crawler and metadata fetcher.",
long_description=read_file("README.rst"),
url="http://magnetico.org",

View File

@ -8,7 +8,7 @@ def read_file(path):
setup(
name="magneticow",
version="0.3.0",
version="0.4.0",
description="Lightweight web interface for magnetico.",
long_description=read_file("README.rst"),
url="http://magnetico.org",