File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 1
1
GUsb Release Notes
2
2
==================
3
3
4
- git log --format="%s" --cherry-pick --right-only 0.4.7 ... | grep -i -v trivial | grep -v Merge | sort | uniq
4
+ git log --format="%s" --cherry-pick --right-only 0.4.8 ... | grep -i -v trivial | grep -v Merge | sort | uniq
5
5
Add any user visible changes into ../contrib/org.freedesktop.GUsb.metainfo.xml
6
6
appstream-util appdata-to-news ../contrib/org.freedesktop.GUsb.metainfo.xml > ../NEWS
7
7
8
8
Update library version if new ABI or API in ` meson.build ` , commit, and build tarball:
9
9
10
10
# MAKE SURE THIS IS CORRECT
11
- export release_ver="0.4.8 "
11
+ export release_ver="0.4.9 "
12
12
13
13
git commit -a -m "Release version ${release_ver}"
14
14
git tag -s -f -m "Release ${release_ver}" "${release_ver}"
@@ -23,15 +23,3 @@ Do post release version bump in `meson.build` and commit changes:
23
23
24
24
git commit -a -m "trivial: post release version bump"
25
25
git push
26
-
27
- Send an email to devkit-devel@lists.freedesktop.org
28
-
29
- =================================================
30
- GUsb 0.4.7 released
31
-
32
- GUsb is a GObject wrapper for libusb1 that makes it easy to do
33
- asynchronous control, bulk and interrupt transfers with proper
34
- cancellation and integration into a mainloop.
35
-
36
- Tarballs available here: https://github.com/hughsie/libgusb/releases
37
- =================================================
Original file line number Diff line number Diff line change 1
1
project (' libgusb' , ' c' ,
2
- version : ' 0.4.8 ' ,
2
+ version : ' 0.4.9 ' ,
3
3
license : ' LGPL-2.1+' ,
4
4
meson_version : ' >=0.56.0' ,
5
5
default_options : [' c_std=c99' ]
You can’t perform that action at this time.
0 commit comments