[OpenSIPS-Devel] [OpenSIPS/opensips] 1a71a4: event_route: fix compile warning on i386

Razvan Crainea razvan at opensips.org
Fri Jan 23 11:05:19 CET 2015


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 1a71a44f3f916c08e72b1305849792dbe8f894cc
      https://github.com/OpenSIPS/opensips/commit/1a71a44f3f916c08e72b1305849792dbe8f894cc
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2015-01-23 (Fri, 23 Jan 2015)

  Changed paths:
    M modules/event_route/route_send.c

  Log Message:
  -----------
  event_route: fix compile warning on i386


  Commit: f545ba0e6fd128849cc717fa12ace2eaace91131
      https://github.com/OpenSIPS/opensips/commit/f545ba0e6fd128849cc717fa12ace2eaace91131
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2015-01-23 (Fri, 23 Jan 2015)

  Changed paths:
    M Makefile.defs
    M Makefile.rules

  Log Message:
  -----------
  Makefile: fix concurrency issue leading to linking errors

main.c needs to be recompiled if the version name changes. When doing
multi-threaded compiling (make -j), main.o would sometimes be deleted
right after it was compiled, triggering a linking error of the "opensips" binary.

The patch also prevents main.c to be recompiled each time if the ".git" dir
is not present. (i.e. compiling a tarball archive). Credits to Răzvan
Crainea.

Thanks to Bobby Hakimi for offering a replication environment.
Closes #373


  Commit: b280f8dc9b99ebdf02f90e5be83e13319eb07eef
      https://github.com/OpenSIPS/opensips/commit/b280f8dc9b99ebdf02f90e5be83e13319eb07eef
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-01-23 (Fri, 23 Jan 2015)

  Changed paths:
    M modules/permissions/address.c

  Log Message:
  -----------
  permissions: raise the proper error when the IP is not provided


  Commit: 353a51936a9f2e9895ef63a16d3996c615399c3c
      https://github.com/OpenSIPS/opensips/commit/353a51936a9f2e9895ef63a16d3996c615399c3c
  Author: Saúl Ibarra Corretgé <saghul at gmail.com>
  Date:   2015-01-23 (Fri, 23 Jan 2015)

  Changed paths:
    M modules/nat_traversal/nat_traversal.c

  Log Message:
  -----------
  Revert "Changes to stop keepalives on unregisters"

This reverts commit 4c9a1fa2a791d37629b7272581f6d52c4b0f9666.


  Commit: 678629188e5e7da0769d1f958d2c75a9689297e3
      https://github.com/OpenSIPS/opensips/commit/678629188e5e7da0769d1f958d2c75a9689297e3
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-01-23 (Fri, 23 Jan 2015)

  Changed paths:
    M modules/mi_xmlrpc_ng/http_fnc.c

  Log Message:
  -----------
  mi_xmlrpc_ng: add \n after each node


  Commit: c28a9a6a1c15bfcf3efdb011814d70835bac61fd
      https://github.com/OpenSIPS/opensips/commit/c28a9a6a1c15bfcf3efdb011814d70835bac61fd
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-01-23 (Fri, 23 Jan 2015)

  Changed paths:
    M modules/dialog/dlg_handlers.c

  Log Message:
  -----------
  dialog: prevent the same reply from changing the same state twice


Compare: https://github.com/OpenSIPS/opensips/compare/5044d7d88e8b...c28a9a6a1c15


More information about the Devel mailing list