blob: a5c45879f64d30eb01fc612a3bf72c760c015160 (
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
|
Release Checklist
=================
Pre-release:
- doc/CHANGELOG
Use ../ChangeLog to update changelog.
- configure.in
Update version.
- src/Makefile.am
Update LDFLAGS' version-info.
- tag it, with -rc#
> git tag -fa libnet-x.y.z -m libnet-x.y.z
> git push --tags
- Announce release-candidate on libnet-dev-announce
Post-release:
- Post tarball to source forge.
Go to:
http://sourceforge.net/projects/libnet-dev/
Login as ras_u_ras_t
Go to:
https://sourceforge.net/projects/libnet-dev/files_beta/
- Announce release on libnet-dev-announce
|