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
140
Issues
140
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
fa8ca51e
Commit
fa8ca51e
authored
Jan 13, 2014
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* #37950: Bump version numbers for Release 1.3.0
parent
1e3b63dd
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
7 deletions
+14
-7
NEWS
NEWS
+2
-0
daemon/configure.ac
daemon/configure.ac
+1
-1
daemon/doc/doxygen/core-doc.cfg.in
daemon/doc/doxygen/core-doc.cfg.in
+1
-1
daemon/src/audio/codecs/audiocodec.h
daemon/src/audio/codecs/audiocodec.h
+1
-1
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
tools/build-system/rpm/sflphone.spec
tools/build-system/rpm/sflphone.spec
+6
-1
No files found.
NEWS
View file @
fa8ca51e
...
...
@@ -2,6 +2,8 @@
# SFLphone
################################################
#
* 2014-01-13: 1.3.0 has been released
* 2013-06-11: 1.2.3 has been released
* 2013-01-08: 1.2.2 has been released
...
...
daemon/configure.ac
View file @
fa8ca51e
...
...
@@ -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.3
],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_INIT([sflphone],[1.
3.0
],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013]])
AC_REVISION([$Revision$])
...
...
daemon/doc/doxygen/core-doc.cfg.in
View file @
fa8ca51e
...
...
@@ -31,7 +31,7 @@ PROJECT_NAME = "SFLphone Daemon"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 1.
2.3
PROJECT_NUMBER = 1.
3.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
...
...
daemon/src/audio/codecs/audiocodec.h
View file @
fa8ca51e
...
...
@@ -40,7 +40,7 @@
#define STR(s) #s
/* bump when codec binary interface changes */
#define AUDIO_CODEC_ENTRY create_1_
2_3
#define AUDIO_CODEC_ENTRY create_1_
3_0
#define AUDIO_CODEC_ENTRY_SYMBOL XSTR(AUDIO_CODEC_ENTRY)
// We assume all decoders will be fed 20ms of audio or less
...
...
gnome/configure.ac
View file @
fa8ca51e
AC_PREREQ([2.64])
AC_INIT([sflphone],[1.
2.3
],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
AC_INIT([sflphone],[1.
3.0
],[sflphoneteam@savoirfairelinux.com],[sflphone-client-gnome])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
...
...
plugins/configure.ac
View file @
fa8ca51e
AC_INIT([sflphone],[1.
2.3
],[sflphoneteam@savoirfairelinux.com],[sflphone-plugins])
AC_INIT([sflphone],[1.
3.0
],[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 @
fa8ca51e
...
...
@@ -22,7 +22,7 @@ DO_LOGGING=1
DO_UPLOAD
=
1
SNAPSHOT_TAG
=
`
date
+%Y%m%d
`
TAG_NAME_PREFIX
=
VERSION_NUMBER
=
"1.
2.3
"
VERSION_NUMBER
=
"1.
3.0
"
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")
...
...
tools/build-system/rpm/sflphone.spec
View file @
fa8ca51e
%bcond_with video
Name: sflphone
Version: 1.
2.3
Version: 1.
3.0
Release: 1%{?dist}
Summary: SIP/IAX2 compatible enterprise-class software phone
Group: Applications/Internet
...
...
@@ -258,6 +258,11 @@ fi
%endif
%changelog
* Mon Jan 13 2014 Tristan Matthews <tristan.matthews@savoirfairelinux.com> - 1.3.0-1
- Update to 1.3.0
- Fix KDE paths (tested on f20)
- Added libuuid dependency for pjsip
* Wed Jun 19 2013 Simon Piette <simonp@fedoraproject.org> - 1.2.3-1
- Update to 1.2.3
- Enable ilbc
...
...
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