diff options
author | nros <nros@pkgsrc.org> | 2017-07-30 19:27:08 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2017-07-30 19:27:08 +0000 |
commit | 5fcfac109be46ce34dc807497d2ad8890e042eb6 (patch) | |
tree | ff118153df7843afb0fcfe40b3192c19a06ca324 /lang/qore/Makefile | |
parent | fd481bb6856c0353d029b4891edf45ec2693abd5 (diff) | |
download | pkgsrc-5fcfac109be46ce34dc807497d2ad8890e042eb6.tar.gz |
Update Qore to version 0.8.12.11.
This is a bugfix release so no buildlink change.
ChangeLog:
New Features in Qore
* added broken-logic-precedence warning.
Bug Fixes in Qore
* fixed documentation regarding escaping of characters in
strings and added a parse exception in case of trying
to escape octal values in range 400-777 (issue 50)
* fixed a crashing bug where Datasource::getConfigString()
was called without a connection, also could crash in an
implicit internal call to this method with the
DatasourcePool class when connections were lost and the
warning callback should be called (issue 1992)
* fixed a bug where Datasource::getConfigHash() returned
different values depending on if the object was
connected or not (issue 1994)
Diffstat (limited to 'lang/qore/Makefile')
-rw-r--r-- | lang/qore/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/qore/Makefile b/lang/qore/Makefile index 402ad0ee8d8..6bd6d389460 100644 --- a/lang/qore/Makefile +++ b/lang/qore/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2017/07/11 19:41:20 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2017/07/30 19:27:08 nros Exp $ -DISTNAME= qore-0.8.12.10 +DISTNAME= qore-0.8.12.11 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=qorelanguage/} EXTRACT_SUFX= .tar.bz2 GITHUB_RELEASE= release-${PKGVERSION_NOREV} -GITHUB_TYPE= release MAINTAINER= nros@NetBSD.org COMMENT= Qore programming language |