Skip to content

Commit

Permalink
Update to 0.2.231
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Dec 20, 2017
1 parent 556b9c8 commit 4bacd53
Show file tree
Hide file tree
Showing 23 changed files with 83 additions and 170,938 deletions.
8 changes: 4 additions & 4 deletions Microsoft.VC90.CRT.manifest
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<noInheritable/>
<assemblyIdentity name="Microsoft.VC90.CRT" processorArchitecture="amd64" publicKeyToken="1fc8b3b9a1e18e3b" type="win32" version="9.0.30729.9279"/>
<file hash="e78bd37f71a93303bbecfef8b40b5986324fac6b" hashalg="SHA1" name="msvcr90.dll"/>
<file hash="b5ff58c776da621cfb337477b3343777805ff345" hashalg="SHA1" name="msvcp90.dll"/>
<file hash="416f64412ecf472bef9e2f3a82d30cf8aea422a7" hashalg="SHA1" name="msvcm90.dll"/>
<assemblyIdentity name="Microsoft.VC90.CRT" processorArchitecture="amd64" publicKeyToken="1fc8b3b9a1e18e3b" type="win32" version="9.0.30729.9317"/>
<file hash="04e5133e58c043a6e5e27960c8d780755506db5f" hashalg="SHA1" name="msvcr90.dll"/>
<file hash="383dc10d56f6e92a64ec270232402139a5b79e92" hashalg="SHA1" name="msvcp90.dll"/>
<file hash="56d5330fb2a0637c25915c84a9f78f1a1955cb48" hashalg="SHA1" name="msvcm90.dll"/>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# NZB Hydra changelog

----------
### 0.2.231
Fixed: Prevent hit limit reset times from being greater than 23. See [#690](https://github.com/theotherp/nzbhydra/issues/690).

### 0.2.230
Added: Option to define expiry of remember-me cookie. See [#676](https://github.com/theotherp/nzbhydra/issues/676).

Expand Down
Binary file modified msvcm90.dll
Binary file not shown.
Binary file modified msvcp90.dll
Binary file not shown.
Binary file modified msvcr90.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion nzbhydra.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity name="nzbhydra" processorArchitecture="amd64" type="win32" version="1.0.0.0"/>
<dependency>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VC90.CRT" processorArchitecture="amd64" publicKeyToken="1fc8b3b9a1e18e3b" type="win32" version="9.0.30729.9279"/>
<assemblyIdentity name="Microsoft.VC90.CRT" processorArchitecture="amd64" publicKeyToken="1fc8b3b9a1e18e3b" type="win32" version="9.0.30729.9317"/>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"/>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified python27.dll
Binary file not shown.
22,201 changes: 17 additions & 22,184 deletions static/css/alllibs.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/alllibs.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 4bacd53

Please sign in to comment.