<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>evergreen-ils blog</title>
	<atom:link href="http://evergreen-ils.org/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://evergreen-ils.org/blog</link>
	<description>The blog for Evergreen open-source library software</description>
	<lastBuildDate>Sat, 17 Jul 2010 03:23:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A peek behind the curtain at: Bibliographic Indexing in Evergreen</title>
		<link>http://evergreen-ils.org/blog/?p=410</link>
		<comments>http://evergreen-ils.org/blog/?p=410#comments</comments>
		<pubDate>Fri, 16 Jul 2010 23:01:02 +0000</pubDate>
		<dc:creator>miker</dc:creator>
				<category><![CDATA[A peak behind the curtain]]></category>
		<category><![CDATA[Documentation]]></category>

		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=410</guid>
		<description><![CDATA[In an attempt to force myself to post more often, I&#8217;m starting a new series tentatively called &#8220;A peek behind the curtain at.&#8221; I&#8217;m not sure how often these will happen or exactly where it will lead, but if you want more (or less) of this, just comment below. ?And now, on to the main [...]]]></description>
			<content:encoded><![CDATA[<p><em>In an attempt to force myself to post more often, I&#8217;m starting a new series tentatively called &#8220;A peek behind the curtain at.&#8221; I&#8217;m not sure how often these will happen or exactly where it will lead, but if you want more (or less) of this, just comment below. ?And now, on to the main event!</em></p>
<p>We&#8217;re often asked how indexing of bibliographic material works in Evergreen. That&#8217;s a hard question to answer because, firstly, indexing is a hard problem to solve in practice. It&#8217;s also a hard question to answer because our solution is, well, mutable.</p>
<p>In Evergreen you can control what data is indexed, how it is presented to the indexer, how it is normalized for indexing &#8212; both as a raw value and as an index vector that is used internally &#8212; and the weights and ranking bonuses that any field can have when contributing to a result set.</p>
<p>All of that means indexing and searching are complex problems with complex solutions. So, as a start to explaining the process, I have created two pieces of documentation that I hope will help others understand what is going on under the covers, and perhaps spur discussion of how to improve and extend the Evergreen indexing and search infrastructure in the future.</p>
<p>To see how data is indexed, head <a href="http://open-ils.org/dokuwiki/doku.php?id=documentation:indexing" target="_blank">over here</a> on the Evergreen wiki. This covers the state of the art in trunk, what will become Evergreen 2.0 in the future.</p>
<p>Likewise, a discussion of searching is <a href="http://open-ils.org/dokuwiki/doku.php?id=documentation:technical:search_grammar" target="_blank">available here</a> on the wiki. This is also targeted at trunk/2.0.</p>
<p>Please comment here, or start a thread on the <a href="http://open-ils.org/listserv.php" target="_blank">open-ils-dev mailing list</a>, if you&#8217;d like to take this discussion further. I look forward to any feedback!</p>
<p>In the next installment of the &#8220;behind the curtain&#8221; series I plan to highlight documentation describing what you can do with a search result for display purposes.</p>
<p>&#8211;miker</p>
<p><em>UPDATE: For some reason, WordPress decided that every sentence by the first in each paragraph should start with a question mark.  I&#8217;ve disabused it of that notion.  Also, it&#8217;s &#8220;peek&#8221;, not &#8220;peak&#8221; &#8230;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://evergreen-ils.org/blog/?feed=rss2&amp;p=410</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security vulnerability in Evergreen 1.6: patch or upgrade advised</title>
		<link>http://evergreen-ils.org/blog/?p=406</link>
		<comments>http://evergreen-ils.org/blog/?p=406#comments</comments>
		<pubDate>Sun, 27 Jun 2010 05:02:01 +0000</pubDate>
		<dc:creator>Dan Scott</dc:creator>
				<category><![CDATA[Development Update]]></category>

		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=406</guid>
		<description><![CDATA[On Thursday, June 17th, we realized that the open-ils.pcrud service, which provides permission-protected access to Evergreen data in the 1.6 release series, was subject to a security vulnerability. The vulnerability allows a user to access objects outside of the permissions they have been granted by supplying fleshing arguments to the open-ils.pcrud search service.
By Thursday evening, [...]]]></description>
			<content:encoded><![CDATA[<p>On Thursday, June 17th, we realized that the open-ils.pcrud service, which provides permission-protected access to Evergreen data in the 1.6 release series, was subject to a security vulnerability. The vulnerability allows a user to access objects outside of the permissions they have been granted by supplying fleshing arguments to the open-ils.pcrud search service.</p>
<p>By Thursday evening, a patch for the vulnerability had been committed to Evergreen trunk, and by Friday evening that patch had been backported to the 1.6.0 branch. The Evergreen 1.6.0.6 security release was uploaded on Tuesday June 22, and it took until late Friday June 26 to write up the upgrade instructions, release notes, and update the downloads page for the http://evergreen-ils.org Web site.</p>
<p>Today, we worked out how to apply just the security fix to a running system, so that Evergreen libraries can close the vulnerability without having to apply the full release upgrade. The procedure is as follows:</p>
<ol>
<li>Download the fixed file: http://svn.open-ils.org/trac/ILS/export/16749/branches/rel_1_6_0/Open-ILS/src/c-apps/oils_cstore.c</li>
<li>Copy oils_cstore.c over Open-ILS/src/c-apps/oils_cstore.c in the source directory you used to install your Evergreen system</li>
<li>Run &#8216;make&#8217; to compile the updated libraries</li>
<li>Install the chrpath tool (&#8220;aptitude install chrpath&#8221;)</li>
<li>Run &#8220;chrpath -d Open-ILS/src/c-apps/.libs/oils_pcrud.so&#8221; to enable the library to link to the appropriate location</li>
<li>Copy Open-ILS/src/c-apps/.libs/oils_pcrud.so.* to /openils/lib/.</li>
<li>Restart the Evergreen C services by running &#8216;osrf_ctl.sh -a restart_c&#8217;</li>
</ol>
<p>If you are running Evergreen 1.6, we recommend that you apply this security fix as soon as possible, then upgrade to the latest release (1.6.0.6) when you have an opportunity. Evergreen sites running releases prior to 1.6 are not affected by this vulnerability.</p>
]]></content:encoded>
			<wfw:commentRss>http://evergreen-ils.org/blog/?feed=rss2&amp;p=406</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PINES the day after Memorial Day, 2007-2010</title>
		<link>http://evergreen-ils.org/blog/?p=355</link>
		<comments>http://evergreen-ils.org/blog/?p=355#comments</comments>
		<pubDate>Fri, 11 Jun 2010 14:44:52 +0000</pubDate>
		<dc:creator>drdata</dc:creator>
				<category><![CDATA[Development Update]]></category>

		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=355</guid>
		<description><![CDATA[Some of you may know that Lamar Veatch and I are working on an article on the history of Evergreen so we are busy with that work&#8212;and will possibly be posting bits and pieces here. I suspect that we will also assemble web-friendly materials for an online history somewhere but that in time.
Dr. Veatch and [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you may know that Lamar Veatch and I are working on an article on the history of Evergreen so we are busy with that work&mdash;and will possibly be posting bits and pieces here. I suspect that we will also assemble web-friendly materials for an online history somewhere but that in time.</p>
<p>Dr. Veatch and I were talking about previous posts on the PINES circulation traffic on the day after Memorial Day and here are those impressive numbers showing the load on PINES, updated through this year&#8217;s figures.</p>
<p>These numbers are yet another demonstration of the increasing demand on PINES libraries&mdash;as if we needed one&mdash;and that Evergreen can handle a great deal of traffic.</p>
<p>The increase in the figures from 2009 to 2010 is extraordinary. The busiest day of PINES has a 20% increase in total circulations over last year&#8217;s and the busiest hour of the busiest day (11AM-12PM) shows a 30% increase. </p>
<p><strong>
<p align="center">Maximum circulations by date and interval</p>
<p></strong></p>
<div align="center">
<table class="center" border="1" cellspacing="2" cellpadding="2" width="100%">
<tr>
<th>&nbsp;</th>
<th>May 29, 2007</th>
<th>May 27, 2008</th>
<th>May 26, 2009</th>
<th>June 1, 2010</th>
</tr>
<tr>
<th>Total circs<br />for the day</th>
<td align="right">96,326</td>
<td align="right">100,427</td>
<td align="right">109,093</td>
<td align="right">128,830</td>
</tr>
<tr>
<th>Total<br />checkins</th>
<td align="right">&nbsp;</td>
<td align="right">&nbsp;</td>
<td align="right">&nbsp;</td>
<td align="right">106,209</td>
</tr>
<tr>
<th>Max circs<br />per hour</th>
<td align="right">11,305</td>
<td align="right">12,227</td>
<td align="right">12,251</td>
<td align="right">16,119</td>
</tr>
<tr>
<th>Max circs<br />per minute</th>
<td align="right">548</td>
<td align="right">331</td>
<td align="right">322</td>
<td align="right">358</td>
</tr>
<tr>
<th>Max circs<br />per second</th>
<td align="right">&nbsp;</td>
<td align="right">9</td>
<td align="right">19</td>
<td align="right">22</td>
</tr>
</table>
</div>
<p>Thanks to Mike Rylander and Don McMorris for these numbers.</p>
<p>When everyone digs out a bit, we will check the per minute figure for 2007. I think most of us have suspected that number is in error. Mike has a theory about how it was miscalculated. </p>
<p>The checkins are reported for 2010 for the first time and that number adds a dimension to this set of statistics that was missing before. As evocative as the circs figures are they do not capture all that was going on. We will include these data next time.</p>
<p>Previous posts in this thread: <a href="http://open-ils.org/blog/?p=126">2007</a>; <a href="http://evergreen-ils.org/blog/?p=149">2008</a>, and 2009 was posted on open-ils-general on May 27, 2009 at 10:45:12.</p>
<p align="right">Bob Molyneux</p>
]]></content:encoded>
			<wfw:commentRss>http://evergreen-ils.org/blog/?feed=rss2&amp;p=355</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Evergreen Superconsortium: The next stage in the evolution of Evergreen consortia</title>
		<link>http://evergreen-ils.org/blog/?p=339</link>
		<comments>http://evergreen-ils.org/blog/?p=339#comments</comments>
		<pubDate>Wed, 02 Jun 2010 18:58:58 +0000</pubDate>
		<dc:creator>drdata</dc:creator>
				<category><![CDATA[Development Update]]></category>

		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=339</guid>
		<description><![CDATA[The two of us have seen aspects of the evolution of the Evergreen software ecosystem that was at once surprising and then obvious once it started to arise: the evolving superconsortium in the Evergreen community. This notion first occurred to us independently in early 2009 and, curiously, we each invented the same word to describe [...]]]></description>
			<content:encoded><![CDATA[<p>The two of us have seen aspects of the evolution of the Evergreen software ecosystem that was at once surprising and then obvious once it started to arise: the evolving superconsortium in the Evergreen community. This notion first occurred to us independently in early 2009 and, curiously, we each invented the same word to describe it: the Evergreen Superconsortium. Events since then, particularly one just before the Evergreen International Conference in Grand Rapids, have served to confirm our observations.</p>
<p>What is the Superconsortium? It is varied elements of Evergreen community working in concert to develop capabilities within the software and within the community. A library that is a member of a consortium may give up a bit of freedom of action but in return enjoy increased services for its users by cooperating and sharing resources with other consortium members. In the Evergreen Superconsortium, different consortia are cooperating on developing capabilities for Evergreen. It is another arrow in the Evergreen quiver.</p>
<h3>The Evergreen Superconsortium</h3>
<p>In the first case of superconsortial cooperative development, two systems joined in paying for development of capabilities that were given to the community through the GNU General Public License (GPL). This case was shepherded by Equinox.</p>
<p>Given the changes in the state of Evergreen—for instance, there are more groups using it now—superconsortial cooperative development recently started via independent action of several consortia <a href="http://biblio-os.blogspot.com/2010/02/kids-catalog-project-gets-underway.html">(Bibliomation, King County, SITKA, and PINES)</a> that are working together to develop a Kids&#8217; Catalog for Evergreen and contracting with FGI, a Seattle based firm. This was a signal event in the history of Evergreen.</p>
<p>Even though these different consortia are doing different things and in different places, they are working towards common goals and the Kids&#8217; Catalog—and Evergreen—will be stronger for it.</p>
<p>We can, then, expect more software development as Evergreen&#8217;s capabilities increase through this method as well as more traditional methods. Just last week, Amy Terlaga sent out an email about two enhancements Bibliomation is seeking to have developed and asked if others in the community wanted to help. The trail has been blazed.</p>
<h3>Where we are</h3>
<p>The Superconsortium arises out of two necessary but not sufficient conditions: open source development and a <a href="http://blog.esilibrary.com/2008/05/19/consortial-library-systems/">Consortial Library System</a>. The two separately each create tools to increase the capabilities of libraries through the software they use. Of course, we in the open source communities believe that open source development will provide robust software with a rapid development cycle. What joined the two factors to create the Superconsortium are the strength of the community&#8217;s actors and their vision of a new way of doing things. Superconsortial cooperation will lead to even more rapid and better software development and information exchange (data? techniques and practices?) than we have seen so far.</p>
<h3>Quo Vadis Evergreen Superconsortium?</h3>
<p>It is hard to peer into the future and see what is next—certainly more development with the newer consortia and as members of the community get to know each other better. </p>
<p>There are also possibilities for Superconsortial purchases, for example. These consortia have to move items around from library to library. If they used RFID tags, they could maintain the control over their items that UPS and FedEx can: these companies know where everything is. Can libraries do worse? It would seem to be an easy argument to  make in these times that this is a matter of fiduciary responsibility. However, RFID tags are expensive.</p>
<p>At ALA last year, one of us asked a vendor how much it would cost to buy 10 million RFID tags? Well, he said, we would have to bid it but I would guess they would be around 17 cents a piece. This year, the number would be lower. Perhaps a  Superconsortium of Evergreen consortia could consider such pooled purchases thus making it resemble the purchasing consortia that are so common in libraries. Of course, we do not have an entity to manage such purchases. And 10 million would not be near enough.</p>
<p>Bob Molyneux and Mike Rylander</p>
]]></content:encoded>
			<wfw:commentRss>http://evergreen-ils.org/blog/?feed=rss2&amp;p=339</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evergreen Newsletter, March/April 2010</title>
		<link>http://evergreen-ils.org/blog/?p=333</link>
		<comments>http://evergreen-ils.org/blog/?p=333#comments</comments>
		<pubDate>Tue, 11 May 2010 06:00:20 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Evergreen Newsletter]]></category>

		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=333</guid>
		<description><![CDATA[Hi folks,
I decided to make things easy on myself this time and am simply
linking to the wiki version of the newsletter:
http://evergreen-ils.org/dokuwiki/doku.php?id=newsletter:mar10
If you&#8217;d like to contribute to the next newsletter, feel free to post
to the mailing lists or contact volunteer newsletter wranglers more
directly at newsletter@evergreen-ils.org
Thanks!
Oh!  I can&#8217;t resist including a picture from the Evergreen conference:
If [...]]]></description>
			<content:encoded><![CDATA[<p>Hi folks,</p>
<p>I decided to make things easy on myself this time and am simply<br />
linking to the wiki version of the newsletter:<br />
<a href="http://evergreen-ils.org/dokuwiki/doku.php?id=newsletter:mar10">http://evergreen-ils.org/dokuwiki/doku.php?id=newsletter:mar10</a></p>
<p>If you&#8217;d like to contribute to the next newsletter, feel free to post<br />
to the mailing lists or contact volunteer newsletter wranglers more<br />
directly at <a href="mailto:newsletter@evergreen-ils.org">newsletter@evergreen-ils.org</a></p>
<p>Thanks!</p>
<p>Oh!  I can&#8217;t resist including a picture from the Evergreen conference:<br />
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/nengard/4543671953/"><img alt="" src="http://evergreen-ils.org/images/serial_killer.jpg" title="I AM NOT A SERIAL KILLER" width="500" height="375" /></a><p class="wp-caption-text">Dan Wells at the 2010 Evergreen Conference</p></div></p>
<p>If you&#8217;d like to weigh in on serials in Evergreen during its <a href="http://evergreen-ils.org/listserv.php">formative stages</a>, please join the mailing lists and say hello!</p>
]]></content:encoded>
			<wfw:commentRss>http://evergreen-ils.org/blog/?feed=rss2&amp;p=333</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evergreen Newsletter, January/February 2010</title>
		<link>http://evergreen-ils.org/blog/?p=314</link>
		<comments>http://evergreen-ils.org/blog/?p=314#comments</comments>
		<pubDate>Tue, 02 Mar 2010 17:32:18 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Development Update]]></category>
		<category><![CDATA[Evergreen Newsletter]]></category>

		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=314</guid>
		<description><![CDATA[The newsletter for Evergreen open source library software
Volume 3, Issue 1 &#8211; January/February 2010
As a reminder, we post this newsletter to the Evergreen general discussion list, development list, and the Evergreen blog. Cross-posting and forwarding are encouraged.
In This Issue
Evergreen Out and About, Evergreen Development and Documentation Update, Evergreen People, Evergreen Libraries, Evergreen Jobs, Evergreen Statistics, [...]]]></description>
			<content:encoded><![CDATA[<p><i>The newsletter for Evergreen open source library software</i></p>
<p><i>Volume 3, Issue 1 &#8211; January/February 2010</i></p>
<p>As a reminder, we post this newsletter to the Evergreen <a href="http://evergreen-ils.org/listserv.php">general discussion list</a>, development list, and the <a href="http://evergreen-ils.org/blog/">Evergreen blog</a>. Cross-posting and forwarding are encouraged.</p>
<h2>In This Issue</h2>
<p>Evergreen Out and About, Evergreen Development and Documentation Update, Evergreen People, Evergreen Libraries, Evergreen Jobs, Evergreen Statistics, New Evergreen Libraries, Planet Evergreen, A Few Reminders, Newsletter Administrivia</p>
<h2>Out and About: An Evergreen Calendar</h2>
<p>Do you know of Evergreen events you&#8217;d like to share here? Please contact us at <a href="mailto:newsletter@evergreen-ils.org">newsletter@evergreen-ils.org</a></p>
<h3>Conferences</h3>
<p>The 2010 Evergreen International Conference will be held April 21-23, 2010 at the Amway Grand Plaza Hotel in Grand Rapids Michigan. The Conference website contains general information, schedule, exhibitor information, sponsorship information, a link to the Grand Rapids Convention and Visitors Bureau, a link to the Amway for online reservations, and a link to the registration site. Please join us for an exciting 3 days of learning, sharing, networking, and fun in Grand Rapids! http://www.evergreen2010.org/</p>
<p>Equinox will be exhibiting Evergreen at <a href="http://www.placonference.org//general_information.cfm">PLA2010</a> (booth 1407) in Portland from March 23-27, and also at <a href="http://www.txla.org/conference/conf.html">TLA</a> in San Antonia from April 14-17.</p>
<h3>Classes</h3>
<h4>Equinox</h4>
<p><a href="http://esilibrary.com/">Equinox Software</a>, Inc. is now offering training for Evergreen users.  For more information or to register, send an email to <a href="mailto:training@esilibrary.com">training@esilibrary.com</a></p>
<p>Currently, Equinox Software is offering the following classes:</p>
<p><html></p>
<dl>
<dt>Acquisitions Preview</dt>
<dt>March 31 &#8212; 1pm-3pm EST</p>
<dd>In this class, we will review the plans for the Acquisitions module, examine current functionality, and tour the most recent development.  This class would be useful to administrators, prospective Evergreen users, and others interested in Acquisitions development.</p>
<dt>The Evergreen OPAC</dt>
<dt>April 7 &#8212; 1pm-2pm EST</p>
<dd>In this session, we will explore the Evergreen OPAC from the perspective of both patrons and staff members.  This class would be useful to front line information services staff.</p>
<dt>Circulation in Evergreen (Part 1)</dt>
<dt>April 12 &#8212; 1pm-2:30pm EST</p>
<dd>In this session, we will focus on patron services in the Evergreen circulation module.   This class would be of interest to front line circulation staff.</p>
<dt>Circulation in Evergreen (Part 2)</dt>
<dt>April 27 &#8212; 11:30am-1pm EST</p>
<dd>In this session, we will focus on item management in the Evergreen circulation module.  This class would be of interest to front line circulation staff.</p>
<dt>Booking in Evergreen</dt>
<dt>April 29 &#8212; 11:00am-12pm EST</p>
<dd>In this session, we will focus on booking in Evergreen.  We will discuss how to create and pick up reservations for bibliographic items.  We will also discuss the reservation process for other item types, such as laptops and meeting rooms.
</dd>
</dt>
</dd>
</dt>
</dd>
</dt>
</dd>
</dt>
</dd>
</dt>
</dl>
<p></html></p>
<h4>Lyrasis</h4>
<p><html></p>
<dl>
<dt>Evergreen Cataloging Module (Live Online)</p>
<dd>3/3/2010-3/4/2010 2:00pm-4:00pm EST</p>
<dt>Evergreen Administration and Reports Module (Live Online)</p>
<dd>3/10/2010, 10:00am-12:00pm EST
</dd>
</dt>
</dd>
</dt>
</dl>
<p></html></p>
<p><a href="http://www.lyrasis.org/">LYRASIS</a> (created from a merger of SOLINET, PALINET and NELINET) has taught dozens of Evergreen classes. Lyrasis is dedicated to training and instructing Evergreen, and they welcome your comments and suggestions for courses. All of their current course offerings are continuously updated, and Lyrasis plans to add more courses in the future. For comments or questions, contact Lyrasis instructors <a href="mailto:Jennifer.Bielewski@lyrasis.org">Jennifer.Bielewski@lyrasis.org</a> or <a href="mailto:Jenny.Liberatore@lyrasis.org">Jenny.Liberatore@lyrasis.org</a></p>
<h3>In the past, so how did it go?</h3>
<p>  * February 22, 2010 &#8211; Evergreen was the focus of an afternoon pre-conference for <a href="http://code4lib.org/conference">CODE4LIB 2010</a>.</p>
<p>  * February 24, 2010 &#8211; <a href="http://www.accessola.com/superconference2010/showSession.php?lsession=8&#038;usession=8">Customizing and Extending Evergreen: a guide for geeks</a> is a half-day workshop that <a href="http://coffeecode.net">Dan Scott</a> lead at the Ontario Library Association Super Conference.</p>
<h2>Evergreen Development and Documentation Update</h2>
<h3>New Releases</h3>
<p>A new bugfix release of Evergreen, version 1.6.0.2, was released on February 18th. It includes many fixes and updated translations, including new translations for English (UK), Spanish, and Brazilian Portuguese. For a complete list of the new fixes and features, see http://evergreen-ils.org/dokuwiki/doku.php?id=feature_list_1_6_0</p>
<p>On February 8th, a new version of OpenSRF was released, version 1.2.2, which includes important fixes for high traffic environments.  If you are running Evergreen 1.6+ you are strongly encouraged to upgrade!</p>
<h3>A peek in the Trunk</h3>
<p>This is a look at some of the current differences between trunk and the 1.6 branch.  It&#8217;s not comprehensive.  Most of these features need testing, feedback, and/or polish, but may one day get backported to 1.6 or show up in the next major branch release.</p>
<h4>Cataloging</h4>
<h5>Bucket Notes</h5>
<p>Toward allowing arbitrary notes for buckets and bookbags.</p>
<h5>Copy Location Order</h5>
<p>Allows you to define display positions for copy/shelving locations.  No longer has to be in alphabetical order.</p>
<h5>Mint Condition flag for Holds and Copies</h5>
<p>Optionally allows us to give a &#8220;good quality&#8221; or &#8220;mint condition&#8221; or &#8220;pristine&#8221; or &#8220;complete with all pieces&#8221; type designation to items, and allows holds to optionally be filled only by items in that condition.</p>
<h5>Update leader in MARC record when deleting or undeleting the record</h5>
<p>This sets the leader/05 appropriately.</p>
<h4>Circ</h4>
<h5>Auto Checkout-attempt into renewal</h5>
<p>If an item is already checked out to a user and the circulation is past a configured auto-renewal interval, attempt to treat the transaction as a renewal instead.  Option for doing this with offline transactions as well.</p>
<h5>Backdating</h5>
<p>Action for backdating checkins that have already happened (e.g. checkin the item, notice that you should have backdated, and then do so after the fact)</p>
<p>&#8220;Scan time&#8221; field shows the true time that an item was checked in, regardless of backdating.  We also record the specific workstation for all checkins.</p>
<h5>Billable Transaction Summary with Billing Location</h5>
<p>An augmented view of billable transaction summaries.  Toward filtering by location in the billing interface.</p>
<h5>Cap Max Fine at Item Price</h5>
<p>Org-unit setting for capping fines at the item price.  Existing Percent of Item Price functionality for fine caps trumps this setting.</p>
<h5>Circ Counts By Year</h5>
<p>Reportable abstraction of this data.</p>
<h5>Circulation &#8220;Chain&#8221; Summaries</h5>
<p>In Evergreen, renewals show up as circulations, though you&#8217;re able to select or filter for these based on renewal flags on the circs.  Circulation chains allow us to group together a logical sequence of original checkout and subsequent renewals as one entity.</p>
<h5>Circulation permit check based on claims returned threshold</h5>
<p>Allows you to set a number for how many claims returned items are allowed on a patron&#8217;s account before requiring override for new checkouts.</p>
<h5>Circulation receipts</h5>
<p>Can now include patron money summary information (amount owed, etc.) in checkout receipts.</p>
<h5>Credit Card Payments</h5>
<p>We&#8217;re able to interface with Paypal for taking credit card payments.</p>
<h5>Custom copy status for returned items</h5>
<p>Allows you to designate a copy status for post-claims returned items.</p>
<h5>Fine generation</h5>
<p>An Evergreen installation normally has a periodic process for generating fines.  To supplement that, we now generate fines for a given circulation at the time of checkin, to handle certain boundary conditions.</p>
<h5>Floating Collections</h5>
<p>Basic support for floating collections where items can stay where they land.</p>
<h5>History Buckets</h5>
<p>For supporting clearable patron and/or staff facing record of checkouts.</p>
<h5>Hold Request Cancel/Un-Cancel</h5>
<p>Interface toggle and related org unit settings for showing and manipulating canceled holds.</p>
<h5>Hold Request Notes</h5>
<p>Free-text staff notes that can optionally be printed on hold slips.</p>
<h5>Hold retargeting trigged by certain copy updates</h5>
<p>Checks to see if an item status change warrants a retargeting of related hold requests.</p>
<h5>Negative Balance list</h5>
<p>Dedicated interface for listing patrons with negative balances.</p>
<h5>Offline username</h5>
<p>Org-unit setting for treating patron barcodes in offline transactions as usernames based on barcode format.</p>
<h5>Patron Claims</h5>
<p>Can mark a circulation as Claims Never Checked Out, which changes the status to Missing.</p>
<p>Org-unit setting for changing the copy status to something arbitrary for Claims Returned items.</p>
<h5>Patron retrieval by internal ID</h5>
<p>Config setting which allows retrieval of patrons by their internal DB ID.</p>
<h5>Pending Patrons</h5>
<p>Staging area for patron data from self-registration, migrations, external systems, etc.</p>
<h5>Pre-cat improvements</h5>
<p>Circ modifier and ISBN field for pre-cataloged items.  The circ modifier will carry over when/if the item is cataloged.  And of course, you can create circulation rules based on an item being a pre-cat with consideration of its circ modifier.</p>
<p>Org-unit setting for setting the circ lib of a pre-cat.  For example, you could checkout a pre-cat item at BR1, but have it&#8217;s circ lib be BR2, so that upon checkin, it&#8217;ll transit to BR2.</p>
<h5>Top of Queue flag for Hold Requests</h5>
<p>Brings a hold to the front of the line, or at least next to other Top of Queue holds.</p>
<h4>Misc</h4>
<h5>Events interfaces</h5>
<p>View (and in some cases Edit or Cancel) triggered events for patrons and copies.  These can include notices, etc.</p>
<h5>Setting Types</h5>
<p>Better support for defining/categorizing different user and org unit settings.</p>
<h5>Ubuntu Karmic</h5>
<p>Pre-requisite installer target for Ubuntu&#8217;s Karmic Koala distribution.</p>
<h2>Evergreen People</h2>
<p>Dan Scott, Systems Librarian at Laurentian University, will be flying down to Connecticut in February to teach Bibliomation staff how to write postgreSQL queries for the Evergreen system.  Dan is tailoring his lesson plan to Bibliomation&#8217;s specific reporting needs.  Dan will be contributing his course materials to the Evergreen community.  Class dates &#8211; February 18th and 19th.</p>
<p>Bibliomation, King County Library System, the SITKA Libraries (British Columbia), and the PINES Library System (GPLS) have partnered with the Seattle-based web design firm, FGI, to develop some functional specifications and a project plan for an Evergreen children&#8217;s catalog.  This catalog will have graphical images to guide children to the appropriate reading material.  FGI is the same company that KCLS is currently using to design the new interface for the Evergreen adult web catalog.  For more information, you can email Amy Terlaga at Bibliomation (terlaga@biblio.org).</p>
<h2>Evergreen Libraries</h2>
<p>The Ontario Library Association (OLA) awarded two of its <a href="http://www.accessola3.com/index.php?app=blog&#038;module=display&#038;section=blog&#038;blogid=9&#038;showentry=681">2010 OLA and OLA Divisional awards</a> to Project Conifer:<br />
  &#8211; The Ontario College and University Library Association (OCULA) Special Achievement Award<br />
  &#8211; The Ontario Library Information Technology Association (OLITA) Award for Technical Innovation</p>
<p>These rewards recognize not only on the partner libraries that are part of Project Conifer, but the entire Evergreen community without which Project Conifer could never have happened.</p>
<h2>Evergreen Jobs</h2>
<p>Equinox is currently looking for a <a href="http://esilibrary.com/esi/careers.php">Project Manager</a>.</p>
<p>Do you know of Evergreen related jobs that you&#8217;d like to share here? Let us know at <a href="mailto:newsletter@evergreen-ils.org">newsletter@evergreen-ils.org</a></p>
<h2>Evergreen Statistics</h2>
<h3>By Bob Molyneux</h3>
<p><html></p>
<table FRAME=VOID CELLSPACING=0 COLS=9 RULES=NONE BORDER=0 WIDTH="75%">
<colgroup>
<col WIDTH=207></col>
<col WIDTH=86></col>
<col WIDTH=86></col>
<col WIDTH=86></col>
<col WIDTH=86></col>
<col WIDTH=81></col>
<col WIDTH=81></col>
<col WIDTH=114></col>
<col WIDTH=104></col>
</colgroup>
<tbody>
<tr>
<td WIDTH=207 HEIGHT=20 ALIGN=LEFT><b><i><font SIZE=3>Summary Data for Evergreen Library Installations, by year</font></i></b></td>
<td WIDTH=86 ALIGN=LEFT></td>
<td WIDTH=86 ALIGN=LEFT></td>
<td WIDTH=86 ALIGN=LEFT></td>
<td WIDTH=86 ALIGN=LEFT></td>
<td WIDTH=81 ALIGN=LEFT></td>
<td WIDTH=81 ALIGN=LEFT></td>
<td WIDTH=114 ALIGN=LEFT></td>
<td WIDTH=104 ALIGN=LEFT></td>
</tr>
<tr>
<td HEIGHT=20 ALIGN=LEFT><b><i><font SIZE=3><br /></font></i></b></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
</tr>
<tr>
<td HEIGHT=22 ALIGN=LEFT><b><i><font SIZE=3>New libraries by year</font></i></b></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT><b><br /></b></td>
<td ALIGN=LEFT><b><br /></b></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT><b><i><font SIZE=3>New Public Libraries by year</font></i></b></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
</tr>
<tr>
<td HEIGHT=17 ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
</tr>
<tr>
<td HEIGHT=17 ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
</tr>
<tr>
<td HEIGHT=19 ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT><b><br /></b></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT><b>Public Libraries</b></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT></td>
</tr>
<tr>
<td HEIGHT=20 ALIGN=LEFT></td>
<td ALIGN=CENTER><b><font SIZE=3><br /></font></b></td>
<td ALIGN=CENTER><b><font SIZE=3><br /></font></b></td>
<td ALIGN=CENTER SDNUM="1033;0;#,##0"><b><font SIZE=3><br /></font></b></td>
<td ALIGN=CENTER><b><font SIZE=3><br /></font></b></td>
<td ALIGN=CENTER><b><font SIZE=3><br /></font></b></td>
<td ALIGN=CENTER><b><font SIZE=3><br /></font></b></td>
<td ALIGN=CENTER><b><font SIZE=3><br /></font></b></td>
<td ALIGN=CENTER><b><font SIZE=3>Total</font></b></td>
</tr>
<tr>
<td HEIGHT=20 ALIGN=LEFT></td>
<td ALIGN=CENTER><b><font SIZE=3>Systems</font></b></td>
<td ALIGN=CENTER><b><font SIZE=3>Outlets</font></b></td>
<td ALIGN=CENTER SDNUM="1033;0;#,##0"><b><font SIZE=3><br /></font></b></td>
<td ALIGN=CENTER><b><font SIZE=3><br /></font></b></td>
<td ALIGN=CENTER><b><font SIZE=3>Systems</font></b></td>
<td ALIGN=CENTER><b><font SIZE=3>Outlets</font></b></td>
<td ALIGN=CENTER><b><font SIZE=3>Pop served</font></b></td>
<td ALIGN=CENTER><b><font SIZE=3>Circulations</font></b></td>
</tr>
<tr>
<td HEIGHT=22 ALIGN=RIGHT SDVAL="2006" SDNUM="1033;"><b>2006</b></td>
<td ALIGN=RIGHT SDVAL="46" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>46</font></td>
<td ALIGN=RIGHT SDVAL="248" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>248</font></td>
<td ALIGN=LEFT SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3><br /></font></td>
<td ALIGN=LEFT></td>
<td ALIGN=RIGHT SDVAL="45" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>45</font></td>
<td ALIGN=RIGHT SDVAL="246" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>246</font></td>
<td ALIGN=RIGHT SDVAL="4564757" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>4,564,757</font></td>
<td ALIGN=RIGHT SDVAL="17177872" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>17,177,872</font></td>
</tr>
<tr>
<td HEIGHT=22 ALIGN=RIGHT SDVAL="2007" SDNUM="1033;"><b>2007</b></td>
<td ALIGN=RIGHT SDVAL="4" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>4</font></td>
<td ALIGN=RIGHT SDVAL="8" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>8</font></td>
<td ALIGN=LEFT SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3><br /></font></td>
<td ALIGN=LEFT></td>
<td ALIGN=RIGHT SDVAL="4" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>4</font></td>
<td ALIGN=RIGHT SDVAL="8" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>8</font></td>
<td ALIGN=RIGHT SDVAL="67658" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>67,658</font></td>
<td ALIGN=RIGHT SDVAL="319871" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>319,871</font></td>
</tr>
<tr>
<td HEIGHT=22 ALIGN=RIGHT SDVAL="2008" SDNUM="1033;"><b>2008</b></td>
<td ALIGN=RIGHT SDVAL="39" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>39</font></td>
<td ALIGN=RIGHT SDVAL="89" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>89</font></td>
<td ALIGN=LEFT SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3><br /></font></td>
<td ALIGN=LEFT></td>
<td ALIGN=RIGHT SDVAL="37" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>37</font></td>
<td ALIGN=RIGHT SDVAL="87" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>87</font></td>
<td ALIGN=RIGHT SDVAL="962758" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>962,758</font></td>
<td ALIGN=RIGHT SDVAL="6943043" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>6,943,043</font></td>
</tr>
<tr>
<td HEIGHT=22 ALIGN=RIGHT SDVAL="2009" SDNUM="1033;"><b>2009</b></td>
<td ALIGN=RIGHT SDVAL="98" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>98</font></td>
<td ALIGN=RIGHT SDVAL="199" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>199</font></td>
<td ALIGN=LEFT SDNUM="1033;0;#,##0"><b><font FACE="Palatino Linotype" SIZE=3><br /></font></b></td>
<td ALIGN=LEFT></td>
<td ALIGN=RIGHT SDVAL="75" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>75</font></td>
<td ALIGN=RIGHT SDVAL="149" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>149</font></td>
<td ALIGN=RIGHT SDVAL="1687924" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>1,687,924</font></td>
<td ALIGN=RIGHT SDVAL="10725430" SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3>10,725,430</font></td>
</tr>
<tr>
<td HEIGHT=22 ALIGN=LEFT><b><br /></b></td>
<td ALIGN=LEFT SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3><br /></font></td>
<td ALIGN=LEFT SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3><br /></font></td>
<td ALIGN=LEFT SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3><br /></font></td>
<td ALIGN=LEFT></td>
<td ALIGN=LEFT SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3><br /></font></td>
<td ALIGN=LEFT SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3><br /></font></td>
<td ALIGN=LEFT SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3><br /></font></td>
<td ALIGN=LEFT SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3><br /></font></td>
</tr>
<tr>
<td HEIGHT=22 ALIGN=LEFT><b>Total Evergreen prior to 2010</b></td>
<td ALIGN=RIGHT SDVAL="187" SDNUM="1033;0;#,##0"><b><font FACE="Palatino Linotype" SIZE=3>187</font></b></td>
<td ALIGN=RIGHT SDVAL="544" SDNUM="1033;0;#,##0"><b><font FACE="Palatino Linotype" SIZE=3>544</font></b></td>
<td ALIGN=LEFT SDNUM="1033;0;#,##0"><font FACE="Palatino Linotype" SIZE=3><br /></font></td>
<td ALIGN=LEFT></td>
<td ALIGN=RIGHT SDVAL="161" SDNUM="1033;0;#,##0"><b><font FACE="Palatino Linotype" SIZE=3>161</font></b></td>
<td ALIGN=RIGHT SDVAL="490" SDNUM="1033;0;#,##0"><b><font FACE="Palatino Linotype" SIZE=3>490</font></b></td>
<td ALIGN=RIGHT SDVAL="7283097" SDNUM="1033;0;#,##0"><b><font FACE="Palatino Linotype" SIZE=3>7,283,097</font></b></td>
<td ALIGN=RIGHT SDVAL="35166216" SDNUM="1033;0;#,##0"><b><font FACE="Palatino Linotype" SIZE=3>35,166,216</font></b></td>
</tr>
</tbody>
</table>
<p></html></p>
<p>Evergreen has grown rapidly and I have been keeping track as best I can by maintaining a list of the libraries running Evergreen that I can identify and, where possible, integrating that list with published national-level or provincial data. </p>
<p>The first table (New Libraries by Year) summarizes this growth. Bear in mind that there are uncertainties about some details and most of the published data are for 2007 so “outlets” (central library + branches + bookmobiles) may have changed but the count of systems is current.</p>
<p>We can see here that in 2006, the first 46 (including the State Library) systems in PINES migrated to Evergreen. There were 248 outlets by my count—not org units as Evergreen users usually report.</p>
<p>2007 was a slow year—the calm before the storm—with 4 new public library systems using Evergreen. This year also saw the first non-PINES libraries go live in British Columbia in what is now called SITKA. </p>
<p>In 2008, the pace quickend with 39 systems and 89 outlets. The first academics went live with Evergreen this year with the University of PEI.</p>
<p>2009 was crazy. 98 systems and 199 outlets ran Evergreen for the first time. Conifer also went live so the number of academics also increased. Conifer also has a number of academic special libraries such as health and law libraries.</p>
<p>The total at the end of the 2009 was 187 systems and 544 outlets using Evergreen.</p>
<p>Most of these are still public libraries. The second table (New Public Libraries by Year) has some summary data from these public libraries. Public library data are about the best we have; academic data are fragmentary. There are two numbers that public librarians will cite: population service and total annual circulations. What I have done here is to total these numbers from the latest figures (mostly 2007) for the libraries using Evergreen. 2007, as you can see had those four small systems go live. As I have pointed out numerous times, the story of Evergreen is a story of small public libraries but in a scalable environment. Each year since then, more libraries, more types of libraries, and bigger entities have chosen Evergreen. </p>
<p>Wait until this year: you ain&#8217;t seen nothin&#8217; yet.</p>
<h2>New Evergreen Libraries: Welcome Aboard!</h2>
<p>  * <a href="http://www.nrcan.gc.ca/library">Natural Resources Canada Library</a> completed its second and final phase of their migration on January 15, 2010. Their 13 locations across Canada are now all running Evergreen.</p>
<p>  * <a href="http://sclends.lib.sc.us/">SC LENDS</a> in South Carolina welcomed three new libraries to their Evergreen consortium in January 2010: Anderson County Library, Fairfield County Library, and Florence County Library.</p>
<p>  * <a href="http://www.in.gov/library/evergreen.htm">The Indiana Open Source ILS Initiative</a> has already welcomed five new libraries to their Evergreen consortium since the start of 2010: Greensburg-Decatur County Contractual Public Library, Kirklin Public Library, Ligonier Public Library, Linden-Carnegie Public Library, and Roanoke Public Library.</p>
<p>  * <a href="http://www.kirtland.cc.mi.us/">Kirtland Community College</a> in Roscommon, MI went live with Evergreen in January 2010.</p>
<p>  * <a href="http://sitka.bclibrary.ca/">SITKA</a> in British Columbia welcomed the <a href="http://mackenzie.catalogue.bclibraries.ca/">Mackenzie Public Library</a> into its consortium on February 25, 2010.</p>
<h2>Planet Evergreen</h2>
<p>Can&#8217;t get enough news about Evergreen open source software? Subscribe to or read <a href="http://planet.evergreen-ils.org/">Planet Evergreen</a>, an aggregator for Evergreen-related posts. Have a blog that talks about Evergreen? To add your blog to the Planet Evergreen blog aggregator, send email to Dan Scott at <a href="mailto:dan@coffeecode.net">dan@coffeecode.net</a></p>
<h2>A Few Reminders</h2>
<p>Evergreen has a <a href="http://flickr.com/photos/evergreen-ils/">Flickr</a> set and a <a href="http://www.facebook.com/group.php?gid=6396639614">Facebook</a> group.</p>
<h2>Newsletter Administrivia</h2>
<p>Feel free to forward, share, etc.!  Jason sits at the top of the blame map, but we have direct edits from:</p>
<p>Amy Terlaga, Bibliomation, Inc., <a href="mailto:terlaga@biblio.org">terlaga@biblio.org</a></p>
<p>Dan Scott, Laurentian University, <a href="mailto:dan@coffeecode.net">dan@coffeecode.net</a></p>
<p>Jason Etheridge, Equinox Software Inc., <a href="mailto:jason@esilibrary.com">jason@esilibrary.com</a></p>
<p>Mike Rylander, Equinox Software Inc.</p>
<p>Warren Layton, NRCan Library / Bibliothèque RNCan</p>
<p>And special thanks to Sally Fortin and Bob Molyneux from Equinox Software Inc. for contributions.</p>
<p>You can reach volunteer newsletter wranglers at <a href="mailto:newsletter@evergreen-ils.or">newsletter@evergreen-ils.org</a></p>
<h2>Licensing</h2>
<p>This newsletter is distributed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution Share-Alike license</a>, which is an open &#8220;copy-left&#8221; license similar to that used by Evergreen. If you contribute content that is copyrighted or copyrightable, please let us know if you do not agree to have it released under this license. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://evergreen-ils.org/blog/?feed=rss2&amp;p=314</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release 1.6.0.2</title>
		<link>http://evergreen-ils.org/blog/?p=312</link>
		<comments>http://evergreen-ils.org/blog/?p=312#comments</comments>
		<pubDate>Thu, 18 Feb 2010 22:17:17 +0000</pubDate>
		<dc:creator>miker</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Development Update]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=312</guid>
		<description><![CDATA[The Evergreen development team is pleased to announce the immediate availability of Evergreen 1.6.0.2 from http://evergreen-ils.org/downloads (including the Windows staff client).
Evergreen 1.6.0.2 is both a bug-fix and minor feature enhancement release: see http://evergreen-ils.org/dokuwiki/doku.php?id=feature_list_1_6_0 for an overview of the changes since 1.6.0.1. This release continues the momentum of increased community contributions of bug reports, fixes, and [...]]]></description>
			<content:encoded><![CDATA[<p>The Evergreen development team is pleased to announce the immediate availability of Evergreen 1.6.0.2 from <a href="../../downloads" target="_blank">http://evergreen-ils.org/downloads</a> (including the Windows staff client).</p>
<p>Evergreen 1.6.0.2 is both a bug-fix and minor feature enhancement release: see <a href="../../dokuwiki/doku.php?id=feature_list_1_6_0" target="_blank">http://evergreen-ils.org/dokuwiki/doku.php?id=feature_list_1_6_0</a> for an overview of the changes since 1.6.0.1. This release continues the momentum of increased community contributions of bug reports, fixes, and translations.</p>
<p>We invite you to try this releases, our best yet! And if you happen to find any bugs, please report them to <a href="https://bugs.launchpad.net/evergreen" target="_blank">https://bugs.launchpad.net/evergreen</a> or to the Evergreen Development Discussion list.<br />
<span style="color: #888888;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://evergreen-ils.org/blog/?feed=rss2&amp;p=312</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EVEN HOTTER FIX ALERT</title>
		<link>http://evergreen-ils.org/blog/?p=308</link>
		<comments>http://evergreen-ils.org/blog/?p=308#comments</comments>
		<pubDate>Tue, 16 Feb 2010 21:46:39 +0000</pubDate>
		<dc:creator>miker</dc:creator>
				<category><![CDATA[Development Update]]></category>

		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=308</guid>
		<description><![CDATA[In the process of fixing the previously mentioned issue, we create an issue in another area.  That is now fixed.
As before, here is a drop-in replacement for OpenILS::Application::Search::Biblio.  We&#8217;re still planning the 1.6.0.2 release ASAP, but this addresses the known critical search issue.
As before, please let us know of any issues you encounter via either [...]]]></description>
			<content:encoded><![CDATA[<p>In the process of fixing the <a title="SO CLOSE!" href="http://evergreen-ils.org/blog/?p=305">previously mentioned issue</a>, we create an issue in another area.  That is now fixed.</p>
<p>As before, here is a <a title="Drop this in /openils/lib/perl5/OpenILS/Application/Search/" href="http://svn.open-ils.org/trac/ILS/changeset/15559">drop-in replacement for OpenILS::Application::Search::Biblio</a>.  We&#8217;re still planning the 1.6.0.2 release ASAP, but this addresses the known critical search issue.</p>
<p>As before, please let us know of any issues you encounter via either <a href="../../irc.php">IRC</a> or the <a href="../../listserv.php">mailing lists</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://evergreen-ils.org/blog/?feed=rss2&amp;p=308</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOTFIX ALERT</title>
		<link>http://evergreen-ils.org/blog/?p=305</link>
		<comments>http://evergreen-ils.org/blog/?p=305#comments</comments>
		<pubDate>Tue, 16 Feb 2010 17:01:05 +0000</pubDate>
		<dc:creator>miker</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Development Update]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=305</guid>
		<description><![CDATA[Well, ain&#8217;t that always the way.  In an attempt to fix one thing, we&#8217;ve broken another.
In 1.6.0.1 we fixed a bug whereby searches containing a colon, but not one that denotes a search class or modifier (like &#8220;keyword:&#8221; or &#8220;site:&#8221;), we being completely ignored.  However, that cause complications for some other searches.  The main place [...]]]></description>
			<content:encoded><![CDATA[<p>Well, ain&#8217;t that always the way.  In an attempt to fix one thing, we&#8217;ve broken another.</p>
<p>In 1.6.0.1 we fixed a bug whereby searches containing a colon, but not one that denotes a search class or modifier (like &#8220;keyword:&#8221; or &#8220;site:&#8221;), we being completely ignored.  However, that cause complications for some other searches.  The main place we&#8217;ve seen this show up is in the Z39.50 server, where requesting holdings output always causes the construction of an offending search.</p>
<p>This was identified by Dan Scott last night, after reports from users in the field, and I committed a fix to all open branches as of 11:00 AM EST today.  We&#8217;ll be cutting a new release, 1.6.0.2, as soon as a translation-related fix is applied but in the mean time you can see the change and download the updated file you need <a title="updated OpenILS::Search::Biblio" href="http://svn.open-ils.org/trac/ILS/changeset/15549">right here</a>.  If you&#8217;ve installed Evergreen into the default location, drop this file into /openils/lib/perl5/OpenILS/Application/Search/ and restart the whole shebang.  Your searches will then all be happy.</p>
<p>If you have any questions or experience any issues, please join us in <a href="http://evergreen-ils.org/irc.php">IRC</a> or let us know on the <a href="http://evergreen-ils.org/listserv.php">mailing lists</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://evergreen-ils.org/blog/?feed=rss2&amp;p=305</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evergreen 1.6.0.1 and OpenSRF 1.2.2 released</title>
		<link>http://evergreen-ils.org/blog/?p=299</link>
		<comments>http://evergreen-ils.org/blog/?p=299#comments</comments>
		<pubDate>Thu, 11 Feb 2010 18:53:46 +0000</pubDate>
		<dc:creator>Dan Scott</dc:creator>
				<category><![CDATA[Development Update]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://evergreen-ils.org/blog/?p=299</guid>
		<description><![CDATA[The Evergreen development team is pleased to announce the immediate availability of OpenSRF 1.2.2 and Evergreen 1.6.0.1 from the Evergreen downloads page (including the Windows staff client and a minimalist virtual image for testing and development).
Evergreen 1.6.0.1 is both a bug-fix and translation release: see the release notes for an overview of the changes since [...]]]></description>
			<content:encoded><![CDATA[<p>The Evergreen development team is pleased to announce the immediate availability of OpenSRF 1.2.2 and Evergreen 1.6.0.1 from the <a href="http://evergreen-ils.org/downloads">Evergreen downloads page</a> (including the <a href="http://evergreen-ils.org/downloads/evergreen-setup-rel_1_6_0_1.exe">Windows staff client</a> and a minimalist <a href="http://evergreen-ils.org/~denials/Evergreen1601_DebianLenny.zip">virtual image</a> for testing and development).</p>
<p>Evergreen 1.6.0.1 is both a bug-fix and translation release: see the <a href="http://evergreen-ils.org/dokuwiki/doku.php?id=feature_list_1_6_0 ">release notes</a> for an overview of the changes since 1.6.0.0. This release continues the healthy momentum of increased community contributions of bug reports, fixes, and new and improved translations &#8211; many thanks to all of you for making Evergreen a better system for all of us!</p>
<p>OpenSRF 1.2.2 (<a href="http://evergreen-ils.org/downloads/OpenSRF-ChangeLog-1.2.1-1.2.2">change log</a>) follows just one week after the quietly released OpenSRF 1.2.1 (<a href="http://evergreen-ils.org/downloads/OpenSRF-ChangeLog-1.2.0-1.2.1">change log</a>). Both releases focus on bug fixes and enhanced portability; most importantly for OpenSRF, it is now compatible with current versions of ejabberd, process and resource handling has been improved, and the OpenSRF HTTP translator interface delivers better browser compatibility and closer compliance to the OpenSRF-over-HTTP specification.</p>
<p>We invite you to try these releases, our best yet! And if you happen to find any bugs, please report them to the bug tracker for <a href="https://bugs.launchpad.net/evergreen">Evergreen</a> and <a href="https://bugs.launchpad.net/opensrf">OpenSRF</a>, or to the <a href="http://libmail.georgialibraries.org/mailman/listinfo/open-ils-dev">Evergreen Development Discussion list</a>. We also welcome <a href="http://evergreen-ils.org/dokuwiki/doku.php?id=contributing">patches</a> for enhancements or new features and new or updated <a href="https://translations.launchpad.net/evergreen">translations</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://evergreen-ils.org/blog/?feed=rss2&amp;p=299</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
