Merge lp:~akiban-technologies/akiban-persistit/3.2.8-update into lp:akiban-persistit

Proposed by Nathan Williams
Status: Merged
Approved by: Nathan Williams
Approved revision: 429
Merged at revision: 428
Proposed branch: lp:~akiban-technologies/akiban-persistit/3.2.8-update
Merge into: lp:akiban-persistit
Diff against target: 84 lines (+11/-10)
4 files modified
README.rst (+6/-6)
build_release.sh (+3/-2)
doc/conf.py (+1/-1)
pom.xml (+1/-1)
To merge this branch: bzr merge lp:~akiban-technologies/akiban-persistit/3.2.8-update
Reviewer Review Type Date Requested Status
Akiban Technologies Pending
Review via email: mp+155148@code.launchpad.net

Description of the change

Bump version to 3.2.8

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'README.rst'
--- README.rst 2013-01-25 19:06:51 +0000
+++ README.rst 2013-03-24 17:56:19 +0000
@@ -15,13 +15,13 @@
15- Implementation of a persistent SortedMap15- Implementation of a persistent SortedMap
16- Extensive management capability including command-line and GUI tools16- Extensive management capability including command-line and GUI tools
1717
18See http://www.akiban.com/akiban-persistit for a more detailed summary of features and benefits, licensing information and how to get support.18See http://akiban.github.com/persistit/ for more information, documentation, and support details.
1919
20Documentation20Documentation
21=============21=============
22Users Guide: http://www.akiban.com/ak-docs/admin/persistit22Users Guide: http://akiban.github.com/persistit/docs/
2323
24JavaDoc: http://www.akiban.com/sites/all/libraries/persistit-api/index.html24JavaDoc: http://akiban.github.com/persistit/javadoc/
2525
26Building Akiban Persistit From Source26Building Akiban Persistit From Source
27=====================================27=====================================
@@ -50,15 +50,15 @@
50Download and Install Akiban Persistit From Binaries50Download and Install Akiban Persistit From Binaries
51---------------------------------------------------51---------------------------------------------------
5252
53Pre-built jars can be downloaded directly from http://akiban.com/akiban-persistit.53Pre-built jars can be downloaded directly from http://akiban.github.com/persistit/.
5454
55Unpack the distribution kit into a convenient directory using the appropriate utility (e.g. unzip or tar).55Unpack the distribution kit into a convenient directory using the appropriate utility (e.g. unzip or tar).
5656
57Review the ``LICENSE.txt`` file located in the root of the installation directory. Persistit is licensed under the Eclipse Public License or a free-use community license, see our `licensing options <http://www.akiban.com/akiban-licensing-options>`_ for more details. By installing, copying or otherwise using the Software contained in the distribution kit, you agree to be bound by the terms of the license agreement. If you do not agree to these terms, remove and destroy all copies of the software in your possession immediately.57Review the ``LICENSE.txt`` file located in the root of the installation directory. Persistit is licensed under the Eclipse Public License. By installing, copying or otherwise using the Software contained in the distribution kit, you agree to be bound by the terms of the license agreement. If you do not agree to these terms, remove and destroy all copies of the software in your possession immediately.
5858
59Working With Persistit59Working With Persistit
60----------------------60----------------------
6161
62Add the jar file (e.g. ``akiban-persistit-3.2.6.jar``), found in the root directory of the distribution kit, to your project's classpath. For example, copy it to ``jre/lib/ext`` in your Java Runtime Environment, or add it to your classpath environment variable. 62Add the jar file (e.g. ``akiban-persistit-3.2.8.jar``), found in the root directory of the distribution kit, to your project's classpath. For example, copy it to ``jre/lib/ext`` in your Java Runtime Environment, or add it to your classpath environment variable.
6363
64That's it. You are ready to work with Persistit.64That's it. You are ready to work with Persistit.
6565
=== modified file 'build_release.sh'
--- build_release.sh 2013-01-14 16:56:04 +0000
+++ build_release.sh 2013-03-24 17:56:19 +0000
@@ -144,11 +144,12 @@
144echo "Making package directories"144echo "Making package directories"
145cp -r "${BRANCH_DIR}" "${SOURCE_DIR}"145cp -r "${BRANCH_DIR}" "${SOURCE_DIR}"
146cp -r "${BRANCH_DIR}" "${OPEN_DIR}"146cp -r "${BRANCH_DIR}" "${OPEN_DIR}"
147rm -r "${OPEN_DIR}"/{doc,examples/scripts,src,pom.xml}147rm -f "${SOURCE_DIR}/build_release.sh"
148rm -r "${OPEN_DIR}"/{doc,examples/scripts,src,pom.xml,build_release.sh}
148mkdir "${OPEN_DIR}/doc"149mkdir "${OPEN_DIR}/doc"
149150
150151
151echo "Building open edition and docs"152echo "Building docs"
152cd "${BRANCH_DIR}"153cd "${BRANCH_DIR}"
153maven_build "${REVNO}"154maven_build "${REVNO}"
154docs_build "../apidocs"155docs_build "../apidocs"
155156
=== modified file 'doc/conf.py'
--- doc/conf.py 2013-03-22 18:54:33 +0000
+++ doc/conf.py 2013-03-24 17:56:19 +0000
@@ -50,7 +50,7 @@
50#50#
51# version = short X.Y version.51# version = short X.Y version.
52# release = full version, including alpha/beta/rc tags.52# release = full version, including alpha/beta/rc tags.
53version = '3.2.7'53version = '3.2.8'
54release = version54release = version
5555
56# Included while processing every rst file. Used only for working around inability56# Included while processing every rst file. Used only for working around inability
5757
=== modified file 'pom.xml'
--- pom.xml 2013-03-21 21:21:55 +0000
+++ pom.xml 2013-03-24 17:56:19 +0000
@@ -4,7 +4,7 @@
44
5 <groupId>com.akiban</groupId>5 <groupId>com.akiban</groupId>
6 <artifactId>akiban-persistit</artifactId>6 <artifactId>akiban-persistit</artifactId>
7 <version>3.2.7-SNAPSHOT</version>7 <version>3.2.8-SNAPSHOT</version>
8 <packaging>jar</packaging>8 <packaging>jar</packaging>
99
10 <parent>10 <parent>

Subscribers

People subscribed via source and target branches

to all changes: