You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2016/10/19 20:33:21 UTC

svn commit: r16599 - /dev/incubator/mnemonic/0.3.0-incubating-rc4/CHANGES.txt

Author: garyw
Date: Wed Oct 19 20:33:21 2016
New Revision: 16599

Log:
remove unresolved improvements

Modified:
    dev/incubator/mnemonic/0.3.0-incubating-rc4/CHANGES.txt

Modified: dev/incubator/mnemonic/0.3.0-incubating-rc4/CHANGES.txt
==============================================================================
--- dev/incubator/mnemonic/0.3.0-incubating-rc4/CHANGES.txt (original)
+++ dev/incubator/mnemonic/0.3.0-incubating-rc4/CHANGES.txt Wed Oct 19 20:33:21 2016
@@ -30,8 +30,6 @@ Improvement
     [MNEMONIC-92] - Rename DurableNodeValue<E> to DurableSinglyLinkedList<E>
     [MNEMONIC-99] - Set no proxy as default with comments in Dockerfile
     [MNEMONIC-102] - Rename allocatorservice to memoryservice
-    [MNEMONIC-107] - Use MNEMONIC_HOME Environment Variable
-    [MNEMONIC-112] - cleaning up org_apache_mnemonic_service_computingservice_internal_PrintServiceImpl.c
     [MNEMONIC-117] - Remove mutex because nvml-pmem library is threadsafe
     [MNEMONIC-126] - Add description to README.md for new pmem service
     [MNEMONIC-129] - Refactor pmalloc native service
@@ -43,13 +41,7 @@ Improvement
 New Feature
 
     [MNEMONIC-60] - Apply Transaction, Retrievable interfaces to class VolatileMemAllocator
-    [MNEMONIC-94] - Durable native sorting service
-    [MNEMONIC-95] - Create a Durable Set
     [MNEMONIC-101] - Create a runall.sh script
-    [MNEMONIC-103] - Durable native sorting service testcases
-    [MNEMONIC-104] - Create a Durable Map
-    [MNEMONIC-105] - Add a set of testcases for Durable Map
-    [MNEMONIC-106] - Define the interface of durable in-memory stream
     [MNEMONIC-108] - Compose a dockerfile for website dev.
     [MNEMONIC-115] - Add a new memory service nvml-pmem
     [MNEMONIC-118] - Add persist()/flush()/drain() as persistent memory operations
@@ -58,14 +50,11 @@ New Feature
 Task
 
     [MNEMONIC-80] - Simplify the process of dev. enviroment setup
-    [MNEMONIC-81] - Deploy all artifacts on Apache maven repository
     [MNEMONIC-86] - Link external native libraries in static way
     [MNEMONIC-87] - Attach OS and ARCH info to platform specific artifacts
     [MNEMONIC-89] - Add commented plugins to the build of example for repo. managed artifacts
     [MNEMONIC-93] - Add Readme.md about Dockerfile build and Usage
     [MNEMONIC-96] - Verify the functionalities on latest version of nvml
-    [MNEMONIC-97] - Create a testcase of object managed buffer and chunk
     [MNEMONIC-98] - Rename MemFile class to MemStream class
     [MNEMONIC-100] - Use checkstyle to ensure Unix-style end of line
-    [MNEMONIC-109] - Create a testcase to manage durable object on volatile memory service
     [MNEMONIC-123] - Set base address as NULL for nvml-vmem service.