[Olsr-commit] OLSR.org main repository branch, master, updated. v0.6.6.2-202-g2dba468

(spam-protected) (spam-protected)
Mon Jun 2 15:02:06 CEST 2014


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=v0.6.6.2-202-g2dba468
        for a web version of the last commit.

The branch, master has been updated
       via  2dba468ee060b74d9d8b1b4b1ae90fcb54f93708 (commit)
       via  93306ffa075c3fb48996e96abb7435ef28243ddb (commit)
       via  b5e628f0495b91eda19dc092ff7a70b7209255ac (commit)
       via  8a25cb8ced760911d2e9623d6869f657ed2c6925 (commit)
       via  bf2973148fb556c1e4b6e64a3d3d47b10dc554cc (commit)
       via  ddd6ba183caa401db4fe7c473ddc707789e73b44 (commit)
       via  972ca42c89eb0dd1e2a8979c620fa43db6ae1c6d (commit)
       via  b342385531c18b8afb42db64c7a38d7879668566 (commit)
       via  eb7dda86ccc5884b19e166915c9621fa71397390 (commit)
       via  528176910ee1d00278e4108cc23d9f4f2de8a639 (commit)
       via  b13505e62845a28d4087ddfedd58a071021c8aa0 (commit)
       via  d68c96cf53f188030452aadec466aa6389e81511 (commit)
       via  50b5d0dc1a4c29ee1bba86923800f272bb0118e8 (commit)
       via  bdca59455c9b91b112a5c27eba2ccba3f606797d (commit)
       via  6d0f8fbd87fadb1231a3b140b23d009619c0108c (commit)
       via  075e6c8813795d89a003945018c48385e698973d (commit)
       via  a1a77246dcc4d256e487c2115b0fb4aef12c89a8 (commit)
       via  b02e696f6586abb533cae23598ff76c40a1215d8 (commit)
       via  65c35416a4a22c6a0dd3362595ae99b4e4d410e9 (commit)
       via  46cb73785a6ed0b9d01beaf101d2a34ba8a9be52 (commit)
      from  12ebf7002b3e5e4a8b7a490c20c35cfe5106e157 (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 2dba468ee060b74d9d8b1b4b1ae90fcb54f93708
Merge: 93306ff b5e628f
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Jun 2 15:01:24 2014 +0200

    Merge tag 'v0.6.6.2'
    
    OLSRd release 0.6.6.2
    
    * tag 'v0.6.6.2':
      Release v0.6.6.2
      Fix strange coding in the 'long headers' fix
      jsoninfo: HTTP headers with CORS (if requested)
      Hotfix for very long http headers also for jsoninfo
      Hotfix for much too long http headers
      Fix some spelling mistakes
      Fix processing error for fragmented hellos
      neighbor table: fix crash in olsr_print_neighbor_table on MinGW
      tok: improve the nmea_calc_crc function a bit
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 93306ffa075c3fb48996e96abb7435ef28243ddb
Merge: 12ebf70 8a25cb8
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Jun 2 14:59:31 2014 +0200

    Merge tag 'v0.6.5.6'
    
    OLSRd release 0.6.5.6
    
    * tag 'v0.6.5.6':
      Release v0.6.5.6
      Fix strange coding in the 'long headers' fix
      jsoninfo: HTTP headers with CORS (if requested)
      Hotfix for very long http headers also for jsoninfo
      Hotfix for much too long http headers
      Fix some spelling mistakes
      Fix processing error for fragmented hellos
      neighbor table: fix crash in olsr_print_neighbor_table on MinGW
      tok: improve the nmea_calc_crc function a bit
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 8a25cb8ced760911d2e9623d6869f657ed2c6925
Author: Henning Rogge <(spam-protected)>
Date:   Mon Jun 2 12:13:48 2014 +0200

    Release v0.6.5.6
    
    Signed-off-by: Henning Rogge <(spam-protected)>

commit ddd6ba183caa401db4fe7c473ddc707789e73b44
Author: Ferry Huberts <(spam-protected)>
Date:   Tue May 20 13:52:31 2014 +0200

    Fix strange coding in the 'long headers' fix
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 972ca42c89eb0dd1e2a8979c620fa43db6ae1c6d
Author: Alessio Caiazza <(spam-protected)>
Date:   Fri May 16 12:53:15 2014 +0200

    jsoninfo: HTTP headers with CORS (if requested)
    
    The new "httpheaders" parameter prepends HTTP headers to the reply.
    If not set it will default to "no" and have the same behaviour as before.
    Cross-origin resource sharing headers (CORS) are included in reply allowing the
    json retrieval by javascript applications not served by olsrd itself.
    This will allow to easily develop js applications running directly in the
    browser.
    
    Reviewed-by: Ferry Huberts <(spam-protected)>

commit eb7dda86ccc5884b19e166915c9621fa71397390
Author: Alessio Caiazza <(spam-protected)>
Date:   Wed May 14 22:45:33 2014 +0200

    Hotfix for very long http headers also for jsoninfo

commit b13505e62845a28d4087ddfedd58a071021c8aa0
Author: Henning Rogge <(spam-protected)>
Date:   Tue May 13 21:23:36 2014 +0200

    Hotfix for much too long http headers

commit 6d0f8fbd87fadb1231a3b140b23d009619c0108c
Author: Henning Rogge <(spam-protected)>
Date:   Mon Mar 31 11:18:43 2014 +0200

    Fix some spelling mistakes

commit 075e6c8813795d89a003945018c48385e698973d
Author: Henning Rogge <(spam-protected)>
Date:   Mon Mar 31 11:18:30 2014 +0200

    Fix processing error for fragmented hellos

commit b02e696f6586abb533cae23598ff76c40a1215d8
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Dec 9 11:28:23 2013 +0100

    neighbor table: fix crash in olsr_print_neighbor_table on MinGW
    
    Reported-by: Harald Sighart <(spam-protected)>
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 46cb73785a6ed0b9d01beaf101d2a34ba8a9be52
Author: Ferry Huberts <(spam-protected)>
Date:   Mon Dec 2 12:13:15 2013 +0100

    tok: improve the nmea_calc_crc function a bit
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

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

Summary of changes:
 CHANGELOG |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)


hooks/post-receive
-- 
OLSR.org main repository




More information about the Olsr-commit mailing list