This commit is contained in:
Jean-Francois Dockes 2014-04-02 15:15:45 +02:00
parent 30406ab287
commit d81749ef1b
2 changed files with 14 additions and 51 deletions

View File

@ -1,8 +1,15 @@
recoll (1.19.12-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Minor fixes to 1.19.11. Make metadata stored length a parameter. New
xls dumper based on mso-dumper removes catdoc dependancy
-- Jean-Francois Dockes <jf@dockes.org> Mon, 02 Apr 2014 15:12:00 +0200
recoll (1.19.11p1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low recoll (1.19.11p1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* minor fixes to 1.19.10 * minor fixes to 1.19.10
-- Jean-Francois Dockes <jf@dockes.org> Mon, 31 Mars 2014 09:54:00 +0200 -- Jean-Francois Dockes <jf@dockes.org> Mon, 27 Nov 2013 09:54:00 +0200
recoll (1.19.10-1~ppaPPAVERS~SERIES1) SERIES; urgency=low recoll (1.19.10-1~ppaPPAVERS~SERIES1) SERIES; urgency=low

View File

@ -58,56 +58,6 @@ desktop/recoll.svg
desktop/recoll.xcf desktop/recoll.xcf
desktop/recoll_index_on_ac.sh desktop/recoll_index_on_ac.sh
desktop/recollindex.desktop desktop/recollindex.desktop
desktop/unity-lens-recoll/
desktop/unity-lens-recoll/AUTHORS
desktop/unity-lens-recoll/COPYING
desktop/unity-lens-recoll/ChangeLog
desktop/unity-lens-recoll/INSTALL
desktop/unity-lens-recoll/Makefile.am
desktop/unity-lens-recoll/Makefile.in
desktop/unity-lens-recoll/NEWS
desktop/unity-lens-recoll/README
desktop/unity-lens-recoll/acinclude.m4
desktop/unity-lens-recoll/aclocal.m4
desktop/unity-lens-recoll/bin/
desktop/unity-lens-recoll/bin/unity-recoll-daemon.in
desktop/unity-lens-recoll/configure
desktop/unity-lens-recoll/configure.ac
desktop/unity-lens-recoll/data/
desktop/unity-lens-recoll/data/recoll.lens.in
desktop/unity-lens-recoll/data/recollbg24.png
desktop/unity-lens-recoll/data/unity-lens-recoll.service.in
desktop/unity-lens-recoll/install-sh
desktop/unity-lens-recoll/missing
desktop/unity-lens-recoll/mkdist.sh
desktop/unity-lens-recoll/py-compile
desktop/unity-lens-recoll/recollscope/
desktop/unity-lens-recoll/recollscope/__init__.py
desktop/unity-lens-recoll/recollscope/rclsearch.py
desktop/unity-scope-recoll/
desktop/unity-scope-recoll/COPYING
desktop/unity-scope-recoll/MANIFEST.in
desktop/unity-scope-recoll/README
desktop/unity-scope-recoll/__init__.py
desktop/unity-scope-recoll/debian/
desktop/unity-scope-recoll/debian/changelog
desktop/unity-scope-recoll/debian/compat
desktop/unity-scope-recoll/debian/control
desktop/unity-scope-recoll/debian/copyright
desktop/unity-scope-recoll/debian/rules
desktop/unity-scope-recoll/debian/source/
desktop/unity-scope-recoll/debian/source/format
desktop/unity-scope-recoll/debian/watch
desktop/unity-scope-recoll/mkdist.sh
desktop/unity-scope-recoll/recoll.scope
desktop/unity-scope-recoll/scratch.txt
desktop/unity-scope-recoll/service-recoll.svg
desktop/unity-scope-recoll/setup.py
desktop/unity-scope-recoll/unity-scope-recoll.application.in
desktop/unity-scope-recoll/unity-scope-recoll.desktop
desktop/unity-scope-recoll/unity-scope-recoll.png
desktop/unity-scope-recoll/unity-scope-recoll.service
desktop/unity-scope-recoll/unity_recoll_daemon.py
desktop/xdg-utils-1.0.1/ desktop/xdg-utils-1.0.1/
desktop/xdg-utils-1.0.1/LICENSE desktop/xdg-utils-1.0.1/LICENSE
desktop/xdg-utils-1.0.1/scripts/ desktop/xdg-utils-1.0.1/scripts/
@ -213,6 +163,8 @@ filters/rclxls
filters/rclxml filters/rclxml
filters/rclzip filters/rclzip
filters/recfiltcommon filters/recfiltcommon
filters/xls-dump.py
filters/xlsxmltocsv.py
index/ index/
index/Makefile index/Makefile
index/beaglequeue.cpp index/beaglequeue.cpp
@ -324,8 +276,12 @@ python/recoll/recoll/__init__.py
python/recoll/recoll/rclconfig.py python/recoll/recoll/rclconfig.py
python/recoll/setup.py.in python/recoll/setup.py.in
python/samples/ python/samples/
python/samples/mutt-recoll.py
python/samples/rcldlkp.py python/samples/rcldlkp.py
python/samples/rclmbox.py python/samples/rclmbox.py
python/samples/recoll/
python/samples/recoll/cur/
python/samples/recoll/new/
python/samples/recollgui/ python/samples/recollgui/
python/samples/recollgui/Makefile python/samples/recollgui/Makefile
python/samples/recollgui/qrecoll.py python/samples/recollgui/qrecoll.py