summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Aastrand Grimnes <gromgull@gmail.com>2012-04-21 10:56:24 +0200
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2012-04-21 10:56:24 +0200
commit2254af40f8b6c310f086f20391b2d2a2e4e8af63 (patch)
tree1d001bf3bc344a3789d52ca2daf257c02f64eee4
parente61353214ae4f2f38d2c37e57704c9a75f264626 (diff)
downloadrdflib-2254af40f8b6c310f086f20391b2d2a2e4e8af63.tar.gz
moving towards 3.2.1, updated changelog/contributes/licesen. fixes #194
-rw-r--r--CHANGELOG21
-rw-r--r--CONTRIBUTORS1
-rw-r--r--LICENSE3
-rw-r--r--setup.py2
4 files changed, 25 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d28a110d..0cff7c3b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,24 @@
+2012/04/X
+ RELEASE 3.2.1
+
+ This is mainly a maintenance release.
+
+ Changes:
+ * New setuptools entry points for query processors and results
+
+ * Literals constructed from other literals copy datatype/lang
+ https://github.com/RDFLib/rdflib/issues/188
+ * Relative URIs are resolved incorrectly after redirects
+ https://github.com/RDFLib/rdflib/issues/130
+ * Illegal prefixes in turtle output
+ https://github.com/RDFLib/rdflib/issues/161
+ * Sleepcat store unstable prefixes
+ https://github.com/RDFLib/rdflib/issues/201
+ * Consistent toPyton() for all node objects
+ https://github.com/RDFLib/rdflib/issues/174
+ * Better random BNode ID in multi-thread environments
+ https://github.com/RDFLib/rdflib/issues/185
+
2012/01/19
RELEASE 3.2.0
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index e47e27a0..a8127d1b 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -9,6 +9,7 @@ Drew Perttula
Elias Torres
Gerhard Weis
Graham Higgins
+Graham Klyne
Gunnar AAstrand Grimnes
Ivan Herman
Jeroen van der Ham
diff --git a/LICENSE b/LICENSE
index 6cbdbaad..611bc4f0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,7 @@
LICENSE AGREEMENT FOR RDFLIB
------------------------------------------------
-Copyright (c) 2002-2009, Daniel Krech, http://eikeon.com/
+Copyright (c) 2002-2012, RDFLib Team
+See CONTRIBUTORS and http://github.com/RDFLib/rdflib
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/setup.py b/setup.py
index c8403207..70b7eb32 100644
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@ setup(
maintainer = "Daniel 'eikeon' Krech",
maintainer_email = "eikeon@eikeon.com",
url = "http://rdflib.net/",
- license = "http://rdflib.net/latest/LICENSE",
+ license = "https://raw.github.com/RDFLib/rdflib/master/LICENSE",
platforms = ["any"],
classifiers = ["Programming Language :: Python",
"Programming Language :: Python :: 2",