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

Proposed by Nathan Williams
Status: Merged
Approved by: Nathan Williams
Approved revision: 381
Merged at revision: 381
Proposed branch: lp:~akiban-technologies/akiban-persistit/3.2.1-update
Merge into: lp:akiban-persistit
Diff against target: 66 lines (+10/-10)
4 files modified
README.rst (+1/-1)
doc/BugList (+7/-7)
doc/conf.py (+1/-1)
pom.xml (+1/-1)
To merge this branch: bzr merge lp:~akiban-technologies/akiban-persistit/3.2.1-update
Reviewer Review Type Date Requested Status
Akiban Build User Needs Fixing
Peter Beaman Approve
Review via email: mp+130159@code.launchpad.net

Description of the change

Bump version to 3.2.1

Also includes BugList tweak, as one got pushed from 3.2.0 to 3.2.1.

To post a comment you must log in.
Revision history for this message
Peter Beaman (pbeaman) wrote :

Looks good.

review: Approve
Revision history for this message
Akiban Build User (build-akiban) wrote :

There were 2 failures during build/test:

* job persistit-build failed at build number 456: http://172.16.20.104:8080/job/persistit-build/456/

* view must-pass failed: persistit-build is red

review: Needs Fixing
Revision history for this message
Nathan Williams (nwilliams) wrote :

Jenkins error.

Revision history for this message
Akiban Build User (build-akiban) wrote :

There was one failure during build/test:

* unknown exception (check log)

review: Needs Fixing

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.rst'
2--- README.rst 2012-09-11 14:06:09 +0000
3+++ README.rst 2012-10-17 16:04:53 +0000
4@@ -59,6 +59,6 @@
5 Working With Persistit
6 ----------------------
7
8-Add the jar file (e.g. ``akiban-persistit-3.1.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.
9+Add the jar file (e.g. ``akiban-persistit-3.2.1.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.
10
11 That's it. You are ready to work with Persistit.
12
13=== modified file 'doc/BugList'
14--- doc/BugList 2012-10-15 21:22:32 +0000
15+++ doc/BugList 2012-10-17 16:04:53 +0000
16@@ -1,3 +1,10 @@
17+1046049 : 3.2.1
18+
19+`Filtered traverse in LTEQ direction appears not to work`
20+
21+A bug in the com.persistit.KeyFilter caused reverse-direction traversal using
22+a KeyFilter with a range term to return incorrect results.
23+
24 1065677 : 3.2.0
25
26 `Persistit not recoverable after hard crash`
27@@ -77,13 +84,6 @@
28
29 See discussion about regarding the useOldVSpec property.
30
31-1046049 : 3.2.0
32-
33-`Filtered traverse in LTEQ direction appears not to work`
34-
35-A bug in the com.persistit.KeyFilter caused reverse-direction traversal using
36-a KeyFilter with a range term to return incorrect results.
37-
38 1044513 : 3.1.7
39
40 `AssertionError in IntegrityCheckTest`
41
42=== modified file 'doc/conf.py'
43--- doc/conf.py 2012-09-11 14:06:09 +0000
44+++ doc/conf.py 2012-10-17 16:04:53 +0000
45@@ -50,7 +50,7 @@
46 #
47 # version = short X.Y version.
48 # release = full version, including alpha/beta/rc tags.
49-version = '3.1.8'
50+version = '3.2.1'
51 release = version
52
53 # Included while processing every rst file. Used only for working around inability
54
55=== modified file 'pom.xml'
56--- pom.xml 2012-10-05 23:08:51 +0000
57+++ pom.xml 2012-10-17 16:04:53 +0000
58@@ -4,7 +4,7 @@
59
60 <groupId>com.akiban</groupId>
61 <artifactId>akiban-persistit</artifactId>
62- <version>3.2.0-SNAPSHOT</version>
63+ <version>3.2.1-SNAPSHOT</version>
64 <packaging>jar</packaging>
65
66 <parent>

Subscribers

People subscribed via source and target branches

to all changes: