From 2d014f9accd5dda8fe4ae364d541120ecce2a705 Mon Sep 17 00:00:00 2001 From: Sebastian Trueg Date: Thu, 6 May 2010 08:04:58 +0000 Subject: updated changelog and version bump in preparation of 0.4 release --- CMakeLists.txt | 4 ++-- ChangeLog | 29 +++++++++++++++++++++++++++-- 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 -- cgit v1.2.3