summaryrefslogtreecommitdiff
path: root/build-packages.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 2.1develMark Pulford2012-03-041-3/+3
|
* Support building packages with version tags >1.xMark Pulford2012-03-041-2/+2
|
* Bump version to 2.0develMark Pulford2012-03-041-3/+3
| | | | | Bump version to 2.0devel due to significant changes and updated API (runtime config not fully backwards compatible).
* Bump development version to 1.1develMark Pulford2012-03-041-3/+3
|
* Tidy tests and improve coverageMark Pulford2012-03-041-1/+1
| | | | | | | | | | | | - Rearrange test sections to keep more related tests together. - Test configuration functions for errors Add tests for more parts of the Lua CJSON API: - _NAME, _VERSION, version - encode_keep_buffer - encode_number_precision - decode_invalid_numbers - decode_max_depth
* Generate git tag based version number for packagesMark Pulford2011-12-261-20/+10
|
* Automate package releases with build-packages.shMark Pulford2011-12-151-0/+46
build-packages.sh has several advantages: - Automatically bumps version numbers - Builds HTML documentation on the fly