[open-ils-commits] [GIT] Evergreen ILS branch master updated. ce9f58a3a8293ebf9070587f7c4b5806e196ceb6

Evergreen Git git at git.evergreen-ils.org
Wed Apr 9 17:52:05 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  ce9f58a3a8293ebf9070587f7c4b5806e196ceb6 (commit)
       via  490c214516fff7a4032fd131782ce46efb45e3e6 (commit)
      from  97d18d648de58b4e2b65b99891041b54551d0c6e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ce9f58a3a8293ebf9070587f7c4b5806e196ceb6
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Apr 3 14:54:11 2014 -0400

    LP#1302113: acknowledgments for 2.6.0
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/docs/RELEASE_NOTES_NEXT/_acknowledgments b/docs/RELEASE_NOTES_NEXT/_acknowledgments
new file mode 100644
index 0000000..2768f4a
--- /dev/null
+++ b/docs/RELEASE_NOTES_NEXT/_acknowledgments
@@ -0,0 +1,62 @@
+The Evergreen project would like to acknowledge the following
+organizations who commissioned developments in this release of
+Evergreen:
+
+ * Butler Public Library, IN, USA
+ * British Columbia Libraries Cooperative
+ * Carnegie Public Library of Steuben County, IN, USA
+ * Centerville-Center Township Public Library, IN, USA
+ * Flora Public Library, IN, USA
+ * Hagerstown - Jefferson Township Library, IN, USA
+ * Howe Library, Hanover, NH, USA
+ * Massachusetts Library Network Cooperative
+ * Newton County Public Library, IN, USA
+ * Noble County Public Library, IN, USA
+ * Natural Resources Canada
+ * North of Boston Library Exchange
+ * Perry County Public Library, IN, USA
+ * Plainfield-Guilford Township Public Library, IN, USA
+ * Rodgers Memorial Library, Hudson, NH, USA
+ * Statistics Canada
+ * Union County Public Library, IN, USA
+ * Westfield Washington Public Library, IN, USA
+
+We would also like to thank the following individuals who contributed
+code and documentations patches to this release of Evergreen:
+
+ * Jason Boyer
+ * Galen Charlton
+ * Mark Cooper
+ * Bill Erickson
+ * Jason Etheridge
+ * Lebbeous Fogle-Weekley
+ * Jeff Godin
+ * Pasi Kallinen
+ * Mike Rylander
+ * Dan Scott
+ * Chris Sharp
+ * Ben Shum
+ * Remington Steed
+ * Jason Stephenson
+ * Yamil Suarez
+ * Elliot Voris
+ * Dan Wells
+
+We also thank the following organizations whose employees contributed
+patches:
+
+ * Berklee College of Music
+ * Bibliomation
+ * Calvin College
+ * Equinox Software, Inc.
+ * Georgia Public Library Service
+ * Indiana State Library
+ * Laurentian University
+ * Merrimack Valley Library Consortium
+ * Pohjois-Karjalan Tietotekniikkakeskus Oy
+ * Saint Louis Christian College
+ * Traverse Area District Library
+
+We regret any omissions.  If a contributor has been inadvertantly
+missed, please open a bug at http://bugs.launchpad.net/evergreen/
+with a correction.

commit 490c214516fff7a4032fd131782ce46efb45e3e6
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Apr 3 14:52:08 2014 -0400

    LP#1302113: define a file for storing lists of folks to acknowledge in the release notes
    
    If a file called _acknowlegments is present in the docs/RELEASE_NOTES_NEXT
    directory, its contents will be appended to the end of the release
    notes under an "Acknowledgments" heading when
    create_release_notes.sh is run.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/docs/RELEASE_NOTES_NEXT/README b/docs/RELEASE_NOTES_NEXT/README
index ee91494..3ba14b1 100644
--- a/docs/RELEASE_NOTES_NEXT/README
+++ b/docs/RELEASE_NOTES_NEXT/README
@@ -8,3 +8,6 @@ functionality. The name of the file should match the feature. No numbering,
 etc. is required. With each release, the contents of this directory will be
 appended to the release notes and removed from this directory.
 
+The special file _acknowledgements is meant for acknowledging contributors
+to the upcoming version of Evergreen. The names should be cleared in the
+master branch at the beginning of each release cycle.
diff --git a/docs/RELEASE_NOTES_NEXT/create_release_notes.sh b/docs/RELEASE_NOTES_NEXT/create_release_notes.sh
index bb546e8..79ab28a 100755
--- a/docs/RELEASE_NOTES_NEXT/create_release_notes.sh
+++ b/docs/RELEASE_NOTES_NEXT/create_release_notes.sh
@@ -58,3 +58,10 @@ if [ "_$files" != "_" ]; then
     done
 fi
 
+if [ -f _acknowledgments ]; then
+    echo >> $outfile
+    echo "Acknowledgments" >> $outfile
+    echo "---------------" >> $outfile
+    cat _acknowledgments >> $outfile
+    echo >> $outfile
+fi

-----------------------------------------------------------------------

Summary of changes:
 docs/RELEASE_NOTES_NEXT/README                  |    3 +
 docs/RELEASE_NOTES_NEXT/_acknowledgments        |   62 +++++++++++++++++++++++
 docs/RELEASE_NOTES_NEXT/create_release_notes.sh |    7 +++
 3 files changed, 72 insertions(+), 0 deletions(-)
 create mode 100644 docs/RELEASE_NOTES_NEXT/_acknowledgments


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list