diff --git a/newznab/build/nntmux.xml b/newznab/build/nntmux.xml
index c6f3d07ee..00d73c47a 100755
--- a/newznab/build/nntmux.xml
+++ b/newznab/build/nntmux.xml
@@ -6,13 +6,12 @@
225
- 0.0.0
-
+ 0.4.29
- 4436
+ 4437
diff --git a/resources/db/patches/mysql/+1~dnzb_failures.sql b/resources/db/patches/mysql/+1~dnzb_failures.sql
deleted file mode 100644
index d331da40b..000000000
--- a/resources/db/patches/mysql/+1~dnzb_failures.sql
+++ /dev/null
@@ -1,18 +0,0 @@
-# This patch will eliminate the useless id column from dnzb_failures
-# This should improve query times for failed releases operations across the board
-# and save a little hdd/ram space
-
-# Remove auto_increment, drop and recreate the primary key , rename releaseid column and drop
-# index
-ALTER TABLE dnzb_failures
- MODIFY COLUMN id INT(11) UNSIGNED NOT NULL,
- CHANGE COLUMN releaseid release_id INT(11) UNSIGNED NOT NULL AFTER id,
- DROP INDEX ux_dnzb_failures,
- DROP PRIMARY KEY,
- ADD PRIMARY KEY (release_id, userid),
- DROP INDEX ix_dnzb_releaseid;
-
-# Drop the id and guid columns
-ALTER TABLE dnzb_failures
- DROP COLUMN id,
- DROP COLUMN guid;
diff --git a/www/admin/regex-edit.php b/www/admin/regex-edit.php
index 817a4ec46..5662e6762 100644
--- a/www/admin/regex-edit.php
+++ b/www/admin/regex-edit.php
@@ -63,4 +63,3 @@ $page->smarty->assign('catlist',$category->getForSelect(true));
$page->content = $page->smarty->fetch('regex-edit.tpl');
$page->render();
-
diff --git a/www/themes/charisma/templates/frontend/books.tpl b/www/themes/charisma/templates/frontend/books.tpl
index fb3c39f01..3aeabee8e 100644
--- a/www/themes/charisma/templates/frontend/books.tpl
+++ b/www/themes/charisma/templates/frontend/books.tpl
@@ -151,7 +151,7 @@
-{/if}
\ No newline at end of file
+{/if}
diff --git a/www/themes/charisma/templates/frontend/profileedit.tpl b/www/themes/charisma/templates/frontend/profileedit.tpl
index 3127a34d6..9a203a0f2 100644
--- a/www/themes/charisma/templates/frontend/profileedit.tpl
+++ b/www/themes/charisma/templates/frontend/profileedit.tpl
@@ -20,7 +20,7 @@
\ No newline at end of file
+
diff --git a/www/themes/charisma/templates/frontend/search.tpl b/www/themes/charisma/templates/frontend/search.tpl
index ee0af84fd..487a36a95 100644
--- a/www/themes/charisma/templates/frontend/search.tpl
+++ b/www/themes/charisma/templates/frontend/search.tpl
@@ -328,7 +328,7 @@
{/foreach}
-{/if}
\ No newline at end of file
+{/if}
diff --git a/www/themes/charisma/templates/frontend/viewmoviefull.tpl b/www/themes/charisma/templates/frontend/viewmoviefull.tpl
index 3d4bc42c4..38231ec61 100644
--- a/www/themes/charisma/templates/frontend/viewmoviefull.tpl
+++ b/www/themes/charisma/templates/frontend/viewmoviefull.tpl
@@ -172,7 +172,7 @@
{/foreach}
-{/if}
\ No newline at end of file
+{/if}
diff --git a/www/themes/omicron/templates/frontend/viewmoviefull.tpl b/www/themes/omicron/templates/frontend/viewmoviefull.tpl
index 80535f756..d78f66f60 100644
--- a/www/themes/omicron/templates/frontend/viewmoviefull.tpl
+++ b/www/themes/omicron/templates/frontend/viewmoviefull.tpl
@@ -172,7 +172,7 @@