Version 1.3.44 v1.3.44
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 10 Sep 2012 13:03:38 +0000 (15:03 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 10 Sep 2012 13:03:38 +0000 (15:03 +0200)
IDMETA
NEWS
debian/changelog
etc/config-zoom.xml
etc/config0.xml
win/makefile

diff --git a/IDMETA b/IDMETA
index 32fc855..e9d802d 100644 (file)
--- a/IDMETA
+++ b/IDMETA
@@ -1,4 +1,4 @@
 DEBIAN_DIST="wheezy squeeze"
 UBUNTU_DIST="precise oneiric natty lucid"
 CENTOS_DIST="centos5"
-VERSION=1.3.43
+VERSION=1.3.44
diff --git a/NEWS b/NEWS
index 266e2c2..ac38809 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+--- 1.3.44 2012/09/10
+
+zoom: Honor extraArgs, strip # in zurl.
+
+multi: fix SEGV for scan. Reported by Rustam T. Usmanov.
+
+zoom: url_recipe allow %{var[reg]} substitutions.
+It's like ${var[reg]} but does URI component encoding as well.
+
 --- 1.3.43 2012/08/22
 
 RPM/Deb: require yazpp 1.3.2, because it fixes a missing close of
index 8ef1bd2..ae96747 100644 (file)
@@ -1,3 +1,9 @@
+metaproxy (1.3.44-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 10 Sep 2012 15:03:00 +0200
+
 metaproxy (1.3.43-1indexdata) unstable; urgency=low
 
   * Upstream.
index 0389f15..d65cb66 100644 (file)
            <urlRecipe>http://sever.com?title=${md-title[\s+/+/g]}&amp;parm=1</urlRecipe>
            <zurl>localhost:9998/Default</zurl>
          </record>
+          <record>
+<udb>solr</udb>
+<useThumbnails>1</useThumbnails>
+<cclmap_au>1=author</cclmap_au>
+<cclmap_isbn>1=isbn</cclmap_isbn>
+<cclmap_issn>1=issn</cclmap_issn>
+<cclmap_jt>1=journal-title</cclmap_jt>
+<cclmap_su>1=subject</cclmap_su>
+<cclmap_term>1=text</cclmap_term>
+<cclmap_ti>1=title</cclmap_ti>
+<extraArgs>fq=database:4502</extraArgs>
+<displayName>ARTstor</displayName>
+<sru>solr</sru>
+<zurl>lui.indexdata.com/solr#4502</zurl>
+          </record>
          <record>
            <udb>heikki/content1</udb>
            <zurl>localhost:9999/heikki/content1</zurl>
index 85a333d..8edecf5 100644 (file)
@@ -5,7 +5,7 @@
   <start route="start"/>
   <filters>
     <filter id="frontend" type="frontend_net">
-      <port>@:9000</port>
+      <port>@:9070</port>
       <message>FN</message>
       <stat-req>/fn_stat</stat-req>
     </filter>
index 2459eef..0c97d7b 100644 (file)
@@ -7,7 +7,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.3.43
+VERSION=1.3.44
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz