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
Vorbis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Vorbis
Commits
aa7deae7
Commit
aa7deae7
authored
Jul 25, 2007
by
Ralph Giles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update library versioning and changelog for the 1.2.0 release.
svn path=/trunk/vorbis/; revision=13312
parent
424a865c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
CHANGES
CHANGES
+3
-1
configure.in
configure.in
+8
-8
No files found.
CHANGES
View file @
aa7deae7
libvorbis 1.2.0 (
unreleased
) -- "Xiph.Org libVorbis I 20070622"
libvorbis 1.2.0 (
2007-07-25
) -- "Xiph.Org libVorbis I 20070622"
* new ov_fopen() convenience call that avoids the common
stdio conflicts with ov_open() and MSVC runtimes.
* libvorbisfile now handles multiplexed streams
* improve robustness to corrupt input streams
* fix a minor encoder bug
...
...
configure.in
View file @
aa7deae7
...
...
@@ -11,19 +11,19 @@ AC_CANONICAL_TARGET
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE(libvorbis,1.2.0
svn
)
AM_INIT_AUTOMAKE(libvorbis,1.2.0)
AM_MAINTAINER_MODE
dnl Library versioning
V_LIB_CURRENT=
3
V_LIB_REVISION=
1
V_LIB_AGE=
3
VF_LIB_CURRENT=
4
VF_LIB_REVISION=
1
VF_LIB_AGE=
1
V_LIB_CURRENT=
4
V_LIB_REVISION=
0
V_LIB_AGE=
4
VF_LIB_CURRENT=
5
VF_LIB_REVISION=
0
VF_LIB_AGE=
2
VE_LIB_CURRENT=2
VE_LIB_REVISION=
2
VE_LIB_REVISION=
3
VE_LIB_AGE=0
AC_SUBST(V_LIB_CURRENT)
AC_SUBST(V_LIB_REVISION)
...
...
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