Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
Vorbis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
Vorbis
Commits
aa7deae7
Commit
aa7deae7
authored
Jul 25, 2007
by
Ralph Giles
Browse files
Options
Downloads
Patches
Plain Diff
Update library versioning and changelog for the 1.2.0 release.
svn path=/trunk/vorbis/; revision=13312
parent
424a865c
Branches
Branches containing commit
Tags
v1.2.0
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES
+3
-1
3 additions, 1 deletion
CHANGES
configure.in
+8
-8
8 additions, 8 deletions
configure.in
with
11 additions
and
9 deletions
CHANGES
+
3
−
1
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
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
8
−
8
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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment