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
69
Issues
69
List
Boards
Labels
Service Desk
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
2
Merge Requests
2
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
3e65b386
Commit
3e65b386
authored
Feb 28, 2018
by
Sean Davis
🕶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for release
parent
20329751
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3103 additions
and
1912 deletions
+3103
-1912
ChangeLog
ChangeLog
+3068
-1908
NEWS
NEWS
+21
-0
configure.ac.in
configure.ac.in
+4
-4
data/appdata/parole.appdata.xml.in
data/appdata/parole.appdata.xml.in
+10
-0
No files found.
ChangeLog
View file @
3e65b386
This diff is collapsed.
Click to expand it.
NEWS
View file @
3e65b386
1.0.0
=====
First stable release of the Parole 1.0.x series!
- New Features
- Added "Automatic" video output option. This uses the autoimagesink to
provide the best available video sink for the environment, eliminating
the dreaded 'Could not initialise Xv output' error (Xfce #11950)
- Bug Fixes
- Fixed 32-bit crashes when using the MPRIS2 plugin (LP #1374887)
- Fixed crash on "Clear History" button press (LP #1214514)
- Fixed appdata validation (Xfce #13632)
- Fixed full debug builds and resolved implicit-fallthrough build warning
- Replaced stock icon by freedesktop.org compliant option (Xfce #13738)
- Translation Updates: Albanian, Arabic, Asturian, Basque, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
English (Australia), Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean,
Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish,
Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish,
Swedish, Thai, Turkish, Uighur, Ukrainian
0.9.2
=====
- General
...
...
configure.ac.in
View file @
3e65b386
m4_define([intltool_minimum_version], [0.35])
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], [
2
])
m4_define([parole_version_major], [
1
])
m4_define([parole_version_minor], [
0
])
m4_define([parole_version_micro], [
0
])
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], [https://docs.xfce.org/apps/parole/bugs])
...
...
data/appdata/parole.appdata.xml.in
View file @
3e65b386
...
...
@@ -47,6 +47,16 @@
</provides>
<releases>
<release
version=
"1.0.0"
date=
"2018-02-28"
>
<description>
<_p>
This release marks the first stable release of the 1.0 series. A
new Automatic video output option was added to improve usage on
virtual machines and low power devices. A large number of bugs were
also resolved, making this release suitable for all users.
</_p>
</description>
</release>
<release
version=
"0.9.2"
date=
"2017-06-03"
>
<description>
<_p>
This development release is a large cleanup of the codebase, making
...
...
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