mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-21 23:07:39 +00:00
trivial: post release version bump
This commit is contained in:
parent
40a6b1f619
commit
6d645c7d2d
1
NEWS
1
NEWS
@ -20,6 +20,7 @@ Bugfixes:
|
|||||||
- Do not require libcolorhug to build (Richard Hughes)
|
- Do not require libcolorhug to build (Richard Hughes)
|
||||||
- Fix a crash in libfwupd where no device ID is set (Richard Hughes)
|
- Fix a crash in libfwupd where no device ID is set (Richard Hughes)
|
||||||
- Fix a potential DoS in libdfu by limiting holes to 1MiB (Richard Hughes)
|
- Fix a potential DoS in libdfu by limiting holes to 1MiB (Richard Hughes)
|
||||||
|
- Fix a segfault that sometimes occurs during cleanup of USB plugins (Mario Limonciello)
|
||||||
- Fix Hardware-ID{0,1,2,12} compatibility with Microsoft (Gergely Risko)
|
- Fix Hardware-ID{0,1,2,12} compatibility with Microsoft (Gergely Risko)
|
||||||
- Hide devices that aren't updatable by default in fwupdmgr (Mario Limonciello)
|
- Hide devices that aren't updatable by default in fwupdmgr (Mario Limonciello)
|
||||||
- Search all UEFI GUIDs when matching hardware (Richard Hughes, Mario Limonciello)
|
- Search all UEFI GUIDs when matching hardware (Richard Hughes, Mario Limonciello)
|
||||||
|
6
RELEASE
6
RELEASE
@ -2,9 +2,9 @@ fwupd Release Notes
|
|||||||
|
|
||||||
1. Write NEWS entries for fwupd in the same format as usual.
|
1. Write NEWS entries for fwupd in the same format as usual.
|
||||||
|
|
||||||
git shortlog 1.0.7.. | grep -i -v trivial | grep -v Merge > NEWS.new
|
git shortlog 1.0.8.. | grep -i -v trivial | grep -v Merge > NEWS.new
|
||||||
|
|
||||||
Version 1.0.8
|
Version 1.0.9
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
Released: 2018-xx-xx
|
Released: 2018-xx-xx
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ git add ../po/*.po
|
|||||||
2. Commit changes to git:
|
2. Commit changes to git:
|
||||||
|
|
||||||
# MAKE SURE THESE ARE CORRECT
|
# MAKE SURE THESE ARE CORRECT
|
||||||
export release_ver="1.0.8"
|
export release_ver="1.0.9"
|
||||||
|
|
||||||
git commit -a -m "Release fwupd ${release_ver}"
|
git commit -a -m "Release fwupd ${release_ver}"
|
||||||
git tag -s -f -m "Release fwupd ${release_ver}" "${release_ver}"
|
git tag -s -f -m "Release fwupd ${release_ver}" "${release_ver}"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('fwupd', 'c',
|
project('fwupd', 'c',
|
||||||
version : '1.0.8',
|
version : '1.0.9',
|
||||||
license : 'LGPL-2.1+',
|
license : 'LGPL-2.1+',
|
||||||
meson_version : '>=0.43.0',
|
meson_version : '>=0.43.0',
|
||||||
default_options : ['warning_level=2', 'c_std=c99'],
|
default_options : ['warning_level=2', 'c_std=c99'],
|
||||||
|
Loading…
Reference in New Issue
Block a user