File: changelog

package info (click to toggle)
oar 2.5.7-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 9,176 kB
  • ctags: 2,072
  • sloc: perl: 29,398; ruby: 5,814; sh: 5,025; sql: 3,280; cpp: 2,277; makefile: 378; ansic: 265; php: 155; python: 55; exp: 23
file content (280 lines) | stat: -rw-r--r-- 9,779 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
oar (2.5.7-3) unstable; urgency=medium

  [ Pierre Neyron ]
  * Fix recommends/suggests in oar-server-mysql: any variant of mysql can
    do (Closes: #848477)

 -- Vincent Danjean <vdanjean@debian.org>  Mon, 19 Dec 2016 14:47:53 +0100

oar (2.5.7-2) unstable; urgency=high

  * enabling hardening flags
  * urgency still set to high as 2.5.7-1 is not yet in testing

 -- Vincent Danjean <vdanjean@debian.org>  Mon, 04 Apr 2016 22:47:00 +0200

oar (2.5.7-1) unstable; urgency=high

  * New upstream release, which encompasses a fix for a vulnerability in the
    oarsh command (CVE-2016-1235; Closes: #819952)
  * Make liboar-perl a dependency of oar-common, because the oarnodesetting
    command of the oar-node package also needs the Perl libs
  * Change php dependencies for the transition to php7.0

 -- Pierre Neyron <pierre.neyron@free.fr>  Mon, 04 Apr 2016 20:11:21 +0200

oar (2.5.6-2) unstable; urgency=medium

  * correctly rebuild amd64 packages (due to a error, uploaded binary
    packages for 2.5.6-1 was a work in progress)

 -- Vincent Danjean <vdanjean@debian.org>  Thu, 18 Feb 2016 09:45:32 +0100

oar (2.5.6-1) unstable; urgency=medium

  [ Pierre Neyron ]
  * New upstream release
  * Rework Debian README file for oar-api (api setup)
  * Source-less javascript were removed upstream, no need for dfsg now
  * Change dependences of oar-restful-api, can be in main again
  * Remove patch applied upstream
  * Add recommends to libyaml-syck-perl (provide faster YAML functions)
  * Fix copyright, accordingly to upstream changes

  [ Vincent Danjean ]
  * Apply suggestion from 'cme fix/edit dpkg'
  * Remove Philippe as Uploader (not working on this project anymore)

 -- Pierre Neyron <pierre.neyron@free.fr>  Tue, 16 Feb 2016 14:20:58 +0100

oar (2.5.5+dfsg.1-1) unstable; urgency=medium

  * remove source-less javascript files from tar.gz
  * add a README.source to warn about an uscan bug

 -- Vincent Danjean <vdanjean@debian.org>  Mon, 21 Sep 2015 16:45:32 +0200

oar (2.5.5-2) unstable; urgency=medium

  * Rework the sections of the packages (mainly set to utils instead of science)
  * Set the archive area/section of the oar-restful-api package to contrib/net,
    since it depends on non-free packages (Closes: #798820)
  * Remove the oar-api transitional dummy package
  * Fix typos in oar-restful-api README.Debian file
  * Remove the overlib.js files from sources, because overLIB is not actually
    used and has copyright issues (broken URL in the copyright notice)
  * Fix upstream contact and remove overLIB artistic license in the copyright
    file

 -- Pierre Neyron <pierre.neyron@free.fr>  Fri, 18 Sep 2015 15:18:47 +0200

oar (2.5.5-1) unstable; urgency=medium

  [ Pierre Neyron ]
  * New upstream release
  * Fix oar-common, oar-web-status and oar-restful-api unowned files after
    purge (Closes: #674657)
  * Fix oar-web-status and oar-restful-api webapps setup for apache 2.4
  * Set libyaml-perl as a dependance for oar-restful-api and remove
    libxml-simple-perl from the recommends
  * Add python-sphinx to the build dependencies
  * Replace embedded jquery.js and underscore.js in oar-doc with a symlink to
    the copy provided by the libjs-* packages
  * Fix minor spelling issues in oarsub man page
  * Fix lintian issues or add overrides

 -- Pierre Neyron <pierre.neyron@free.fr>  Mon, 07 Sep 2015 23:17:12 +0200

oar (2.5.4-2) unstable; urgency=medium

  [ Pierre Neyron ]
  * Fix oar-node pid file location (Closes: #772564)
  * Fix errors with the TRUNCATE SQL request which is incompatible with MySQL
    and causes deadlocks with PostgreSQL (Closes: #773790)
  * Fix errors with advance reservation when moldable jobs are used
    (Closes: #775957)

 -- Vincent Danjean <vdanjean@debian.org>  Fri, 13 Feb 2015 11:03:53 +0100

oar (2.5.4-1) unstable; urgency=medium

  * New upstream release. No change from rc12

 -- Vincent Danjean <vdanjean@debian.org>  Fri, 24 Oct 2014 17:11:45 +0200

oar (2.5.4~rc12-1) unstable; urgency=medium

  * New upstream release 
  * Fix oaraccounting bug (Closes: #678976) 
  * Remove Ruby dependencies (Closes: #732540) 
  * Force depends to OpenSSH's ssh
  * Remove patch fix-oar-server-init.d: applied upstream 

 -- Pierre Neyron <pierre.neyron@free.fr>  Fri, 24 Oct 2014 15:09:46 +0200

oar (2.5.4~rc8-2) unstable; urgency=medium

  * stop oar-server and oar-node on upgrade from an old version
    (their prerm script did not stop their service)

 -- Vincent Danjean <vdanjean@debian.org>  Thu, 16 Oct 2014 14:36:45 +0200

oar (2.5.4~rc8-1) unstable; urgency=medium

  [ Pierre Neyron ]
  * New upstream release
  * Drop tools with dependencies to Ruby (oaradmin, drawgantt legacy)
  * Bump Standard-Version (no change needed)
  * Remove unused patches (applied upstream)
  * Fix oar-server (oar-database) depends to libterm-ui-perl

  [ Vincent Danjean ]
  * Bump Standards-Version
  * (re)start service on upgrade/start
  * add a Breaks: to the old oar-admin package. The database schema has
    been modified so old utilities did not work anymore

 -- Vincent Danjean <vdanjean@debian.org>  Wed, 15 Oct 2014 10:31:17 +0200

oar (2.5.3-3) unstable; urgency=low

  * Fix oar-user dependency on oar-user-mysql or oar-user-postgresql
  * Fix prologues and epilogues configuration files permissions:
    add patch to set mod 0755
  * Fix oarsub copyright in pod (man), this corrects the "FTBFS with perl 5.18: POD failure" reported by Debian
    (Closes: #720431)
  * Fix the database structure version: must be 2.5.2

 -- Pierre Neyron <pierre.neyron@free.fr>  Mon, 09 Sep 2013 00:03:38 +0200

oar (2.5.3-2) unstable; urgency=low

  * Fix clean-up of oar-server and oar-web-status after remove/purge

 -- Pierre Neyron <pierre.neyron@free.fr>  Tue, 02 Jul 2013 11:07:39 +0200

oar (2.5.3-1) unstable; urgency=low

  [ Philippe Le Brouster ]
  * Remove the patches merged in upstream. 

  [ Pierre Neyron ]
  * Imported Upstream version 2.5.3
  * Add drawgantt-svg to oar-web-status package
  * Set Pierre Neyron as Maintainer
  * Add Philippe Le Brouster as Uploader

 -- Pierre Neyron <pierre.neyron@free.fr>  Wed, 26 Jun 2013 18:15:04 +0200

oar (2.5.2-4.1) unstable; urgency=high

  * Non-maintainer upload.
  * Replace transitional ruby packages with real ones.
    (Closes: #735745)

 -- Christian Hofstaedtler <zeha@debian.org>  Thu, 13 Feb 2014 00:36:35 +0100

oar (2.5.2-4) unstable; urgency=low

  [ Pierre Neyron ]
  * Set Pierre Neyron as Maintainer
  * Add Philippe Le Brouster as Uploader
  * Fix piupart reported error: package uses files from /usr/share/doc
    (Closes: #722621)
  * Fix database schema version: 2.5.2
  * Fix dependencies to the database backend packages
  * Fix packages post scripts: purge /etc/oar, /var/lib/oar
  * Fix oardo.c compilation warning
  * Fix prologues and epilogues configuration files permissions

  [ Vincent Danjean ]
  * Bump Standard-Version (no change needed)
  * Add header to new quilt patches

 -- Vincent Danjean <vdanjean@debian.org>  Fri, 20 Sep 2013 14:17:34 +0200

oar (2.5.2-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "FTBFS with perl 5.18: POD failure":
    add patch to add encoding to POD
    (Closes: #720431)

 -- gregor herrmann <gregoa@debian.org>  Fri, 30 Aug 2013 17:42:06 +0200

oar (2.5.2-3) unstable; urgency=low

  * Remove the desktop-computing packaging because it is no more supported
    (Closes: #676220).
  * Remove the conffiles  when purging the binary packages (Closes: #674657).
  * Override dh_compress to prevent debhelper to compress examples.
  * Use ucfr to register conffile.
  * Remove the ssh keys when purgin oar-node 

 -- Philippe Le Brouster <plb@nebkha.net>  Tue, 26 Jun 2012 12:23:42 +0200

oar (2.5.2-2) unstable; urgency=low

  * Rebuild for the debian archive. (Closes: #663558)

 -- Philippe Le Brouster <plb@nebkha.net>  Thu, 24 May 2012 12:47:49 +0200

oar (2.5.2-1) unstable; urgency=low

  * Imported Upstream version 2.5.2.
  * Remove the patch 0001-Fix-a-spelling-error-in-the-oaradmin-manpage (no
    more needed).
  * Update the debian copyright file.
  * Switch to debhelper 9.
  * Update properly CFLAGS
  * Override lintian warning: hardening-no-stackprotector
  * Add Vincent Danjean as Uploaders.

 -- Philippe Le Brouster <plb@nebkha.net>  Wed, 23 May 2012 17:00:53 +0200

oar (2.5.1-4) unstable; urgency=low

  * Add lintian overrides for empty binary packages.
  * Add lintian overrides for the install file.
  * Improve the short descriptions. 
  * Fix a spelling error in oaradmin manpage.

 -- Philippe Le Brouster <plb@nebkha.net>  Fri, 06 Apr 2012 13:40:16 +0200

oar (2.5.1-3) unstable; urgency=low

  * Fix the debian watch file.
  * oar-server-mysql: Remove phpmyadmin as suggestion.
  * Fix the dependencies on libdbi-perl. 
  * Fix the binaries conflict between oar-user-{mysql,pgsql}. 
  * Improve the short descriptions.

 -- Philippe Le Brouster <plb@nebkha.net>  Mon, 02 Apr 2012 13:25:10 +0200

oar (2.5.1-2) unstable; urgency=low

  * First upload to the debian archive (Closes: #663558)  
  * Bump the standards version.
  * Change the oar-api package description.

 -- Philippe Le Brouster <plb@nebkha.net>  Mon, 12 Mar 2012 13:02:11 +0100

oar (2.5.1-1) UNRELEASED; urgency=low

  * New upstream release. 

 -- Philippe Le Brouster <philippe.le-brouster@imag.fr>  Fri, 13 Jan 2012 18:15:09 +0100

oar (2.5.0+rc2-1) UNRELEASED; urgency=low

  * New upstream release. 
  * Remove the symlink creation for the apache2 configuration. (already done
    by the setup scripts).

 -- Philippe Le Brouster <philippe.le-brouster@imag.fr>  Mon, 19 Dec 2011 22:59:22 +0100

oar (2.5.0+rc1-1) UNRELEASED; urgency=low

  * Initial Release.

 -- Philippe Le Brouster <philippe.le-brouster@imag.fr>  Thu, 08 Dec 2011 11:06:45 +0100