Released UPower 0.99.7

This commit is contained in:
Richard Hughes 2017-11-28 11:15:54 +00:00
parent 7771a57b81
commit b443f750cf
2 changed files with 13 additions and 1 deletions

12
NEWS
View file

@ -1,3 +1,15 @@
Version 0.99.7
~~~~~~~~~~~~~~
Released: 2017-11-28
New Features:
- Add support for Bluetooth LE device batteries (Bastien Nocera)
- Allow to be replaced via --replace,-r (Christian Kellner)
Bugfixes:
- Fix critical action after resume from hibernate (Miroslav Sustek)
- Fix compilation with libimobiledevice git (Bastien Nocera)
Version 0.99.6
~~~~~~~~~~~~~~
Released: 2017-09-11

View file

@ -14,7 +14,7 @@ Bugfixes:
2. Commit changes to git:
git commit -a -m "Released UPower 0.99.7"
git tag -s -f -m "Released UPower 0.99.7" UPOWER_0_99_6
git tag -s -f -m "Released UPower 0.99.7" UPOWER_0_99_7
<wait>
git push --tags
git push