Update Changelog, spec file
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 18 Apr 2012 17:44:13 +0000 (19:44 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 18 Apr 2012 17:44:13 +0000 (19:44 +0200)
ChangeLog
polyglot.spec

index 41baf84..6a87077 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+- The exclude-moves feature now fully supports the WB protocol extension for this (exclude MOVE|all, include MOVE|all).
+=========2.0.1==================
+- This is the first of a fork initiated by HGM. It starts by reverting the previous book-learning change, as the reasons for it seem invalid. Peopl do not use book learning for making better opening books, but for adapting a book to one specific engine, and provide diversity in on-line play, to prevent human opponents from exploiting a likely line they once won by repeating it again and again.
+- Polyglot was now also made to use the learn info it updates, for promoting diversity and avoidance of lines with a poor result record.
+- An option to refrain from resigning while you till have a Queen (QueenNeverResigns) was added
+- Option to accept draw offers (HandleDraws and ContemptScore) were added.
+- A first onset towards an exclude-moves feature was made.
 ========1.4.67b=================
 - Disable "book learning". Polyglot saves learning information but does not use it itself, probably for a reason. I believe the booklearning concept of Polyglot is fundamentally broken. Learning information is engine specific so it should not be saved in the opening book (it might be saved elsewhere). There are other issues as well, such as copyright and the possibility of the proliferation of polluted books. Opening books can be improved with information from games by using the merge command. This is a form of off line learning which is probably much more effective since one has strict control over what kind of information is added to the book.
 ========1.4.66b=================
index 83980fc..3742426 100644 (file)
@@ -1,12 +1,12 @@
 Summary: A Winboard protocol to UCI protocol adapter
 Name: polyglot
-Version: 1.4.67b
+Version: 2.01
 Release: 1
 License: GPL
 Group: Amusement/Games
-URL: http://alpha.uhasselt.be/Research/Algebra/Toga
+URL: http://hgm.nubati.net/cgi-bin/gitweb.cgi
 
-Source: http://alpha.uhasselt.be/Research/Algebra/Toga/polyglot-%{version}.tar.gz
+Source: http://hgm.nubati.net/polyglot/polyglot-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 %description
@@ -35,6 +35,8 @@ PolyGlot is a "UCI adapter".  It connects a GUI interface (such as
 %{_bindir}/polyglot
 
 %changelog
+* Sat Apr 18 2012 H.G.Muller <h.g.muller@hccnet.nl> - 2.0.1
+- Start of new fork
 * Sat Jan 3 2009 Michel Van den Bergh <michel.vandenbergh@uhasselt.be> - 1.4w10UCIb10-1
 - Initial spec file