summaryrefslogtreecommitdiff
path: root/RELEASE
blob: 53726843adfcb77e6f4b120732791df15bb95c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
GUsb Release Notes

* Write NEWS entries for GUsb in the same format as usual.

git shortlog gusb_0_2_11.. | grep -i -v trivial | grep -v Merge > NEWS.new

--------------------------------------------------------------------------------
Version 0.2.12
~~~~~~~~~~~~~~
Released: 2017-xx-xx

Notes:

New Features:

Bugfixes:
--------------------------------------------------------------------------------

* Update library version if new ABI or API in configure.ac

* Commit changes in git:

git commit -a -m "Release version 0.2.12"
git tag -s -f -m "Release 0.2.12" gusb_0_2_12
<gpg password>
git push --tags
git push

* run 'make dist'

* Upload tarball to:

scp *.tar.* hughsient@people.freedesktop.org:public_html/releases/

* Do post release version bump in configure.ac

* Commit trivial changes:

git commit -a -m "trivial: post release version bump"
git push

* Send an email to devkit-devel@lists.freedesktop.org

=================================================
GUsb 0.2.11 released!

GUsb is a GObject wrapper for libusb1 that makes it easy to do
asynchronous control, bulk and interrupt transfers with proper
cancellation and integration into a mainloop.

Tarballs available here: http://people.freedesktop.org/~hughsient/releases/

=================================================