release related changes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/pig/branches/branch-0.1@720534 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 96fcb03..b582739 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,4 +1,5 @@
-This notes are for Pig 0.1.0, our initial release from the incubator.
+This notes are for Pig 0.1.1 release. This is our first release as Hadoop
+subproject.
System Requirements
===================
@@ -7,13 +8,14 @@
Java installation
2. Ant build tool: http://ant.apache.org - to build source only
3. Sigwin: http://www.cygwin.com/ - to run under windows
+4. This release is compatible with Hadoop 0.18.x releases
Trying the Release
==================
-1. Download pig-0.1.0.tar.gz
-2. Unpack the file: tar -xzvf pig-0.1.0.tar.gz
-3. Move into the installation directory: cd pig-0.1.0-incubating
+1. Download pig-0.1.1.tar.gz
+2. Unpack the file: tar -xzvf pig-0.1.1.tar.gz
+3. Move into the installation directory: cd pig-0.1.1
4. To run pig without Hadoop cluster, execute the command below. This will
take you into an interactive shell called grunt that allows you to navigate
the local file system and execute Pig commands against the local files