File: VERSION

package info (click to toggle)
libstax2-api-java 4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, forky, sid, trixie
  • size: 960 kB
  • sloc: java: 10,845; xml: 126; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 676 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Project: Stax2 API

------------------------------------------------------------------------
= Releases
------------------------------------------------------------------------

4.1 (not yet released)

- Add `Automatic-Module-Name` for Java 9
- Upgrade JDK baseline requirement Java 6 (from Java 5);
  remove `stax-api` dependency (since bundled on Java 6)

4.0.0: (01-Feb-2015)

- Update codebase to Java5 (add generics); minor related cleanup.
#3: Add LICENSE file that indicates BSD (2-clause) as the license

3.1.4 (28-Feb-2014)

The first version released from github.

#2: Stax2EventFactoryImpl.createEndElement() not passing namespace prefix
 (reported by Jimmy Praet)