summaryrefslogtreecommitdiff
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add release notes for 2.1.0 release2.1.0Mark Pulford2012-03-041-0/+4
|
* Update release date for 2.0.0 to 22 Jan 20122.0.0Mark Pulford2012-03-041-1/+1
|
* Update NEWS for 2.0.0 releaseMark Pulford2012-03-041-4/+13
|
* Bump version to 2.0develMark Pulford2012-03-041-1/+1
| | | | | Bump version to 2.0devel due to significant changes and updated API (runtime config not fully backwards compatible).
* Update NEWS for 1.0.5Mark Pulford2011-12-311-1/+5
|
* Convert documentation to AsciiDocMark Pulford2011-12-121-0/+1
| | | | | | | - Rename README to manual.txt and add AsciiDoc markup - Rewrite some sections of documentation (more outstanding) - Add "doc" Makefile target - Update RPM spec file to include HTML output
* Fix Makefile for use with non-GNU makeMark Pulford2011-12-081-0/+3
| | | | | | | | | | | | - Remove GNU make "override" statements. - Add OBJS variable since there is no portable way to specify all targets for linking. Also: - Put build defaults at the top to avoid potential confusion. - Don't assume a Linux platform. Default to USE_POSIX_SETLOCALE. - Change "install -d" to mkdir/install since the former isn't available on some platforms (Solaris).
* Update NEWS for 1.0.4 release1.0.4Mark Pulford2011-11-301-2/+2
|
* Support locales which use comma decimal separatorsMark Pulford2011-10-051-0/+3
| | | | | | | | | | | | | Some locales (cs_CZ, de_DE,..) use a comma as their decimal separator. This causes CJSON to generate incorrect JSON (Eg, [10,1]), and fail when parsing some valid JSON (Eg, [10,"test"]). Added USE_POSIX_LOCALE #define which harnesses the thread-safe POSIX.1-2008 locale support (newlocale(), uselocale(), freelocale()) to temporarily use the POSIX locale during JSON conversion. Some older POSIX operating systems with xlocale.h (MacOSX) are also supported.
* Add release notes for 1.0.31.0.3Mark Pulford2011-09-151-0/+4
| | | | Also update release date in RPM spec file.
* Update version to 1.0.2Mark Pulford2011-05-291-1/+9
|
* Add stack overflow fix to NEWSMark Pulford2011-05-101-1/+2
|
* Add runtime option for persistent encode bufferMark Pulford2011-05-101-0/+1
|
* Remove whitespace from generated JSON outputMark Pulford2011-05-101-0/+1
| | | | | | | Remove excess whitespace to reduce output size and increase encode performance. Suggested by: Zhang "agentzh" Yichun <agentzh@gmail.com>
* Update version to 1.0.1Mark Pulford2011-05-101-0/+3
|
* Add changelog (NEWS)Mark Pulford2011-05-081-0/+2