From 3d1104112bebfdd6f1d3201e03da01db54c93bd6 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 17 Jun 2000 01:49:09 +0000 Subject: [PATCH] =?utf8?q?=20.=20ajout=EF=BF=BD=20un=20FIXME=20pour=20un?= =?utf8?q?=20bug=20dans=20plugins/vout/vout=5Fx11.c=20=20.=20ajout?= =?utf8?q?=EF=BF=BD=20un=20ChangeLog=20=20.=20updat=EF=BF=BD=20le=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ChangeLog | 7 +++++++ README | 7 ++++++- configure | 2 +- configure.in | 2 +- debian/changelog | 8 ++++++++ 5 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000000..16097bcce8 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,7 @@ +Sat Jun 17 03:35:02 CEST 2000 +0.1.99b : + + * fixed a bug preventing to quit when run with no arguments + * new VLAN changing code + * created the ChangeLog file :) + diff --git a/README b/README index 9629da7cd0..17aeeaf7ca 100644 --- a/README +++ b/README @@ -11,8 +11,13 @@ ... Building VideoLAN -[ nothing appropriate yet ] +A typical way to configure the vlc is : + + ./configure --prefix=/usr --enable-ppro --enable-mmx --enable-gnome + +See `./configure --help' for more information. +Then, run `make'. ... Running VideoLAN diff --git a/configure b/configure index c7d36d5f52..c14bd89a73 100755 --- a/configure +++ b/configure @@ -592,7 +592,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$ac_t""$host" 1>&6 -VLC_VERSION=0.1.99a +VLC_VERSION=0.1.99b VLC_CODENAME=Onatopp diff --git a/configure.in b/configure.in index dd507a2b30..6c58073df5 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_CONFIG_HEADER(include/defs.h) AC_CANONICAL_HOST -VLC_VERSION=0.1.99a +VLC_VERSION=0.1.99b AC_SUBST(VLC_VERSION) VLC_CODENAME=Onatopp AC_SUBST(VLC_CODENAME) diff --git a/debian/changelog b/debian/changelog index d87c896c3f..cbbac80710 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +vlc (0.1.99b) unstable; urgency=low + + * Added a ChangeLog file + * Updated the VLAN code + * Fixed a bug preventing to quit + + -- Samuel Hocevar Sat, 17 Jun 2000 03:46:16 +0200 + vlc (0.1.99a) unstable; urgency=low * Fixed some compile flag errors -- 2.39.2