]> git.sesse.net Git - vlc/commitdiff
. ajout� un FIXME pour un bug dans plugins/vout/vout_x11.c
authorSam Hocevar <sam@videolan.org>
Sat, 17 Jun 2000 01:49:09 +0000 (01:49 +0000)
committerSam Hocevar <sam@videolan.org>
Sat, 17 Jun 2000 01:49:09 +0000 (01:49 +0000)
 . ajout� un ChangeLog
 . updat� le README

ChangeLog [new file with mode: 0644]
README
configure
configure.in
debian/changelog

diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..16097bc
--- /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 9629da7cd0df34b0eeafa545c3c8b63e2eddbf0a..17aeeaf7caf55ba53990927a1c03fd72bdb4bef3 100644 (file)
--- a/README
+++ b/README
 
 ... 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
index c7d36d5f52ad23f1926c721264d4cd5a7e9b5bf6..c14bd89a7353b2da71a93ee7632bec94ab3c69af 100755 (executable)
--- 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
 
index dd507a2b307280f2e3f9506c1a5355fe8b9b6398..6c58073df5bfc84e9e2f06c36d3ce59cea0ca1e3 100644 (file)
@@ -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)
index d87c896c3f13ac73f6de7a7cba1f31b883f32fe3..cbbac80710d8802a55d2322b2c03ad0788963436 100644 (file)
@@ -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