Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
1ae20de4
Commit
1ae20de4
authored
16 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
Update version, changelog
parent
17983602
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
debian/changelog
+16
-0
16 additions, 0 deletions
debian/changelog
sflphone-gtk/configure.ac
+2
-2
2 additions, 2 deletions
sflphone-gtk/configure.ac
tools/build-package.sh
+1
-1
1 addition, 1 deletion
tools/build-package.sh
with
20 additions
and
4 deletions
configure.ac
+
1
−
1
View file @
1ae20de4
...
...
@@ -2,7 +2,7 @@ dnl SFLPhone - configure.ac for automake 1.9 and autoconf 2.59
dnl
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT([SFLphone],[0.9.
3
],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_INIT([SFLphone],[0.9.
4
],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-2009]])
AC_REVISION([$Revision$])
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
16
−
0
View file @
1ae20de4
sflphone (0.9.4-beta1) %system%; urgency=low
[ Alexandre Savard ]
* Display codec used during conversation on the GUI
* Enable/disable STUN parameters at runtime
* Refactor search bar use
[ Emmanuel Milou ]
* Build system fixes
* Implement SIP re-invite
* Implement IP to IP call
[ Julien Bonjean ]
* Integrate GNOME address book based on evolution data server
-- Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Fri, 20 Mar 2009 18:29:15 -0500
sflphone (0.9.3-0ubuntu3) %system%; urgency=low
[ Alexandre Savard ]
...
...
This diff is collapsed.
Click to expand it.
sflphone-gtk/configure.ac
+
2
−
2
View file @
1ae20de4
AC_INIT([SFLphone],[0.9.
3
],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_INIT([SFLphone],[0.9.
4
],[sflphoneteam@savoirfairelinux.com],[sflphone])
AM_CONFIG_HEADER(config.h)
LT_INIT
PACKAGE=SFLphone
VERSION=0.9.
3
VERSION=0.9.
4
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
AC_CONFIG_MACRO_DIR([m4])
...
...
This diff is collapsed.
Click to expand it.
tools/build-package.sh
+
1
−
1
View file @
1ae20de4
...
...
@@ -54,7 +54,7 @@ git checkout origin/release -b release
# Get system parameters
arch_flag
=
`
getconf
-a
|grep LONG_BIT |
sed
-e
's/LONG_BIT\s*//'
`
os_version
=
`
lsb_release
-d
-s
-c
|
sed
-e
'1d'
`
ver
=
0.9.
3
ver
=
0.9.
4
if
[
$platform
==
"ubuntu"
]
;
then
# Generate the changelog, according to the distribution and the git commit messages
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment