[vlma-devel] commit: Prepare tag. (Adrien Grand )

git version control git at videolan.org
Sat Sep 27 22:44:50 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sat Sep 27 22:47:50 2008 +0200| [cace7dbabf5a1a8da05bc44d7f9fe903f132a96b] | committer: Adrien Grand 

Prepare tag.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=cace7dbabf5a1a8da05bc44d7f9fe903f132a96b
---

 INSTALL                   |    4 ++--
 NEWS                      |   17 ++++++++---------
 pom.xml                   |    2 +-
 vlma-api/pom.xml          |    2 +-
 vlma-core/pom.xml         |    2 +-
 vlma-daemon/pom.xml       |    2 +-
 vlma-distribution/pom.xml |    2 +-
 vlma-swing-client/pom.xml |    2 +-
 vlma-webapp/pom.xml       |    2 +-
 9 files changed, 17 insertions(+), 18 deletions(-)

diff --git a/INSTALL b/INSTALL
index 0d610c4..d6a3b64 100644
--- a/INSTALL
+++ b/INSTALL
@@ -73,10 +73,10 @@ to a valid JDK installation. To do this, have a look at:
 
 Then open a prompt and change directory to where you extracted VLMa. You can
 run VLMa daemon by running the following command:
- % bin\vlmad.bat start
+ % bin\vlmad start
 
 To run the web UI, open a new prompt and run:
- % bin\vlmaw.bat start
+ % bin\vlmaw start
 
 
 -- END OF PLATFORM DEPENDANT SETTINGS --
diff --git a/NEWS b/NEWS
index 43adeaf..2901628 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,14 @@
-Changes since 0.1 (currently available in the development tree)
-===============================================================
+Changes between 0.1 and 0.2.0
+=============================
 
 Important notes:
 ----------------
- * Packaging changed. The daemon and the web UI are now provided in a
-   single archive file, and there are script wrappers which help make
-   VLMa start and shutdown.
+ * The daemon and web UI are now provided in a single archive file,
+   which includes wrapper scripts to start and shutdown VLMa.
  * data.xml format has been updated, a file working with VLMa 0.1 will
    not work with later versions.
- * Many things are now configurable, they are saved in the file called
-   config.properties.
+ * Many things are now configurable (telnet port, password, default SAP
+   group, etc.), they are saved in the config.properties file.
 
 Changes:
 --------
@@ -20,7 +19,7 @@ Daemon:
 Streaming:
  * HTTP streaming support.
  * Podcast announcement support.
- * VLMa can now stream again existing streams.
+ * VLMa can now use other streams as input.
  * Ability to choose the encapsulation format.
  * There can be more than one files channel per server.
  * Dynamic assignment of files and stream channels (no more need to provide
@@ -30,7 +29,7 @@ Web interface:
  * Auto generated M3U playlist.
  * Commands which are sent to the telnet interface of VLC instances can
    be monitored online.
- * Configuration is now manageable online.
+ * Configuration is manageable online.
  * The web interface now can reconnect to the RMI registry if the daemon
    becomes unavailable or is restarted. There is no more need to reload
    the webapp.
diff --git a/pom.xml b/pom.xml
index 008a4d1..aee0181 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
     <groupId>org.videolan.vlma</groupId>
     <artifactId>vlma-parent</artifactId>
-    <version>0.1.1-SNAPSHOT</version>
+    <version>0.2.0</version>
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
 
diff --git a/vlma-api/pom.xml b/vlma-api/pom.xml
index 0c8e533..fdef1ab 100644
--- a/vlma-api/pom.xml
+++ b/vlma-api/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.videolan.vlma</groupId>
         <artifactId>vlma-parent</artifactId>
-        <version>0.1.1-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
     <artifactId>vlma-api</artifactId>
diff --git a/vlma-core/pom.xml b/vlma-core/pom.xml
index 2e3b5c2..b07c97e 100644
--- a/vlma-core/pom.xml
+++ b/vlma-core/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.videolan.vlma</groupId>
         <artifactId>vlma-parent</artifactId>
-        <version>0.1.1-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
     <artifactId>vlma-core</artifactId>
diff --git a/vlma-daemon/pom.xml b/vlma-daemon/pom.xml
index 4181c24..5eac506 100644
--- a/vlma-daemon/pom.xml
+++ b/vlma-daemon/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.videolan.vlma</groupId>
         <artifactId>vlma-parent</artifactId>
-        <version>0.1.1-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
     <artifactId>vlma-daemon</artifactId>
diff --git a/vlma-distribution/pom.xml b/vlma-distribution/pom.xml
index 08ca4b4..1067338 100644
--- a/vlma-distribution/pom.xml
+++ b/vlma-distribution/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.videolan.vlma</groupId>
         <artifactId>vlma-parent</artifactId>
-        <version>0.1.1-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
     <artifactId>vlma-distribution</artifactId>
diff --git a/vlma-swing-client/pom.xml b/vlma-swing-client/pom.xml
index c5cbec2..f421ed1 100644
--- a/vlma-swing-client/pom.xml
+++ b/vlma-swing-client/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.videolan.vlma</groupId>
         <artifactId>vlma-parent</artifactId>
-        <version>0.1.1-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
     <artifactId>vlma-swing-client</artifactId>
diff --git a/vlma-webapp/pom.xml b/vlma-webapp/pom.xml
index 3fff906..a110abe 100644
--- a/vlma-webapp/pom.xml
+++ b/vlma-webapp/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.videolan.vlma</groupId>
         <artifactId>vlma-parent</artifactId>
-        <version>0.1.1-SNAPSHOT</version>
+        <version>0.2.0</version>
     </parent>
 
     <artifactId>vlma-webapp</artifactId>



More information about the vlma-devel mailing list