* Update: Hide the update buttons when router.updateDisabled=true, as is the case

for Debian packages. Broken in 0.9.4. (Ticket #817)
           Remove unused shouldInstall() method.
This commit is contained in:
zzz
2012-12-19 14:58:37 +00:00
parent 5dfef69688
commit 667b548d3b
2 changed files with 9 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
2012-12-19 zzz
* Update: Hide the update buttons when router.updateDisabled=true, as is the case
for Debian packages. Broken in 0.9.4. (Ticket #817)
* 2012-12-17 0.9.4 released
2012-12-14 kytv