OSX upgrades seem to be working now
This commit is contained in:
parent
dabae084e8
commit
87c75417ac
2 changed files with 4 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -2,7 +2,8 @@ git-annex (5.20131121) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Futher improvements to git repair.
|
* Futher improvements to git repair.
|
||||||
* Avoid misbehavior when addurl is used with quvi 0.9.
|
* Avoid misbehavior when addurl is used with quvi 0.9.
|
||||||
* webapp: Detect when an upgrade to git-annex is available.
|
* webapp: Detect when upgrades are available, and upgrade if the user
|
||||||
|
desires.
|
||||||
(Only when git-annex is installed using the prebuilt binaries
|
(Only when git-annex is installed using the prebuilt binaries
|
||||||
from git-annex upstream, not from eg Debian.)
|
from git-annex upstream, not from eg Debian.)
|
||||||
* assistant: Detect when the git-annex binary is modified or replaced,
|
* assistant: Detect when the git-annex binary is modified or replaced,
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
Especially on Mac OSX (and Windows, and maybe Android), it would be great to be able to check in the webapp if an upgrade is available. A deeper integration with these OS would be even better: for example on Mac OSX, an icon on the status bar list available upgrades for some programs, including LibreOffice and others which are not installed by default.
|
Especially on Mac OSX (and Windows, and maybe Android), it would be great to be able to check in the webapp if an upgrade is available. A deeper integration with these OS would be even better: for example on Mac OSX, an icon on the status bar list available upgrades for some programs, including LibreOffice and others which are not installed by default.
|
||||||
|
|
||||||
Also, it would be great to be able to download and install git-annex upgrades directly from the webapp.
|
Also, it would be great to be able to download and install git-annex upgrades directly from the webapp.
|
||||||
|
|
||||||
|
> comprehensively [[done]]; [[design/assistant/upgrading]] --[[Joey]]
|
||||||
|
|
Loading…
Reference in a new issue