commit a27d07a3d4b605cb814500493ea4ae1c439d7aab
Author: Everton Marques <everton.marques@gmail.com>
Date:   Thu Aug 20 18:31:03 2009 -0300

    [pim] Fixed doc on CAVEAT C7

commit a7bfa6e4fa046206c3bfb1c1eb2a0711b56c9874
Author: Everton Marques <everton.marques@gmail.com>
Date:   Thu Aug 20 11:57:41 2009 -0300

    [pim] show ip pim lan-prune-delay: fix cosmetic alignment

commit 9a13beef210e25c2949172dc316c79fe4628c884
Author: Everton Marques <everton.marques@gmail.com>
Date:   Mon Aug 17 18:18:59 2009 -0300

    [pim] More RPF cache refresh statistics

commit 5c1c0790cfeb860a804dde757b8aca5604a6f7c2
Author: Leonard Herve <leonardherve@yahoo.fr>
Date:   Fri Aug 14 15:49:06 2009 +0200

    [pim] Correction for cross-compilation error with this syntax

commit 47e2155179482c2c479925be6059928ce81a19ec
Author: Leonard Herve <leonardherve@yahoo.fr>
Date:   Fri Aug 14 10:38:52 2009 +0200

    Router Alert option for IGMP packets but not for PIM packets

commit 985022d9242ba4c427f6be0f6cfb4f2e4900b88d
Author: Everton Marques <everton.marques@gmail.com>
Date:   Thu Aug 13 15:39:31 2009 -0300

    [pim] RPF cache refresh statistics

commit d4e39cabd1f0c93c3a91e46eff8f28701f772cda
Author: Everton Marques <everton.marques@gmail.com>
Date:   Wed Aug 12 10:52:22 2009 -0300

    [pim] Move encoded source address length check to pim_parse_addr_source

commit de78991dab951fd3b6d35c471483169f3add8716
Author: Leonard Herve <leonard.herve@yahoo.fr>
Date:   Tue Aug 11 15:51:52 2009 -0300

    [pim] igmpv3: specific query interval set to 1 second (RFC 3376 8.8.)
    [pim] pim messages: encoded source address format with Sparse bit=1 (RFC 4601 4.9.1.)
    [pim] and Mask Len MUST be equal to 32
    [pim] dr election: new traces
    [pim] fix triggered_hello_delay_msec randomization

commit 4ba4db490c36d6123c3e5a6d9706a1f81c96863d
Author: Everton Marques <everton.marques@gmail.com>
Date:   Tue Aug 11 15:48:02 2009 -0300

    [pim] Log physical interface up/down
    [pim] Replace strerror with safe_strerror
    [pim] Fix PIM socket removal from non-PIM interfaces
    [pim] show ip igmp querier: left-align Querier string
    [pim] Version up to 0.157
    [pim] Recipe to re-sync with Quagga repository
    [pim] Build vtysh in development script

commit d34f1ce1dfaee49a5fb8358f80ebea5d843c2e2e
Author: Leonard Herve <leonard.herve@yahoo.fr>
Date:   Tue Aug 11 15:45:26 2009 -0300

    [pim] pim commands added to vtysh

commit e442e58d1c3f35ba14c51a58046d3ba04b3fcf80
Author: Everton Marques <everton.marques@gmail.com>
Date:   Tue Aug 11 15:43:05 2009 -0300

    [pim] Initial pim 0.155

commit 5996e0df2eb325445114517209cd24f37d91774a
Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Date:   Mon Jul 27 12:42:35 2009 +0200

    ospfd: Make sure route table is recalculated.
    
    In some cases ospfd does not recalc the route table. This
    happens when ospfd receives an old LSA which will trigger
    recalc but the this recalc will fail because all interfaces
    isn't up yet. Next LSA that is originated matches the old one
    so no recalc will be performed. This problem has been observed
    when there are only 2 ppp I/Fs in an area, both go down at the
    same time, then they come up again with a few seconds apart.
    
    * ospf_lsa.c: (ospf_{router,network}_lsa_install) avoid a needless scheduling
      of SPF.
      (ospf_lsa_different) fix bug in LSA comparison that would lead to the
      described failure to schedule SPF.

