Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
orc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
12
Issues
12
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
orc
Commits
16e053b8
Commit
16e053b8
authored
Aug 27, 2014
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.4.22
parent
dfcc456c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
RELEASE
RELEASE
+11
-0
configure.ac
configure.ac
+2
-2
No files found.
RELEASE
View file @
16e053b8
0.4.22
======
Maintenance
release
:
-
Handle
NOCONFIGURE
=
1
in
autogen
.
sh
(
Colin
Walters
)
-
Some
memory
leak
fixes
in
the
compiler
(
Sebastian
Dr
ö
ge
,
Thiago
Santos
)
-
Fixes
for
compiler
warnings
on
Win64
(
Edward
Hervey
)
-
Properly
detect
CPU
features
on
Android
in
non
-
debug
build
(
Jan
Schmidt
)
-
Use
Android
logging
system
instead
of
stderr
for
debug
output
(
Jan
Schmidt
)
0.4.21
======
...
...
configure.ac
View file @
16e053b8
AC_PREREQ([2.68])
AC_INIT([orc], [0.4.2
1.1
], [http://bugzilla.gnome.org/enter_bug.cgi?product=orc],[orc])
AC_INIT([orc], [0.4.2
2
], [http://bugzilla.gnome.org/enter_bug.cgi?product=orc],[orc])
dnl don't forget to update libversion
AS_NANO(ORC_GIT=no,ORC_GIT=yes)
...
...
@@ -22,7 +22,7 @@ dnl - library source changed -> increment REVISION
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
ORC_LIBVERSION="2
1:0:21
"
ORC_LIBVERSION="2
2:0:22
"
AC_SUBST(ORC_LIBVERSION)
LT_PREREQ([2.2.6])
LT_INIT([dlopen win32-dll disable-static])
...
...
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