Skip to content

Commit

Permalink
prepare for v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guijan committed Apr 10, 2022
1 parent 93b74e5 commit fb8c0cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG-1.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Changes in libobsd 1.1.1:

- Fix incorrect header install directory

6 changes: 5 additions & 1 deletion docs/RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-->

- [ ] decide on the new semantic version number, represented by `$VERSION`
- [ ] set `revision` in [libobsd.wrap](libobsd.wrap) to `$VERSION`
- [ ] set `version` in [meson.build](meson.build)'s project() call to `$VERSION`
- [ ] Make sure docs/CHANGELOG.md ends with a blank line and has "changes in
libobsd `$VERSION`" written at the top
Expand All @@ -25,3 +24,8 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- [ ] git tag -m 'libobsd `$VERSION`' `v$VERSION`

Remember: a version is only preceded by a 'v' in the tag name and nowhere else.

After pushing:

- [ ] update the WrapDB file
- [ ] update the OpenWRT package
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

project('libobsd', 'c', version: '1.1.0',
project('libobsd', 'c', version: '1.1.1',
license: 'ISC AND BSD-3-Clause AND BSD-4-Clause',
default_options: ['c_std=gnu99', 'warning_level=2', 'b_lto=true'])

Expand Down

0 comments on commit fb8c0cb

Please sign in to comment.