libosmocore.git branch master updated. 0.9.6-357-gff932bbc

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Tue Aug 8 11:55:19 UTC 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  ff932bbc38661a327382495de1e30b521a91b548 (commit)
      from  a8a8d3977dc3b31352f8a87ca005763677bd7e8c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=ff932bbc38661a327382495de1e30b521a91b548

commit ff932bbc38661a327382495de1e30b521a91b548
Author: Max <msuraev at sysmocom.de>
Date:   Tue Jul 4 18:19:38 2017 +0200

    Add release target to Makefile
    
    Add simple helper target to automate basic release steps:
    * version bump
    * prepare release commit
    * git commit, tag and sign
    
    For library projects:
    * update debian/changelog from TODO-RELEASE
    * cleanup TODO-RELEASE
    
    For non-library projects:
    * update debian/changelog from git log
    
    Note: it requires bumpversion package to be installed, debian/control is
    adjusted accordingly. The helper itself is installed to facilitate reuse
    by other libraries.
    
    N. B: you still have to manually adjust LIBVERSION in previous commit -
    see TODO-RELEASE header for details.
    
    Use it as follows:
    make REL=minor release
    
    The REL parameter defines which component of the version [1] to bump and
    can be any of { major, minor, patch }.
    
    [1] http://semver.org/
    
    Change-Id: I790ceb958195b9f6cbabfe8c977dc30e2bd7414b
    Related: OS#1861

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am     |  9 ++++++++-
 configure.ac    |  4 ++++
 debian/control  |  1 +
 osmo-release.mk | 28 ++++++++++++++++++++++++++++
 4 files changed, 41 insertions(+), 1 deletion(-)
 create mode 100644 osmo-release.mk


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list