Hello,
GIT branch 3.3 was created to hold the release series 3.3.x -- version 3.3.0 will be out in max. 1 week, a decision after collecting eventual issues still open to be reported today.
Here are few details about how to use it.
Download and use branch 3.3 from git:
git clone --depth 1 git://git.sip-router.org/sip-router kamailio cd kamailio git checkout -b 3.3 origin/3.3
Pushing patches: - only bug fixes or documentation improvements have to be committed to branch 3.3 - first commit to master branch (if the bug applies there as well), cherry-pick the commit to branch 3.3 and push to remote repository
Cheers, Daniel