Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
130
Issues
130
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
76639502
Commit
76639502
authored
Jan 14, 2013
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* #19246: build: bump version numbers for 1.2.2
parent
0a219728
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
6 deletions
+8
-6
NEWS
NEWS
+2
-0
daemon/configure.ac
daemon/configure.ac
+1
-1
daemon/src/audio/codecs/audiocodec.h
daemon/src/audio/codecs/audiocodec.h
+2
-2
gnome/configure.ac
gnome/configure.ac
+1
-1
plugins/configure.ac
plugins/configure.ac
+1
-1
tools/build-system/launch-build-machine-jenkins.sh
tools/build-system/launch-build-machine-jenkins.sh
+1
-1
No files found.
NEWS
View file @
76639502
################################################
# SFLphone
################################################
* 2012-01-08: 1.2.2 has been released
* 2012-01-08: 1.2.1 has been released - Full annoucement here: http://sflphone.org/news/stable-version-121-released
* 2012-08-10: 1.2.0 has been released
...
...
daemon/configure.ac
View file @
76639502
...
...
@@ -2,7 +2,7 @@ dnl SFLPhone - configure.ac for automake 1.9 and autoconf 2.59
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
AC_INIT([sflphone],[1.2.
1
],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_INIT([sflphone],[1.2.
2
],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012]])
AC_REVISION([$Revision$])
...
...
daemon/src/audio/codecs/audiocodec.h
View file @
76639502
...
...
@@ -37,8 +37,8 @@
#include <ccrtp/formats.h> // for ost::DynamicPayloadFormat
/* bump when codec binary interface changes */
#define AUDIO_CODEC_ENTRY create_1_2_
1
#define AUDIO_CODEC_ENTRY_SYMBOL "create_1_2_
1
"
#define AUDIO_CODEC_ENTRY create_1_2_
2
#define AUDIO_CODEC_ENTRY_SYMBOL "create_1_2_
2
"
// We assume all decoders will be fed 20ms of audio or less
// And we'll resample them to 44.1kHz or less
...
...
gnome/configure.ac
View file @
76639502
AC_INIT([sflphone],[1.2.
1
],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
AC_INIT([sflphone],[1.2.
2
],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE
...
...
plugins/configure.ac
View file @
76639502
AC_INIT([sflphone],[1.2.
1
],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins])
AC_INIT([sflphone],[1.2.
2
],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([build-aux])
...
...
tools/build-system/launch-build-machine-jenkins.sh
View file @
76639502
...
...
@@ -22,7 +22,7 @@ DO_LOGGING=1
DO_UPLOAD
=
1
SNAPSHOT_TAG
=
`
date
+%Y%m%d
`
TAG_NAME_PREFIX
=
VERSION_NUMBER
=
"1.2.
1
"
VERSION_NUMBER
=
"1.2.
2
"
LAUNCHPAD_PACKAGES
=(
"sflphone-common"
"sflphone-client-kde"
"sflphone-client-gnome"
"sflphone-plugins"
"sflphone-common-video"
"sflphone-client-gnome-video"
)
#LAUNCHPAD_PACKAGES=("sflphone-common-video" "sflphone-client-gnome-video")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment