From: Sam Hocevar Date: Sat, 17 Jun 2000 01:49:09 +0000 (+0000) Subject: . ajout� un FIXME pour un bug dans plugins/vout/vout_x11.c X-Git-Tag: 0.1.99e~20 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3d1104112bebfdd6f1d3201e03da01db54c93bd6;p=vlc . ajout� un FIXME pour un bug dans plugins/vout/vout_x11.c . ajout� un ChangeLog . updat� le README --- 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