summaryrefslogtreecommitdiff
path: root/build.properties
AgeCommit message (Collapse)Author
2024-05-19migrated solr to 9.0Michael Peter Christen
This is a major step because solr removed support for embedded solr instances in 9.0 and we want to keep it because we want to ship YaCy with an embedded solr. It was necessary to add parts of solr code into YaCy to make this migration possible. Further on with Solr 9.1 they removed even more parts which are required for embedded operation, therefore we cannot migrate yet further without big changes. If you are running a YaCy instance with Solr 8.x, the migration should be done automatically. If not you require to first migrate to a YaCy version 1.93 with Solr 8.x to migrate to Solr 8 data.
2023-08-31Migrated from java 8 to java 11. This step is required to upgrade certain ↵Michael Peter Christen
packages, most important solr which will be migrated from 8.9 to 9.x
2022-10-04new release number schema and CI processes:Michael Peter Christen
all commits will now be automatically published at https://release.yacy.net/
2022-10-04new release file names with date and git hashMichael Peter Christen
...without reference to 9000ish SVN
2022-10-03create release file path in ant process and explicitly make build dirMichael Christen
2022-07-10rm GitRevTaskThomas Koch
The releaseNr is now set to a static value in build.properties. We can increment it there manually and eventually switch to another version number scheme if we like.
2022-07-10rm buildDate from build.xml and its usagesThomas Koch
The https://reproducible-builds.org project invests a lot of work to make builds reproducible. This is a security property. It allows to compare the build of binaries from different builder machines. If they are identical, it means that either the builds have not been manipulated or an attacker managed to attack all builder machines in exactly the same way. One problem that the reproducible-builds project often sees is that projects include the build time in their binaries. This makes builds unreproducible for apparently no reason. The build date should not be of interest since binaries built on different dates but from the same source code should not be different. Thus I decided to remove the build date instead of re-implementing the functionality without the GitRev task. Anyways the reported date was not the build date but the date of the last git commit which is even less informative. The git commit ID would have information value but should only be relevant for "nightly builds".
2022-07-10remove unused branch property in build.xmlThomas Koch
First commit of a series to get rid of the git based versioning implemented in libbuild/ folder as Ant task. It counts commits since the last tagged version and uses this number added with 9000 as the last part of the version number. This is a legacy from Subversion times.
2021-03-06new version for solr 8Michael Peter Christen
ATTENTION: old indexes from solr 6 CANNOT be migrated to solr 8 DO NOT use this version if you still have a solr 6 index.
2020-12-14panic release for #googledownMichael Peter Christen
2019-10-13code freeze for releaseMichael Peter Christen
2017-06-09migrated Solr 5.5 -> Solr 6.6 and from Java 1.7 -> 1.8Michael Peter Christen
Also: now Version 1.921
2016-12-26release 1.92Michael Peter Christen
2016-07-04new development cycleMichael Peter Christen
2016-07-04release 1.90Michael Peter Christen
2015-01-23new development cycleMichael Peter Christen
2015-01-21Release 1.82Michael Peter Christen
2014-09-17next development cycle. Please be careful with the usage of nextMichael Peter Christen
commits, maybe new and unstable things will come...
2014-09-16Release 1.80Michael Peter Christen
2014-05-08next development step: migration to java 1.7orbiter
This includes also a small code change to test generic type inference, a java 1.7 feature
2014-05-06Release 1.72Michael Peter Christen
2014-04-06next development version 1.71Michael Peter Christen
It's nowhere explained or declared, but since some time we follow the schema that uneven version numbers are used for development versions and even numbers for release versions. That concept may change sometime but this is used at this time to distinguish development from main.
2014-04-04release 1.7Michael Peter Christen
2014-02-10next dev releaseMichael Peter Christen
2014-02-09Release 1.68Michael Peter Christen
2013-12-06next development versionMichael Peter Christen
2013-12-04intermediate release 1.66Michael Peter Christen
2013-10-31version number change for next development cycleorbiter
2013-10-26next intermediate release 1.64orbiter
2013-09-01next development release step to reflect the extension of the solr apiorbiter
with javabin format capability
2013-08-06add branch to packet-name if not build from mastersixcooler
2013-08-01bugfix release 1.62Michael Peter Christen
2013-07-30next development cycleMichael Peter Christen
2013-07-27Release 1.6orbiter
2013-07-16do a more frequent optimization, reduces IO after optimizationMichael Peter Christen
2013-06-17start of next development cycle with small version number 0.01 (as inorbiter
the past)
2013-06-13Release 1.5Michael Peter Christen
2013-03-15main release 1.4Michael Peter Christen
2012-12-27Release 1.3Michael Peter Christen
2012-11-07release 1.2Michael Peter Christen
2012-08-24release 1.1orbiter
2012-08-16FOR THE BRAVE.. this is a forced migration to solr which is now readyMichael Peter Christen
for production as a replacement of the metadata-db. This intermediate release 1.041 will switch on the previously optional solr index and the old metadata-db will still work as it did before. Solr+metadata are accessed in mixed mode, no migration is done yet. If this causes not a catastrophe until the end of the weekend, we will do a YaCy 1.1 main release containing this as default.
2012-07-09Release 1.04Michael Peter Christen
2012-06-19Release 1.03Michael Peter Christen
2012-02-25Release_1.02Michael Peter Christen
2011-12-07Revision 9000+ hacksixcooler
do not handle the revision in build.properties anymore (9000 as fallback) build-date from git-HEAD (instead when build is fired) (orginal build-date as fallback)
2011-12-07release 1.01 - now with virtual svn number 9000Michael Christen
2011-12-04added pull request from als plus an NPE fixMichael Christen
2011-12-03I am back with a small update for the German translationdaburna
2011-11-30Initial performance improvementsAl Sutton