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
e749029e
Commit
e749029e
authored
Apr 04, 2019
by
Sean Davis
🕶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for release
parent
38ffff51
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1458 additions
and
4 deletions
+1458
-4
AUTHORS
AUTHORS
+1
-1
ChangeLog
ChangeLog
+1454
-0
NEWS
NEWS
+1
-1
configure.ac.in
configure.ac.in
+2
-2
No files found.
AUTHORS
View file @
e749029e
Copyright (C) 2009-2011 Ali Abdallah <aliov@xfce.org>
Copyright (C) 2012-2017 Sean Davis <bluesabre@xfce.org>
Copyright (C) 2012-2017 Simon Steinbeiss <ochosi@xfce.org>
Copyright (C) 2012-2019 Sean Davis <bluesabre@xfce.org>
ChangeLog
View file @
e749029e
This diff is collapsed.
Click to expand it.
NEWS
View file @
e749029e
1.0.2
(UNRELEASED)
1.0.2
=====
- Bug Fixes
- Added support for GST_INSTALL_PLUGINS_HELPER_MISSING
...
...
configure.ac.in
View file @
e749029e
...
...
@@ -3,9 +3,9 @@ m4_define([parole_verinfo], [0:8:1])
m4_define([parole_version_api], [0])
m4_define([parole_version_major], [1])
m4_define([parole_version_minor], [0])
m4_define([parole_version_micro], [
1
])
m4_define([parole_version_micro], [
2
])
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])
...
...
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