From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Wed, 27 Feb 2013 14:52:12 +0100
Message-ID: <E1UAhQa-0006Xf-Ul@calypso.gnumonks.org>
Subject: libosmocore.git branch master updated. 0.5.3-102-gefd2bd6
Message: 2

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  efd2bd691fd948df00c1eebcd8599b871f5c34f5 (commit)
      from  73377229bb33ab79682ce4b126a63602d13304ad (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/cgit/libosmocore/commit/?id=efd2bd691fd948df00c1eebcd8599b871f5c34f5

commit efd2bd691fd948df00c1eebcd8599b871f5c34f5
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Wed Feb 27 14:51:23 2013 +0100

    Revert "Added a ring buffer log target to store the last N log messages."
    
    I noticed some more issues and it is the easiest to revert and include
    the fixed version.
    
    This reverts commit 73377229bb33ab79682ce4b126a63602d13304ad.

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

Summary of changes:
 .gitignore                       |    2 -
 include/osmocom/core/logging.h   |    5 -
 include/osmocom/core/loggingrb.h |   40 -------
 include/osmocom/core/strrb.h     |   58 ----------
 src/Makefile.am                  |    4 +-
 src/loggingrb.c                  |   98 -----------------
 src/strrb.c                      |  170 ----------------------------
 src/vty/logging_vty.c            |   85 +--------------
 tests/Makefile.am                |   13 +--
 tests/loggingrb/logging_test.err |    3 -
 tests/loggingrb/loggingrb_test.c |   83 --------------
 tests/strrb/strrb_test.c         |  225 --------------------------------------
 tests/strrb/strrb_test.ok        |    1 -
 tests/testsuite.at               |   13 --
 14 files changed, 8 insertions(+), 792 deletions(-)
 delete mode 100644 include/osmocom/core/loggingrb.h
 delete mode 100644 include/osmocom/core/strrb.h
 delete mode 100644 src/loggingrb.c
 delete mode 100644 src/strrb.c
 delete mode 100644 tests/loggingrb/logging_test.err
 delete mode 100644 tests/loggingrb/logging_test.ok
 delete mode 100644 tests/loggingrb/loggingrb_test.c
 delete mode 100644 tests/strrb/strrb_test.c
 delete mode 100644 tests/strrb/strrb_test.ok


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


