File: changelog

package info (click to toggle)
libfs 2%3A1.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,972 kB
  • sloc: sh: 4,150; ansic: 2,673; makefile: 89
file content (162 lines) | stat: -rw-r--r-- 5,098 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
libfs (2:1.0.8-1) unstable; urgency=medium

  * New upstream release.
  * contro: Use debhelper-compat, bump to 12. Cleanups elsewhere.
  * Migrate to -dbgsym.
  * control: Bump policy to 4.5.0.
  * control: Migtrate to x11proto-dev.
  * Update Vcs urls.
  * watch: Use https.
  * Update README.source for salsa.

 -- Timo Aaltonen <tjaalton@debian.org>  Fri, 29 Jan 2021 00:49:36 +0200

libfs (2:1.0.7-1) unstable; urgency=medium

  * Let uscan verify tarball signatures.
  * New upstream release.
  * Use dh, with compat level 9 and dh-autoreconf.

 -- Julien Cristau <jcristau@debian.org>  Sun, 26 Jul 2015 19:34:09 +0200

libfs (2:1.0.6-1) unstable; urgency=medium

  * New upstream release.
  * Remove Cyril from Uploaders.
  * Use dh_prep instead of dh_clean -k.

 -- Julien Cristau <jcristau@debian.org>  Sun, 13 Jul 2014 01:11:38 +0200

libfs (2:1.0.5-1) unstable; urgency=low

  * New upstream release.
  * Bump debhelper compat level to 7.
  * Use dpkg-buildflags.
  * Disable silent rules.

 -- Julien Cristau <jcristau@debian.org>  Sun, 16 Jun 2013 14:16:20 +0200

libfs (2:1.0.4-1+deb7u1) wheezy-security; urgency=high

  * Sign extension issue and integer overflow in FSOpenServer()
    [CVE-2013-1996]

 -- Julien Cristau <jcristau@debian.org>  Mon, 13 May 2013 23:32:48 +0200

libfs (2:1.0.4-1) unstable; urgency=low

  * New upstream release.
  * Delete debian/xsfbs/, it's no longer used in this package.
  * Don't require fakeroot for debian/rules clean.
  * Remove David Nusinow and Brice Goglin from Uploaders.
  * Run autoreconf at build time.
  * Add build-arch and build-indep debian/rules targets.
  * Build for multiarch.
  * Install FSlib.txt in libfs-dev.
  * Bump Standards-Version to 3.9.3.

 -- Julien Cristau <jcristau@debian.org>  Sun, 25 Mar 2012 17:43:10 +0200

libfs (2:1.0.3-1) unstable; urgency=low

  [ Timo Aaltonen ]
  * Drop pre-dependency on x11-common from libfs-dev. This was needed
    for upgrades from sarge.

  [ Julien Cristau ]
  * Remove myself from Uploaders.
  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
    good reason.  Thanks, Colin Watson!

  [ Cyril Brulebois ]
  * New upstream release.
  * Wrap build-deps.
  * Switch from --list-missing to --fail-missing for additional safety.
  * Exclude libFS.la from dh_install accordingly.
  * Add myself to Uploaders.

 -- Cyril Brulebois <kibi@debian.org>  Fri, 19 Nov 2010 01:00:28 +0100

libfs (2:1.0.2-1) unstable; urgency=low

  * New upstream release.
  * Add a link to www.X.org and a reference to the upstream module
    in the long description.
  * Add README.source, bump Standards-Version to 3.8.2.
  * Move the -dbg package to section debug.
  * Add myself to Uploaders.

 -- Brice Goglin <bgoglin@debian.org>  Mon, 27 Jul 2009 17:21:16 +0200

libfs (2:1.0.1-1) unstable; urgency=low

  * New upstream release.
  * Install the upstream ChangeLog.
  * Add upstream URL and missing copyright holders and licenses to
    debian/copyright, based on upstream's new COPYING file.

 -- Julien Cristau <jcristau@debian.org>  Sun, 25 May 2008 00:57:27 +0200

libfs (2:1.0.0-5) unstable; urgency=low

  * Remove outdated cvs information from the package descriptions, and add
    Vcs-* headers.
  * Remove Branden and Fabio from Uploaders with their permission.
  * Add myself to Uploaders.
  * Bump Standards-Version to 3.7.3.
  * Don't build-depend on packages with a -1 debian revision.
  * libfs6 and libfs6-dbg don't need to depend on x11-common.
  * Use ${binary:Version} instead of the deprecated  ${Source-Version}.
  * Add Section control fields for binary packages.
  * autoreconf with current autotools to get updated config.{guess,sub}.

 -- Julien Cristau <jcristau@debian.org>  Sun, 11 May 2008 14:48:43 +0200

libfs (2:1.0.0-4) unstable; urgency=low

  [ Andres Salomon ]
  * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
    idempotency fix.
  * Run dh_install w/ --list-missing.

  [ Drew Parsons ]
  * dbg package has priority extra.

  [ David Nusinow ]
  * Version pre-depends on x11-common to bring things in line with policy
  * Policy bump to 3.7.2.0
  * Debhelper compat bump to 5

 -- David Nusinow <dnusinow@debian.org>  Tue, 29 Aug 2006 23:24:19 +0000

libfs (2:1.0.0-3) unstable; urgency=low

  * Reorder makeshlib command in rules file so that ldconfig is run
    properly. Thanks Drew Parsons and Steve Langasek.

 -- David Nusinow <dnusinow@debian.org>  Tue, 18 Apr 2006 21:49:55 -0400

libfs (2:1.0.0-2) unstable; urgency=low

  * Upload to unstable

 -- David Nusinow <dnusinow@debian.org>  Thu, 23 Mar 2006 22:44:23 -0500

libfs (2:1.0.0-1) experimental; urgency=low

  * First upload to Debian

 -- David Nusinow <dnusinow@debian.org>  Thu, 29 Dec 2005 20:46:32 -0500

libfs (1:3.0.0-2) breezy; urgency=low

  * Bump Build-Depends on x11proto-core-dev to avoid the _XOPEN_SOURCE
    cooties.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Sat, 23 Jul 2005 00:15:32 +1000

libfs (1:3.0.0-1) breezy; urgency=low

  * First libfs release.

 -- Daniel Stone <daniel.stone@ubuntu.com>  Mon, 16 May 2005 22:10:17 +1000