Merge pull request #812 from williamspatrick/release-notes

release-notes: updates for p9 changes
diff --git a/openpower/scripts/release-notes b/openpower/scripts/release-notes
index 402c88d..2bf1b90 100755
--- a/openpower/scripts/release-notes
+++ b/openpower/scripts/release-notes
@@ -31,6 +31,12 @@
     'barreleye-xml'  => { REPO => "http://github.com/open-power/barreleye-xml" ,
                     DIR => "openpower/package/barreleye-xml",
                     PACKAGE => "BARRELEYE_XML" },
+    'witherspoon-xml'  => { REPO => "http://github.com/open-power/witherspoon-xml" ,
+                    DIR => "openpower/package/witherspoon-xml",
+                    PACKAGE => "WITHERSPOON_XML" },
+    'zaius-xml'  => { REPO => "http://github.com/open-power/zaius-xml" ,
+                    DIR => "openpower/package/zaius-xml",
+                    PACKAGE => "ZAIUS_XML" },
     'petitboot'     => { REPO => "http://github.com/open-power/petitboot" ,
                     DIR => "openpower/package/petitboot",
                     PACKAGE => "PETITBOOT" },
@@ -77,11 +83,22 @@
         print "Old $1:$3\n";
         $old_level->{$1} = $3;
     }
+    if ($line =~ m/-([^[:space:]]*)_VERSION_BRANCH_MASTER([[:space:]]*\?*=[[:space:]]*)(.*)/)
+    {
+        print "Old $1:$3\n";
+        $old_level->{$1} = $3;
+    }
     if ($line =~ m/\+([^[:space:]]*)_VERSION([[:space:]]*\?*=[[:space:]]*)(.*)/)
     {
         print "New $1:$3\n";
         $new_level->{$1} = $3;
     }
+    if ($line =~ m/\+([^[:space:]]*)_VERSION_BRANCH_MASTER([[:space:]]*\?*=[[:space:]]*)(.*)/)
+    {
+        print "New $1:$3\n";
+        $new_level->{$1} = $3;
+    }
+
     if ($line =~ m/-[[:space:]]*default[[:space:]]*"([^[:space:]]*)"[[:space:]]*if[[:space:]]BR2_([^[:space:]]*)_LATEST_VERSION/)
     {
         print "Old $2:$1\n";