aboutsummaryrefslogtreecommitdiffstats
path: root/make/lib/semantic-versioning/VERSION
blob: 90e9d66a948374f51d762879ee600ce17024beac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
https://github.com/sgothel/semantic-versioning
  forked from https://github.com/jeluard/semantic-versioning

0.9.33-SNAPSHOT

commit 4f50b49c955f2bde2bb7eb4c7493206ec6bb1f2f
Author: Sven Gothel <sgothel@jausoft.com>
Date:   Wed Oct 7 10:40:40 2015 +0200

    Fix JLS Binary Compat: Moving methods and fields upwards for classes _and_ interfaces is OK
    
    - We shall also travers all interfaces upwards
    - All methods and fields found upwards must be tested for compatibility as well!
    
    Further:
    - Add class-name to Field- and MethodInfo via new intermediate AbstractMemberInfo.
      The class-name is used to have allow differs to find a class move upwards!
    
    - Pretty printing of class move binary-compatible change