summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Trueg <trueg@kde.org>2010-05-06 08:04:58 +0000
committerSebastian Trueg <trueg@kde.org>2010-05-06 08:04:58 +0000
commit2d014f9accd5dda8fe4ae364d541120ecce2a705 (patch)
tree4e77175fac6bce87c4739b0ac99ddc98fe6e985c
parentbf22352fbb210a1c39b3075d40c66684a7b83de6 (diff)
updated changelog and version bump in preparation of 0.4 release
-rw-r--r--CMakeLists.txt4
-rw-r--r--ChangeLog29
2 files changed, 29 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f0165f2..6337311 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,8 +7,8 @@ project(shared-desktop-ontologies)
# set the version to be used by SharedDesktopOntologiesConfig.cmake
# ===============================================================================================
set(SHAREDDESKTOPONTOLOGIES_VERSION_MAJOR 0)
-set(SHAREDDESKTOPONTOLOGIES_VERSION_MINOR 3)
-set(SHAREDDESKTOPONTOLOGIES_VERSION_RELEASE 61)
+set(SHAREDDESKTOPONTOLOGIES_VERSION_MINOR 4)
+set(SHAREDDESKTOPONTOLOGIES_VERSION_RELEASE 50)
set(SHAREDDESKTOPONTOLOGIES_VERSION "${SHAREDDESKTOPONTOLOGIES_VERSION_MAJOR}.${SHAREDDESKTOPONTOLOGIES_VERSION_MINOR}.${SHAREDDESKTOPONTOLOGIES_VERSION_RELEASE}")
diff --git a/ChangeLog b/ChangeLog
index c448114..92842dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,36 @@
0.4
- 05/042010 - trueg:
+ 05/04/2010 - trueg:
Added NDO and NUAO ontologies to the distributed ontologies.
Both are still marked as being in the "Testing" state.
- 05/042010 - trueg:
+ 05/04/2010 - trueg:
Fixed syntax error in nid3.trig
+ 03/12/2010 - m4db0b
+ Deprecated NMO properties with range nco:Contact and added equivalent
+ ones with range nco:ContactMedium:
+ Deprecated properties:
+ nmo:to
+ nmo:cc
+ nmo:bcc
+ nmo:from
+ nmo:primaryRecipient
+ nmo:replyTo
+ nmo:recipient
+ nmo:secondaryRecipient
+ nmo:sender
+
+ New properties:
+ nmo:emailTo
+ nmo:emailCc
+ nmo:emailBcc
+ nmo:messageFrom
+ nmo:primaryMessageRecipient
+ nmo:messageReplyTo
+ nmo:messageRecipient
+ nmo:secondaryMessageRecipient
+ nmo:messageSender
+
0.3
03/08/2010 - phreedom:
Added nrl:DiscardableInstanceBase