Changelog
=========


1.4
---

* Cleanup, move to github (https://github.com/4teamwork/ftw.publisher.sender)
  and prepare for release.
  [jbaumann]


1.3
---

* Added some german translations and added plain english po-file
  [28.12.2010, mathias.leimgruber]

* Merged lock-config-branch into trunk
  Bei Direktem Publishing ohne Queu macht das Locking keinen Sinn.
  Daher kann man nun das Locking einschalten/ausschalten.
  [13.07.2010, mathias.leimgruber]

* Added new IBeforeQueueExecutionEvent, which allows third party packages to do dome stuff.
  [jbaumann]


1.2
---

* Added missing message factory import in publishploneformgen.py
  [24.08.2010, jbaumann]

* Added `QueueExecutedEvent`
  [20.08.2010, jbaumann]

* Added viewlet manager on configlet page.
  [19.08.2010, jbaumann]

* Do not catch BadStatusLine exceptions since the should be moved
  to the executed jobs list like when regular exceptions occur.
  [19.08.2010, jbaumann]

* Added batching to executed jobs view
  [17.08.2010, jbaumann]

* Added upgrade step for migrating the executed jobs storage to IOBTree
  [17.08.2010, jbaumann]

* Added some storage tests and changed the executed jobs storage to
  a IOBTree storage for better performance.
  [17.08.2010, jbaumann]

UPGRADES:
* portal_setup: run the ftw.publisher.sender upgrade step for migrating storage


1.1
---

* Issue #148 Robustes Error-Handling, falls auf dem Ziel-System der Publisher nicht erreichbar ist
  [02.07.2010, jbaumann]

* Use the translated communication state names
  [01.07.2010, jbaumann]

* Issue #151 ftw.publisher: getDataFolder nicht persistent speichern
  [28.06.2010, jbaumann]

* Show json cache path in configuration
  [25.06.2010, jbaumann]

* Executed jobs list: made more robust ; reversed listing
  [25.06.2010, jbaumann]


1.0c4
-----

* Fixed bad adapter usage
  [24.06.2010, jbaumann]


1.0c3
-----

* Added string encoding / decoding methods which work with json
  [24.06.2010, jbaumann]


1.0c2
-----

* Issue #150 publisher: Move-Jobs funktionieren nicht
  [22.06.2010, jbaumann]

* Fixed fixed namespace_packages in setup.py
  [22.06.2010, jbaumann]


1.0c1
-----

* Locking while executing queue
  [15.06.2010, jbaumann]

* Added possiblity to disable automatic publishing in control panel
  [15.06.2010, jbaumann]

* Added possibility to execute / delete a single job in the queue
  [15.06.2010, jbaumann]

* Added executed jobs list
  [15.06.2010, jbaumann]

* Added publisher control panel icon
  [14.06.2010, jbaumann]

* Implemented blacklist support
  [14.06.2010, jbaumann]

* Added modification date to medata: it will be set by the receiver
  [09.06.2010, jbaumann]

* Fixed encoding problem: the dumped data should always contain unicode strings
  [04.06.2010, jbaumann]

* Client-Objects are now `IAttributeAnnotable`
  [17.05.2010, jbaumann]

* Using z3c.autoinclude for including zcml-dependencies
  [07.05.2010, jbaumann]

* implement rename action
  [08.04.2010, mle]

* Initial Release
