r1840@llin: dpavlin | 2009-04-25 19:14:45 +0200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 25 Apr 2009 17:14:48 +0000 (17:14 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 25 Apr 2009 17:14:48 +0000 (17:14 +0000)
 bump version to [2.35]

git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1169 07558da8-63fa-0310-ba24-9fe276d99e06

TODO
lib/WebPAC.pm

diff --git a/TODO b/TODO
index 87cf1c3..df6b591 100644 (file)
--- a/TODO
+++ b/TODO
@@ -54,7 +54,8 @@
 + fix input/excel encoding problems
 + use UTF-8 as internal encoding
 + dump stats into var/stats.yml
-- WebPAC::Output::SWISH for indexing with swish-e
++ WebPAC::Output::SWISH for indexing with swish-e [2.35]
+- fix encoding for swish-e and/or webpac2.cgi
 - marc_clone to copy records/fields/indicators from input marc
 - rewrite WebPAC::Input to be based on Module::Pluggable or Moose
 - check usage of config in normalize file (database, input name?)
index 33e8f36..1d6e1b7 100644 (file)
@@ -1,6 +1,6 @@
 package WebPAC;
 
-our $VERSION = '2.34';
+our $VERSION = '2.35';
 
 use warnings;
 use strict;