From 6ce7b11e8ffa403df820be2ad0e4f9156e4dbba0 Mon Sep 17 00:00:00 2001 From: Darko Date: Sat, 20 Jul 2013 08:25:27 +0200 Subject: [PATCH] Some more changes --- changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog b/changelog index 7d43e89c7..a6f18f0ba 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,4 @@ +20.07.2013 --> fixed bug in prehash, you will need to run this query: update prehash set title = replace (title, ' - omgwtfnzbs.org', ''); 19.07.2013 --> Removed nzbx_ws_hashdecrypt.php as it is no longer working. Added standalone hash_decrypt.php as a replacement. You need do run this sql "ALTER TABLE `releases` ADD `dehashstatus` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `haspreview`;" on newznab database if you want to run this.