Skip to content

Commit

Permalink
Bump version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed Jul 19, 2023
1 parent 8d42313 commit f3e0d53
Show file tree
Hide file tree
Showing 22 changed files with 43 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Makefile.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ DEFS+= -DDBG_MALLOC #Include additional, debug-enabled allocator flavors
#DEFS+= -DDBG_TCPCON #Attach struct history info to all TCP connections
#DEFS+= -DNOSMP #Do not use SMP compliant locking. Faster but won't work on SMP machines
#DEFS+= -DEXTRA_DEBUG #Compile in some extra debugging code
DEFS+= -DCC_O0 #Zero compiler optimizations (FAST compile, SLOW code. For devs)
#DEFS+= -DCC_O0 #Zero compiler optimizations (FAST compile, SLOW code. For devs)
#DEFS+= -DORACLE_USRLOC #Use Oracle compatible queries for USRLOC
#DEFS+= -DSHM_EXTRA_STATS #Provide tools to get extra statistics for the shared memory used
#DEFS+= -DUNIT_TESTS #Include unit testing code into opensips and modules
Expand Down
2 changes: 1 addition & 1 deletion Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ MAIN_NAME=opensips
VERSION_MAJOR = 3
VERSION_MINOR = 4
VERSION_SUBMINOR = 0
VERSION_BUILD = rc1
VERSION_BUILD =

ifneq (,$(VERSION_BUILD))
RELEASE=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_SUBMINOR)-$(VERSION_BUILD)
Expand Down
2 changes: 1 addition & 1 deletion mem/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "common.h"
#include "../dprint.h"

enum osips_mm mem_allocator = MM_Q_MALLOC_DBG;
enum osips_mm mem_allocator = MM_F_MALLOC;

/* returns -1 if @mm_name is unrecognized */
int set_global_mm(const char *mm_name)
Expand Down
7 changes: 7 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
opensips (3.4.0-1) stable; urgency=low

* Minor Public Release.

-- Liviu Chircu <liviu@opensips.org> Wed, 19 Jul 2023 13:30:55 +0300


opensips (3.4.0-rc1-1) stable; urgency=low

* Minor Public Release.
Expand Down
2 changes: 1 addition & 1 deletion packaging/freebsd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

PORTNAME= opensips
PORTVERSION= 3.4.0-rc1
PORTVERSION= 3.4.0
CATEGORIES= net
MASTER_SITES= https://opensips.org/pub/opensips/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-tls_src
Expand Down
2 changes: 1 addition & 1 deletion packaging/netbsd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
COMMENT= "OpenSIPS"

PORTNAME= opensips
PORTVERSION= 3.4.0-rc1
PORTVERSION= 3.4.0
CATEGORIES= net
MASTER_SITES= https://opensips.org/pub/opensips/3.4.0/

Expand Down
2 changes: 1 addition & 1 deletion packaging/openbsd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
COMMENT= "OpenSIPS"

PORTNAME= opensips
PORTVERSION= 3.4.0-rc1
PORTVERSION= 3.4.0
CATEGORIES= net
MASTER_SITES= https://opensips.org/pub/opensips/3.4.0/

Expand Down
3 changes: 3 additions & 0 deletions packaging/redhat_fedora/opensips.spec
Original file line number Diff line number Diff line change
Expand Up @@ -1587,6 +1587,9 @@ fi


%changelog
* Wed Jul 19 2023 Liviu Chircu <liviu@opensips.org> - 3.4.0-1
- OpenSIPS 3.4.0 stable release: 3.4.0-1

* Tue Jun 20 2023 Liviu Chircu <liviu@opensips.org> - 3.4.0-rc1-1
- OpenSIPS 3.4 new release candidate: 3.4.0-rc1-1

