Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
parole
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Apps
parole
Commits
f288aa04
Commit
f288aa04
authored
Feb 26, 2017
by
Sean Davis
🕶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for release
parent
2922856a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2033 additions
and
1750 deletions
+2033
-1750
ChangeLog
ChangeLog
+2025
-1743
NEWS
NEWS
+6
-5
configure.ac.in
configure.ac.in
+2
-2
No files found.
ChangeLog
View file @
f288aa04
This diff is collapsed.
Click to expand it.
NEWS
View file @
f288aa04
0.9.1
=====
- Bumped the minimum GTK version to 3.14 to simplify code maintenance
- Disabled the clutter video backend for GTK 3.22+, needs significant
updates to be functional again
- Enabled GStreamer tag lookup for remote files
- Fixed desktop file name for xfce-sm-client
- Corrections to THANKS regarding the history of Aldegonde
- Fixed null filenames with remote files
- Enabled GStreamer tag lookup for remote files
- Fixed debug builds (bad return types)
- Fixed typos in appdata and parole-gst
- Disabled the clutter video backend for GTK 3.22+, needs significant
updates to be functional again
- Bumped the minimum GTK version to 3.14 to simplify code maintenance
- Improved support for live streams
- Made corrections to THANKS regarding the history of Aldegonde
- Translation Updates: Bulgarian, Catalan, Chinese (China),
Chinese (Taiwan), Croatian, Czech, Danish, Dutch, French, Japanese,
Korean, Lithuanian, Portuguese (Brazil), Russian, Serbian, Spanish,
...
...
configure.ac.in
View file @
f288aa04
...
...
@@ -3,9 +3,9 @@ m4_define([parole_verinfo], [0:8:1])
m4_define([parole_version_api], [0])
m4_define([parole_version_major], [0])
m4_define([parole_version_minor], [9])
m4_define([parole_version_micro], [
0
])
m4_define([parole_version_micro], [
1
])
m4_define([parole_version_build], [@REVISION@])
m4_define([parole_version_tag], [
git
])
m4_define([parole_version_tag], [])
m4_define([parole_version], [parole_version_major().parole_version_minor().parole_version_micro()ifelse(parole_version_tag(), [git], [parole_version_tag().parole_version_build()], [parole_version_tag()])])
AC_INIT([parole], [parole_version], [http://docs.xfce.org/apps/parole/bugs])
...
...
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