| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-27 | apply patches from @HenryLoenwind | Joel Strasser | |
| 2016-12-26 | release 1.92 | Michael Peter Christen | |
| 2016-09-03 | Fixed options processing for Mac OS | luccioman | |
| - getopt is BSD style and does not support long options - fixed typing error inparameter value extracting for all platforms | |||
| 2016-09-02 | Explicitely set YaCy data folder when starting in MacOS bundle | luccioman | |
| 2016-08-24 | Fixed packaging for YaCy 1.90 on MacOS | galix | |
| 2015-12-26 | stub to use a new app launcher for mac | Michael Peter Christen | |
| 2015-01-23 | replaced old JavaApplicationStub for Mac Application framework with new | Michael Peter Christen | |
| script. Adopted the YaCyApp environment and fixed a problem in the startYACY.sh application wrapper which caused wrong usage of logging option -l which caused that files had been written to the YaCy application folder. As a result of this fix, it is not necessary any more to change path settings in Info.plist if libraries are changed. | |||
| 2015-01-04 | bump to Solr-/Lucene-4.10.3 | sixcooler | |
| 2014-12-23 | update to SLF4J 1.7.9 | reger | |
| 2014-12-22 | update to commons-fileupload-1.3.1.jar | reger | |
| (includes a security fix) | |||
| 2014-12-19 | update to Jetty 9.2.6 | reger | |
| 2014-12-19 | update to PDFBox 1.8.8 | reger | |
| 2014-12-16 | include xmpcore.jar in classpath | reger | |
| used by metadata-extractor | |||
| 2014-12-15 | update to metadata-extractor-2.7.0.jar | reger | |
| add 2 simple JUnit test cases for jpeg and tif parsing | |||
| 2014-12-10 | added character set detection library from | Michael Peter Christen | |
| http://www-archive.mozilla.org/projects/intl/chardet.html | |||
| 2014-12-06 | update to commons-logging-1.2 | reger | |
| 2014-11-30 | update to guava.18.0.jar and jsch.0.1.51.jar | reger | |
| 2014-11-29 | update to poi-3.10.1.jar | reger | |
| 2014-11-28 | update to Jetty 9.2.4 | reger | |
| 2014-11-09 | update to httpclient-4.3.6 | sixcooler | |
| 2014-11-07 | update to solr-/lucene-4.10.2 | sixcooler | |
| 2014-10-24 | bump to httpcore-4.3.3 | sixcooler | |
| 2014-10-03 | upd to jsoup-1.8.1.jar | reger | |
| 2014-09-30 | Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git | Michael Peter Christen | |
| 2014-09-30 | large IPv6 redesign of peer ping methods! | Michael Peter Christen | |
| removed preferred IPv4 in start options and added a new field IP6 in peer seeds which will contain one or more IPv6 addresses. Now every peer has one or more IP addresses assigned, even several IPv6 addresses are possible. The peer-ping process must check all given and possible IP addresses for a backping and return the one IP which was successful when pinging the peer. The ping-ing peer must be able to recognize which of the given IPs are available for outside access of the peer and store this accordingly. If only one IPv6 address is available and no IPv4, then the IPv6 is stored in the old IP field of the seed DNA. Many methods in Seed.java are now marked as @deprecated because they had been used for a single IP only. There is still a large construction site left in YaCy now where all these deprecated methods must be replaced with new method calls. The 'extra'-IPs, used by cluster assignment had been removed since that can be replaced with IPv6 usage in p2p clusters. All clusters must now use IPv6 if they want an intranet-routing. | |||
| 2014-09-28 | update to PDFBox 1.8.7 | reger | |
| 2014-09-27 | update to Jetty 9.2.3 | reger | |
| 2014-09-16 | fix for Mac.app config - but does still not run. looking for build bug. | Michael Peter Christen | |
| 2014-08-19 | bump to httpclient-4.3.5 | sixcooler | |
| 2014-08-18 | update to commons-compress-1.8.1 | reger | |
| (bugfix release) | |||
| 2014-08-17 | update to Jetty 9.2.2 | reger | |
| 2014-07-25 | update to pdfbox 1.8.6 | reger | |
| 2014-07-01 | update to solr 4.9.0 | Michael Peter Christen | |
| 2014-07-01 | update of commons-io and slf4j-api (as preparation for Solr 4.9.0) | Michael Peter Christen | |
| 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 | |
