[Olsr-commit] OLSR.org main repository branch, pud, updated. OLSRD_0_6_1_fixed-121-g1d0b821
(spam-protected)
(spam-protected)
Thu Aug 11 14:09:31 CEST 2011
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 "OLSR.org main repository".
See http://olsr.org/git/?p=olsrd.git;a=commitdiff;h=OLSRD_0_6_1_fixed-121-g1d0b821
for a web version of the last commit.
The branch, pud has been updated
via 1d0b821f32f26ff3df415aa575f0c88323d2df72 (commit)
via 61b1992c3fbd7463d3aee760f339b55da52ec48b (commit)
via 6552bbc0ffa36eb254ae02581f39c1a9ff5dfafe (commit)
via c96c84a5e69c2261d113376891ba5d43ae232673 (commit)
via 7d347b4b04936410b64168a2048e6b75398ef9df (commit)
via 78a7f811f0cb7aba66dcee68667834fa81334dcd (commit)
via 470cf65ac3faa15e541cee7ff778a646ff3c3810 (commit)
via a92859589a79cdf2ec263a9a358717a0a3f873b6 (commit)
via 8048c80f3043869ea11cb30a9a655f549b2a4a0c (commit)
via c3cdc428a857997997af350bc54c3d5198bec372 (commit)
via c41388f81cef2b733903e88942042b5fb6e6d611 (commit)
via 68935ed6839b8fcb1c8021af7947078b793cedd3 (commit)
via 1623aaee113cd1f29dc8d31937d1f4c1a67c6f6a (commit)
via e38e029cb35b4b8894201e30e1d32375bcd452d4 (commit)
via 4998c69bd67e37e39e84051bf44c399c48cfe85a (commit)
via 9b8ca9954428e38c18f34354199d3d87f881f794 (commit)
via 30c9349b2549bcc8a0e5be17a6296be507a937a5 (commit)
via d812d1e01e86ecdbff6663608147a5fd16bd2745 (commit)
via 95e3c68281994c3c0f9aa674835ed42b9c2b73ec (commit)
via b2d7f50ea3e377fe4fc50f19cea2b7436bff405e (commit)
via 3ae798201483ae1c1ccfe79e47e7a02fa0065e47 (commit)
via 305b72b9b6e0f0844e4bb7c6e202599ef9737b09 (commit)
via baa992f49fd6e5dac5bda7bc4030e7b65ca58a62 (commit)
via c921b9e53bfa9eeec1085581f6e1eaf63f760f59 (commit)
via cea94e09f5165f509d44479c0b38ad36052b45cd (commit)
via 3043c867bfabb2e9792f1373458974578c9a8682 (commit)
from bfb69c2d0f9d0b34eb3c28cc57da8edea06abde5 (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 -----------------------------------------------------------------
commit 1d0b821f32f26ff3df415aa575f0c88323d2df72
Merge: 61b1992 c96c84a
Author: Ferry Huberts <(spam-protected)>
Date: Thu Aug 11 14:18:11 2011 +0200
Merge branch 'stable' into pud
* stable: (23 commits)
build: do not print full commandlines
Makefile: sort plugins
Makefile: add uninstall targets
mini: add uninstall target
p2pd: add uninstall target
p2pd: add to Makefile
watchdog: add uninstall target
txtinfo: add uninstall target
tas: add uninstall target
secure: add uninstall target
quagga: add uninstall target
pgraph: add uninstall target
nameservice: add uninstall target
mdns: add uninstall target
httpinfo: add uninstall target
dyn_gw_plain: add uninstall target
dyn_gw: add uninstall target
dot_draw: add uninstall target
bmf: add uninstall target
arprefresh: add uninstall target
...
commit 61b1992c3fbd7463d3aee760f339b55da52ec48b
Author: Ferry Huberts <(spam-protected)>
Date: Tue Jul 26 09:51:27 2011 +0200
PUD: add uninstall target
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 6552bbc0ffa36eb254ae02581f39c1a9ff5dfafe
Author: Ferry Huberts <(spam-protected)>
Date: Thu Aug 11 13:16:49 2011 +0200
PUD: fix comment in example config file
Signed-off-by: Ferry Huberts <(spam-protected)>
-----------------------------------------------------------------------
Summary of changes:
Makefile | 218 +++++++++++++++++++++++++-----------
Makefile.inc | 24 +++--
lib/arprefresh/Makefile | 6 +-
lib/bmf/Makefile | 6 +-
lib/dot_draw/Makefile | 6 +-
lib/dyn_gw/Makefile | 6 +-
lib/dyn_gw_plain/Makefile | 6 +-
lib/httpinfo/Makefile | 6 +-
lib/mdns/Makefile | 6 +-
lib/mini/Makefile | 6 +-
lib/nameservice/Makefile | 6 +-
lib/p2pd/Makefile | 6 +-
lib/pgraph/Makefile | 6 +-
lib/pud/Makefile | 5 +-
lib/pud/doc/olsrd.conf.default.pud | 29 +++--
lib/quagga/Makefile | 6 +-
lib/secure/CHANGELOG | 4 +
lib/secure/Makefile | 6 +-
lib/secure/README_SECURE | 2 +-
lib/tas/Makefile | 6 +-
lib/txtinfo/Makefile | 6 +-
lib/watchdog/Makefile | 6 +-
make/Makefile.android | 2 +
make/Makefile.fbsd | 2 +
make/Makefile.kfbsd | 1 +
make/Makefile.linux | 2 +
make/Makefile.nbsd | 2 +
make/Makefile.obsd | 2 +
make/Makefile.osx | 1 +
make/Makefile.win32 | 1 +
src/cfgparser/Makefile | 3 +-
src/cfgparser/local.mk | 16 ++-
src/olsr_switch/Makefile | 3 +-
src/process_routes.c | 6 +-
34 files changed, 303 insertions(+), 116 deletions(-)
hooks/post-receive
--
OLSR.org main repository
More information about the Olsr-commit
mailing list