File: changelog

package info (click to toggle)
libgoogle-gson-java 2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,380 kB
  • sloc: java: 29,497; xml: 1,055; makefile: 7
file content (147 lines) | stat: -rw-r--r-- 5,064 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
libgoogle-gson-java (2.10-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.10
  * Set Rules-Requires-Root: no in debian/control

 -- tony mancill <tmancill@debian.org>  Wed, 16 Nov 2022 20:28:04 -0800

libgoogle-gson-java (2.9.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.9.1
  * Remove codegen from list of poms (removed upstream)

 -- tony mancill <tmancill@debian.org>  Sun, 07 Aug 2022 13:06:39 -0700

libgoogle-gson-java (2.9.0-1) unstable; urgency=high

  * Team upload.
  * New upstream version 2.9.0
    Addresses CVE-2022-25647 (Closes: #1010670)
  * Bump Standards-Version to 4.6.1.0
  * Ignore org.moditect:moditect-maven-plugin
  * Mark libgoogle-gson-java Multi-Arch: foreign
  * Freshen years in debian/copyright

 -- tony mancill <tmancill@debian.org>  Wed, 11 May 2022 20:54:07 -0700

libgoogle-gson-java (2.8.8-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version updated to 4.6.0.1
  * Switch to debhelper level 13

 -- Emmanuel Bourg <ebourg@apache.org>  Mon, 20 Sep 2021 01:09:03 +0200

libgoogle-gson-java (2.8.6-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version updated to 4.5.0
  * Switch to debhelper level 12

 -- Emmanuel Bourg <ebourg@apache.org>  Sun, 31 May 2020 22:32:55 +0200

libgoogle-gson-java (2.8.5-3) unstable; urgency=medium

  * Team upload.
  * Remove the OpenIDE-Module entry again but sync the Manifest file with all
    the information from the previous 2.7.0 version.

 -- Markus Koschany <apo@debian.org>  Fri, 25 Jan 2019 11:54:04 +0100

libgoogle-gson-java (2.8.5-2) unstable; urgency=medium

  * Team upload.
  * Add OpenIDE-Module entry to MANIFEST file to fix an error in Netbeans 10.
  * Declare compliance with Debian Policy 4.3.0.

 -- Markus Koschany <apo@debian.org>  Sun, 13 Jan 2019 23:39:43 +0100

libgoogle-gson-java (2.8.5-1) unstable; urgency=medium

  * New upstream release
    - Removed the Java 9 patches (fixed upstream)
    - Replaced templating-maven-plugin with sed
  * Ignore the broken tests to work around the build failure with Java 11
    (Closes: #912433)
  * Restored the parent of gson/pom.xml to inherit the build settings
  * Updated the watch file for the recent releases
  * Standards-Version updated to 4.2.1
  * Exclude the Gradle wrapper from the upstream tarball
  * Use salsa.debian.org Vcs-* URLs

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 08 Nov 2018 12:04:52 +0100

libgoogle-gson-java (2.8.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 2.8.2.
    - Fix FTBFS with Java 9. (Closes: #893238)
  * Drop maven.cleanIgnoreRules and maven.publishedRules because they do
    nothing.
  * Use compat level 11.
  * Declare compliance with Debian Policy 4.1.3.
  * Install the MANIFEST file with javahelper since the bnd-maven-plugin is not
    available.

 -- Markus Koschany <apo@debian.org>  Sun, 08 Apr 2018 19:51:28 +0200

libgoogle-gson-java (2.4-2) unstable; urgency=medium

  * Team upload.
  * Build with the DH sequencer instead of CDBS
  * Added the missing build dependency on junit4
  * Standards-Version updated to 4.1.0
  * Switch to debhelper level 10

 -- Emmanuel Bourg <ebourg@apache.org>  Sat, 16 Sep 2017 22:20:53 +0200

libgoogle-gson-java (2.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Adapted the build to the new project layout
  * debian/control:
    - Standards-Version updated to 3.9.6 (no changes)
    - Updated the Homepage field
  * debian/watch: Watch the release tags on Github
  * Switch to debhelper level 9

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 03 Nov 2015 22:50:32 +0100

libgoogle-gson-java (2.2.4-1) unstable; urgency=low

  * New upstream release
  * debian/control:
    - Use canonical URLs for the Vcs-* fields
    - Updated Standards-Version to 3.9.4 (no changes)
    - Removed the build dependency on libmaven-cobertura-plugin-java
    - Removed the build dependency on libmaven-assembly-plugin-java
    - Removed the explicit build dependency on libmaven-compiler-plugin-java
    - Removed the explicit build dependency on maven-repo-helper
    - Removed the unused build dependency on javahelper
  * Removed custom-build.patch and use Maven rules to ignore
    the unused dependencies
  * Register the Javadoc with doc-base
  * debian/rules: Added a get-orig-source target
  * debian/copyright: Updated the Format URI to 1.0
  * Added debian/orig-tar.sh to build the tarball
    from the upstream SVN repository and documented the process
    in debian/README.source

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 27 Aug 2013 15:30:05 +0200

libgoogle-gson-java (2.1-2) unstable; urgency=low

  * Team upload.
  * Modify d/poms file for m-d-h behavior change. (Closes: #670658)
  * Bump Standards-Version to 3.9.3 (no changes).

 -- tony mancill <tmancill@debian.org>  Fri, 27 Apr 2012 13:55:49 -0700

libgoogle-gson-java (2.1-1) unstable; urgency=low

  * Initial release. (Closes: #654949)

 -- Jakub Adam <jakub.adam@ktknet.cz>  Thu, 05 Jan 2012 23:13:41 +0100