Skip to content

Commit

Permalink
2.4 release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Aug 18, 2016
1 parent d25a5fe commit ada29c1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Quartz.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<property name="nuget.location" value="tools/NuGet/NuGet.exe" />

<property name="version.major" value="2" overwrite="false" />
<property name="version.minor" value="3" overwrite="false" />
<property name="version.revision" value="3" overwrite="false" />
<property name="version.minor" value="4" overwrite="false" />
<property name="version.revision" value="0" overwrite="false" />
<property name="version.build" value="${environment::get-variable('BUILD_NUMBER')}" overwrite="false" if="${environment::variable-exists('BUILD_NUMBER')}" />
<property name="version.build" value="0" overwrite="false" unless="${environment::variable-exists('BUILD_NUMBER')}" />

Expand Down
18 changes: 18 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@ QUARTZ.NET CHANGELOG
==============================
http://www.quartz-scheduler.net

Release 2.4, Aug 18, 2016
--------------------------------

Only minor changes and fixes but dependency updates which merits for a minor version upgrade.
This version changes HolidayCalendar serialization not to depend on C5 library.
Quartz v3 can only handle HolidayCalendars serialized in this 2.4 binary format.

NEW FEATURE

* Add SQL limit support for MySQLDelegate
* Removed dbFailureRetryInterval since it is no longer used
* Update Common Logging to v3.3.1

FIXES

* Batch acquisition can cause early firing of triggers
* Should not rely on C5.TreeSet<T> on HolidayCalendar field serialization

Release 2.3.3, Jul 9, 2015
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
QUARTZ JOB SCHEDULER .NET, 2.3.3, Jul 9, 2015
QUARTZ JOB SCHEDULER .NET, 2.4, Aug 18, 2016
-----------------------------------------------------------------

http://www.quartz-scheduler.net/
Expand Down

0 comments on commit ada29c1

Please sign in to comment.