Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
87
Issues
87
List
Boards
Labels
Milestones
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
047022b6
Commit
047022b6
authored
Mar 27, 2015
by
Guillaume Roguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.0.1 release preparation
Refs #68585 Change-Id: If4ebe9e07838c69bafcd5a57eefb770b11620b58
parent
a8325f57
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
7 deletions
+13
-7
ChangeLog
ChangeLog
+2
-4
NEWS
NEWS
+9
-1
configure.ac
configure.ac
+1
-1
doc/doxygen/core-doc.cfg.in
doc/doxygen/core-doc.cfg.in
+1
-1
No files found.
ChangeLog
View file @
047022b6
2.0.0 (2015-03-31)
------------------
First DRing release (formely SFLPhone - released as 1.4.1)
This file is not used for logging changes but to satisfies autotool requirements.
Please, read NEWS file for changes.
NEWS
View file @
047022b6
DRing (2.0.0) / 2015-03-31
DRing (2.0.1) / 2015-03-27
* Add FPS calculation for streamed files
* Set defaults video bitrate to 800 Kb/s
* Use RGBA for direct rendering (MacOSX)
* MacOSX: force video device format on supported values
* SecureSIP: fix race condition and incoming packet handling
* minor documentation fixes
DRing (2.0.0) / 2015-03-25
* Project renaming
* First release under this name
* Ring account (DHT) introduced
...
...
configure.ac
View file @
047022b6
...
...
@@ -2,7 +2,7 @@ dnl Ring - 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([Ring],[2.0.
0
],[ring@lists.savoirfairelinux.net],[ring])
AC_INIT([Ring],[2.0.
1
],[ring@lists.savoirfairelinux.net],[ring])
AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-2015]])
AC_REVISION([$Revision$])
...
...
doc/doxygen/core-doc.cfg.in
View file @
047022b6
...
...
@@ -31,7 +31,7 @@ PROJECT_NAME = "Ring Daemon"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 2.0.
0
PROJECT_NUMBER = 2.0.
1
# 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
...
...
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