File jline.changes of Package jline
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Mon May 16 11:09:38 UTC 2022 - Fridrich Strba <fstrba@suse.com>
3
4
- Added patch:
5
* jline-jansi2.patch
6
+ fix jline build against jansi 2.4.x
7
- Remove dependency on jansi-native and hawtjni-runtime
8
9
-------------------------------------------------------------------
10
Sun Mar 20 13:12:08 UTC 2022 - Fridrich Strba <fstrba@suse.com>
11
12
- Build with source and target levels 8
13
14
-------------------------------------------------------------------
15
Fri Sep 27 07:34:45 UTC 2019 - Fridrich Strba <fstrba@suse.com>
16
17
- Added patch:
18
* jline-java8compat.patch
19
+ build binaries compatible with Java 8
20
21
-------------------------------------------------------------------
22
Thu Jun 27 09:06:19 UTC 2019 - Fridrich Strba <fstrba@suse.com>
23
24
- Work around a problem with dependency resolution, where variables
25
are not resolved
26
27
-------------------------------------------------------------------
28
Tue Mar 5 15:08:16 UTC 2019 - Fridrich Strba <fstrba@suse.com>
29
30
- Upgrade to version 2.14.6
31
* NOT backward compatible with jline 1.x
32
* Depend on jansi 2.9+
33
* #277: Allow setting max history-size. 'FileHistory' allows
34
delayed init (to allow setMaxSize to take effect) and
35
'ConsoleReader' exposes ability to read inputrc settings.
36
* Ability to control terminal encoding
37
* Backward history searching
38
* Handle EOF / Ctrl-D on unsupported terminals
39
* Distinguish carriage return from newline
40
* Correcting Manifest to make jline work as a bundle in OSGi
41
* Handle TERM=dumb as an UnsupportedTerminal
42
* Updated license headers to be consistent BSD version
43
* Added support for vi keymap. Most major vi features should work.
44
* The "jline.esc.timeout" configuration option (in your
45
$HOME/.jline.rc) controls the number of millisesconds that
46
jline will wait after seeing an ESC key to see if another
47
character arrives.
48
* The JVM shutdown hook that restores the terminal settings when
49
the JVM exits (jline.shutdownhook) is now turned on by default.
50
- Generate and customize the ant build file in order to be able
51
to build without maven.
52
53
-------------------------------------------------------------------
54
Wed Sep 27 16:55:31 UTC 2017 - fstrba@suse.com
55
56
- Don't require java-1_5_0-gcj-compat, but build with any
57
java-devel provider
58
- Specify java source and target level 1.6: fixes build with
59
jdk9
60
61
-------------------------------------------------------------------
62
Fri Jun 9 09:35:59 UTC 2017 - tchvatal@suse.com
63
64
- Reduce depgraph and drop maven fragment to allow bootstrap
65
66
-------------------------------------------------------------------
67
Fri May 19 09:23:12 UTC 2017 - mpluskal@suse.com
68
69
- Update dependencies
70
71
-------------------------------------------------------------------
72
Wed Mar 18 09:46:13 UTC 2015 - tchvatal@suse.com
73
74
- Fix build with new javapackages-tools
75
76
-------------------------------------------------------------------
77
Mon Sep 9 11:06:04 UTC 2013 - tchvatal@suse.com
78
79
- Move from jpackage-utils to javapackage-tools
80
81
-------------------------------------------------------------------
82
Mon Aug 26 07:57:51 UTC 2013 - mvyskocil@suse.com
83
84
- use new add_maven_depmap from javapackages-utils
85
86
-------------------------------------------------------------------
87
Thu Apr 25 09:21:43 UTC 2013 - mvyskocil@suse.com
88
89
- add findutils dependency (bnc#816314)
90
91
-------------------------------------------------------------------
92
Thu Sep 2 12:32:48 UTC 2010 - mvyskocil@suse.cz
93
94
- ignore antlr(-java) to reduce build cycles
95
96
-------------------------------------------------------------------
97
Wed Nov 18 12:27:34 UTC 2009 - mvyskocil@suse.cz
98
99
- Build using gcj - needed by rhino 1.7R2 - bnc#554532
100
101
-------------------------------------------------------------------
102
Thu May 7 11:04:53 CEST 2009 - mvyskocil@suse.cz
103
104
- Initial SUSE packaging 0.9.94 from jpp 5.0
105
106