| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-22 | bump to httpclient-4.3.4 | sixcooler | |
| 2014-06-22 | update to Jetty 9.2.1 | reger | |
| 2014-05-22 | upgraded poi library (office document format parser) from 3.9 to 3.10 | orbiter | |
| 2014-05-22 | upgraded bouncy caste libraries (needed for encrypted pdfs, dependency | orbiter | |
| in pdfbox) to 1.46 removed the activation.jar library; I don't know which other library depends on it. | |||
| 2014-05-21 | migrated from pdfbox 1.8.4 to 1.8.5. They have a very long bugfix list | Michael Peter Christen | |
| for that update: http://www.apache.org/dist/pdfbox/1.8.5/RELEASE-NOTES.txt | |||
| 2014-05-21 | migration to Solr 4.8.1 | Michael Peter Christen | |
| This includes also an update to zookeeper 3.4.6 and a new library that Solr initializes by default: org.restlet from http://restlet.com/download/current#release=stable&edition=jse&distribution=zip which is included in version 2.2.1 from may 6th 2014 | |||
| 2014-05-11 | update to Jetty 9 | reger | |
| besides adjustments in code it makes the servlet settings in web.xml significant. This applies to solr, gsa and proxy servlet. There is no longer a default setup in code during init (as jetty 9 checks for double definition). | |||
| 2014-04-06 | replaced solr 4.6.1 with solr 4.7.1 and added index migration to | Michael Peter Christen | |
| lucene_47 | |||
| 2014-04-06 | update commons-compress.jar to 1.8 | reger | |
| 2014-02-27 | bump to httpclient-4.3.3 | sixcooler | |
| 2014-02-10 | replaced guava-15.0 with guava-16.0.1 | Michael Peter Christen | |
| 2014-02-10 | replaced pdfbox 1.8.3 with 1.8.4 | Michael Peter Christen | |
| 2014-02-10 | replaced solr 4.6.0. with 4.6.1 | Michael Peter Christen | |
| 2014-02-07 | removed libraries which had been used by jena and were added together | Michael Peter Christen | |
| with jena in commit 5d20cd324af387c72fedec88a8059442c090c769, see: https://gitorious.org/yacy/rc1/commit/5d20cd324af387c72fedec88a8059442c090c769 | |||
| 2014-02-07 | removed jena library and all code that depended on jena. When jena was | Michael Peter Christen | |
| introduced, it was also used for search facets. The generic search facets are now deduced from generic solr fields which makes jena as tool for facet semantics superfluous. | |||
| 2014-01-22 | bump to httpclient-4.3.2 | sixcooler | |
| 2014-01-18 | removed -d64 jvm option because that causes problems on non-64 bit | orbiter | |
| linux, see http://bugs.yacy.net/view.php?id=349 and http://bugs.yacy.net/view.php?id=339 | |||
| 2014-01-15 | backmigration from solrj 4.6.0 to 4.5.1. This is necessary because | Michael Peter Christen | |
| solrj.4.6.0 has a bug which prevents the attachment of a remote solr (as tested with a SolrCloud). See bug report https://issues.apache.org/jira/browse/SOLR-5532 This bug shall be fixed in Solr 4.6.1. Fortunately, solrj-4.5.1 works together with solr-4.6.0 thus the current index does not need to be changed. | |||
| 2014-01-10 | making root context (htroot) a WebAppContext | reger | |
| - this allows additional features, like servlet configuration via web.xml and many more things. - currently the standard servlets are still configured in the code (so the supplied defaults/web.xml is not realy needed, yet), but could be expanded - lookup for web.xml - 1. in /DATA/SETTINGS then in /defaults | |||
| 2014-01-06 | update to Jetty 8.1.14 | reger | |
| 2013-12-26 | added Windows Service installer | reger | |
| - used Apache procrun as it has a small footprint and comes with a GUI to edit the service settings see http://commons.apache.org/proper/commons-daemon/procrun.html - added the service runner exe file under addon/windowsService as is (without renaming the exe files) - included installYaCyWindowsService.bat and uninstallYaCyWindowsService.bat to main directory - which chooses the native exe according to the processor_architecture | |||
| 2013-12-25 | updated poi-3.9 / poi-scratchpad-3.9 | reger | |
| 2013-12-23 | aaaaaaaaaaaaaa | Michael Peter Christen | |
| 2013-12-23 | remove large memory pages option and added MMapDirectoryFactory for | Michael Peter Christen | |
| debian | |||
| 2013-12-23 | alphabetic order fix | Michael Peter Christen | |
| 2013-12-20 | Merge branch 'master' into HEAD | Michael Peter Christen | |
| Conflicts: .classpath source/net/yacy/cora/federate/solr/SolrServlet.java | |||
| 2013-12-19 | updated guava to 15.0 | Michael Peter Christen | |
| 2013-12-19 | upgraded json-simple to 1.1.1 | Michael Peter Christen | |
| 2013-12-19 | upgraded jsch to 0.1.50 | Michael Peter Christen | |
| 2013-12-19 | removed mysql connector which was used only for testing in the past | Michael Peter Christen | |
| 2013-12-19 | migrated to pdfbox 1.8.3 | Michael Peter Christen | |
| 2013-12-19 | migrated to solr 4.6.0 | Michael Peter Christen | |
| 2013-12-19 | next try to fix m4 | Michael Peter Christen | |
| 2013-12-19 | fix for deb m4 | Michael Peter Christen | |
| 2013-12-19 | update to Mac start parameters | Michael Peter Christen | |
| 2013-12-19 | removed malicious java start arguments in debian start script which had | Michael Peter Christen | |
| been removed from the other start scripts recently. The reason to do so was a comparisment of a debian-installed YaCy with 20 million document which crashed after 10 hours with the debian start script, but did not crash with the startYACY.sh start script. Both scripts now use the same java start arguments. Added also the Solr MMapDirectoryFactory switch which was missing so far in the debian start script. | |||
| 2013-12-05 | Merge origin/master into jetty | reger | |
| 2013-12-05 | changed start parameters which caused deadlocks in mac and windows | Michael Peter Christen | |
| versions | |||
| 2013-10-16 | merge rc1/master | reger | |
| 2013-10-14 | bump to httpclient-4.3.1 - a bugfix release | sixcooler | |
| 2013-10-12 | update Info.plist | reger | |
| small DefaultServlet refactoring | |||
| 2013-10-11 | merge rc1/master | reger | |
| 2013-10-07 | adding synonyms from German OpenThesaurus ready for use in YaCy | Lotus | |
| 2013-10-07 | migration to Solr 4.5.0 | Michael Peter Christen | |
| 2013-09-30 | merge with rc1/master | reger | |
| 2013-09-25 | bump to httpClient-4.3 | sixcooler | |
| 2013-09-14 | update Info.plist for Jetty 9 jars | reger | |
| 2013-09-10 | - delete not needed old jetty jars from libt | reger | |
| - add jetty to Info.plist | |||
| 2013-07-30 | update to pdfbox 1.8.2 | Michael Peter Christen | |
| 2013-07-30 | migration to solr 4.4.0 | Michael Peter Christen | |
