Commit ee51eb7 1 parent 1f533d2 commit ee51eb7 Copy full SHA for ee51eb7
File tree 7 files changed +32
-6
lines changed
src/main/java/org/basex/util
7 files changed +32
-6
lines changed Original file line number Diff line number Diff line change
1
+ VERSION 8.2 (May 21, 2015) ---------------------------------------------
2
+
3
+ XQUERY
4
+ - much faster sequence modification via finger trees
5
+ - improved compliance with XQuery 3.1
6
+
7
+ DBA
8
+ - open, save and delete queries
9
+ - better Tomcat support
10
+
11
+ STORAGE
12
+ - updatable index structures: reduced disk space consumption
13
+
14
+ XQUERY FUNCTIONS
15
+ - Standard Module: fn:json-to-xml, fn:xml-to-json
16
+ - Web Module: web:encode-url, web:decode-url
17
+ - File Module: file:is-absolute, file:resolve-path
18
+ - Admin Module: admin:delete-logs
19
+ - Database Module: db:output-cache
20
+
21
+ BUG FIXES
22
+ - locking, full-text requests, stemming
23
+
24
+ REMOVED FEATURES
25
+ - event handling (will be replaced by database triggers)
26
+
1
27
VERSION 8.1.1 (April 16, 2015) -----------------------------------------
2
28
3
29
Various bug fixes (all minor)
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.basex</groupId >
9
9
<artifactId >basex-parent</artifactId >
10
- <version >8.2-SNAPSHOT </version >
10
+ <version >8.2</version >
11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.basex</groupId >
9
9
<artifactId >basex-parent</artifactId >
10
- <version >8.2-SNAPSHOT </version >
10
+ <version >8.2</version >
11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ private Prop() { }
42
42
/** Project name. */
43
43
public static final String NAME = "BaseX" ;
44
44
/** Code version (may contain major, minor and optional patch number). */
45
- public static final String VERSION = version ("8.2 beta " );
45
+ public static final String VERSION = version ("8.2" );
46
46
/** Main author. */
47
47
public static final String AUTHOR = "Christian Gr\u00FC n" ;
48
48
/** Co-authors (1). */
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.basex</groupId >
10
10
<artifactId >basex-parent</artifactId >
11
- <version >8.2-SNAPSHOT </version >
11
+ <version >8.2</version >
12
12
<relativePath >..</relativePath >
13
13
</parent >
14
14
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.basex</groupId >
10
10
<artifactId >basex-parent</artifactId >
11
- <version >8.2-SNAPSHOT </version >
11
+ <version >8.2</version >
12
12
<relativePath >..</relativePath >
13
13
</parent >
14
14
Original file line number Diff line number Diff line change 5
5
<!-- Artifact information -->
6
6
<groupId >org.basex</groupId >
7
7
<artifactId >basex-parent</artifactId >
8
- <version >8.2-SNAPSHOT </version >
8
+ <version >8.2</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<modules >
You can’t perform that action at this time.
0 commit comments