Expand Down
4 changes: 2 additions & 2 deletions packaging/solaris/base-pkginfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PKG="OpenSIPS-base-dbg"
NAME="Programmable SIP Server Base Install - Debugging Symbols"
VERSION="3.4.0-rc1"
VERSION="3.4.0"
ARCH="sparc"
CLASSES="none"
CATEGORY="utility"
VENDOR="OpenSIPS Solutions"
PSTAMP="20thJun23"
PSTAMP="19thJul23"
EMAIL="bogdan@opensips.org"
ISTATES="S s 1 2 3"
RSTATES="S s 1 2 3"
Expand Down
4 changes: 2 additions & 2 deletions packaging/solaris/berkeley-pkginfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PKG="OpenSIPS-berkeley-dbg"
NAME="Programmable SIP Server Berkeley Database Support - Debugging Symbols"
VERSION="3.4.0-rc1"
VERSION="3.4.0"
ARCH="sparc"
CLASSES="none"
CATEGORY="utility"
VENDOR="OpenSIPS Solutions"
PSTAMP="20thJun23"
PSTAMP="19thJul23"
EMAIL="saguti@gmail.com"
ISTATES="S s 1 2 3"
RSTATES="S s 1 2 3"
Expand Down
4 changes: 2 additions & 2 deletions packaging/solaris/carrierroute-pkginfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PKG="OpenSIPS-carrierroute"
NAME="Programmable SIP Server carrierroute Support"
VERSION="3.4.0-rc1"
VERSION="3.4.0"
ARCH="sparc"
CLASSES="none"
CATEGORY="utility"
VENDOR="OpenSIPS Solutions"
PSTAMP="20thJun23"
PSTAMP="19thJul23"
EMAIL="saguti@gmail.com"
ISTATES="S s 1 2 3"
RSTATES="S s 1 2 3"
Expand Down
4 changes: 2 additions & 2 deletions packaging/solaris/identity-pkginfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PKG="OpenSIPS-identity"
NAME="Programmable SIP Server Identity Module"
VERSION="3.4.0-rc1"
VERSION="3.4.0"
ARCH="sparc"
CLASSES="none"
CATEGORY="utility"
VENDOR="OpenSIPS Solutions"
PSTAMP="20thJun23"
PSTAMP="19thJul23"
EMAIL="saguti@gmail.com"
ISTATES="S s 1 2 3"
RSTATES="S s 1 2 3"
Expand Down
4 changes: 2 additions & 2 deletions packaging/solaris/ldap-pkginfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PKG="OpenSIPS-ldap"
NAME="Programmable SIP Server LDAP Support"
VERSION="3.4.0-rc1"
VERSION="3.4.0"
ARCH="sparc"
CLASSES="none"
CATEGORY="utility"
VENDOR="OpenSIPS Solutions"
PSTAMP="20thJun23"
PSTAMP="19thJul23"
EMAIL="saguti@gmail.com"
ISTATES="S s 1 2 3"
RSTATES="S s 1 2 3"
Expand Down
4 changes: 2 additions & 2 deletions packaging/solaris/mmgeoip-pkginfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PKG="OpenSIPS-geoip"
NAME="Programmable SIP Server Address Location Support"
VERSION="3.4.0-rc1"
VERSION="3.4.0"
ARCH="sparc"
CLASSES="none"
CATEGORY="utility"
VENDOR="OpenSIPS Solutions"
PSTAMP="20thJun23"
PSTAMP="19thJul23"
EMAIL="saguti@gmail.com"
ISTATES="S s 1 2 3"
RSTATES="S s 1 2 3"
Expand Down
4 changes: 2 additions & 2 deletions packaging/solaris/mysql-pkginfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PKG="OpenSIPS-mysql"
NAME="Programmable SIP Server MySQL Support"
VERSION="3.4.0-rc1"
VERSION="3.4.0"
ARCH="sparc"
CLASSES="none"
CATEGORY="utility"
VENDOR="OpenSIPS Solutions"
PSTAMP="20thJun23"
PSTAMP="19thJul23"
EMAIL="saguti@gmail.com"
ISTATES="S s 1 2 3"
RSTATES="S s 1 2 3"
Expand Down
4 changes: 2 additions & 2 deletions packaging/solaris/perl-pkginfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PKG="OpenSIPS-perl"
NAME="Programmable SIP Server PERL Support"
VERSION="3.4.0-rc1"
VERSION="3.4.0"
ARCH="sparc"
CLASSES="none"
CATEGORY="utility"
VENDOR="OpenSIPS Solutions"
PSTAMP="20thJun23"
PSTAMP="19thJul23"
EMAIL="saguti@gmail.com"
ISTATES="S s 1 2 3"
RSTATES="S s 1 2 3"
Expand Down
4 changes: 2 additions & 2 deletions packaging/solaris/pgsql-pkginfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PKG="OpenSIPS-pgsql"
NAME="Programmable SIP Server PostgreSQL Support"
VERSION="3.4.0-rc1"
VERSION="3.4.0"
ARCH="sparc"
CLASSES="none"
CATEGORY="utility"
VENDOR="OpenSIPS Solutions"
PSTAMP="20thJun23"
PSTAMP="19thJul23"
EMAIL="saguti@gmail.com"
ISTATES="S s 1 2 3"
RSTATES="S s 1 2 3"
Expand Down
2 changes: 1 addition & 1 deletion packaging/solaris/pkginfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG=OpenSIPS
ARCH=sparc
VERSION="3.4.0-rc1"
VERSION="3.4.0"
CATEGORY=application
EMAIL=bogdan@opensips.org
NAME= OpenSIPS is a very fast and flexible SIP (RFC3261) server
Expand Down
4 changes: 2 additions & 2 deletions packaging/solaris/regex-pkginfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PKG="OpenSIPS-regex"
NAME="Programmable SIP Server Regex Module"
VERSION="3.4.0-rc1"
VERSION="3.4.0"
ARCH="sparc"
CLASSES="none"
CATEGORY="utility"
VENDOR="OpenSIPS Solutions"
PSTAMP="20thJun23"
PSTAMP="19thJul23"
EMAIL="saguti@gmail.com"
ISTATES="S s 1 2 3"
RSTATES="S s 1 2 3"
Expand Down
4 changes: 2 additions & 2 deletions packaging/solaris/snmp-pkginfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PKG="OpenSIPS-snmp"
NAME="Programmable SIP Server SNMP Support"
VERSION="3.4.0-rc1"
VERSION="3.4.0"
ARCH="sparc"
CLASSES="none"
CATEGORY="utility"
VENDOR="OpenSIPS Solutions"
PSTAMP="20thJun23"
PSTAMP="19thJul23"
EMAIL="saguti@gmail.com"
ISTATES="S s 1 2 3"
RSTATES="S s 1 2 3"
Expand Down
4 changes: 2 additions & 2 deletions packaging/solaris/tls-pkginfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PKG="OpenSIPS-base-TLS"
NAME="Programmable SIP Server Base Install with TLS"
VERSION="3.4.0-rc1"
VERSION="3.4.0"
ARCH="sparc"
CLASSES="none"
CATEGORY="utility"
VENDOR="OpenSIPS Solutions"
PSTAMP="20thJun23"
PSTAMP="19thJul23"
EMAIL="saguti@gmail.com"
ISTATES="S s 1 2 3"
RSTATES="S s 1 2 3"
Expand Down
4 changes: 2 additions & 2 deletions packaging/solaris/xmlrpc-pkginfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PKG="OpenSIPS-xmlrpc"
NAME="Programmable SIP Server MI XMLRPC Support"
VERSION="3.4.0-rc1"
VERSION="3.4.0"
ARCH="sparc"
CLASSES="none"
CATEGORY="utility"
VENDOR="OpenSIPS Solutions"
PSTAMP="20thJun23"
PSTAMP="19thJul23"
EMAIL="saguti@gmail.com"
ISTATES="S s 1 2 3"
RSTATES="S s 1 2 3"
Expand Down

0 comments on commit f3e0d53

Please sign in to comment.