Browse Source

. ajout� un FIXME pour un bug dans plugins/vout/vout_x11.c

. ajout� un ChangeLog
 . updat� le README
pull/2/head
Sam Hocevar 27 years ago
parent
commit
3d1104112b
  1. 7
      ChangeLog
  2. 7
      README
  3. 2
      configure
  4. 2
      configure.in
  5. 8
      debian/changelog

7
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 :)

7
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

2
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

2
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)

8
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 <sam@via.ecp.fr> Sat, 17 Jun 2000 03:46:16 +0200
vlc (0.1.99a) unstable; urgency=low
* Fixed some compile flag errors

Loading…
Cancel
Save