File: changelog

package info (click to toggle)
zlibc 0.9k-4.3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 624 kB
  • ctags: 461
  • sloc: sh: 3,195; ansic: 3,077; csh: 128; makefile: 60; sed: 4
file content (143 lines) | stat: -rw-r--r-- 5,219 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
zlibc (0.9k-4.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Use "find -perm /x" instead of "find -perm +x". Closes: #808933

 -- Andreas Metzler <ametzler@debian.org>  Fri, 25 Dec 2015 15:07:32 +0100

zlibc (0.9k-4.2) unstable; urgency=medium

  * NMU
  * use use SYS_openat where available, to allow building on new arches
    like arm64 with a streamlined syscall interface. Thanks to Edmund
    Grimley Evans for the patch. Closes: #758521
  * Add simple debian build rules for build-arch and build-indep.

 -- Steve McIntyre <93sam@debian.org>  Tue, 14 Oct 2014 23:20:22 +0100

zlibc (0.9k-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Upload with kbsd patches. Closes: #541664

 -- Andreas Barth <aba@not.so.argh.org>  Fri, 09 Oct 2009 20:30:52 +0200

zlibc (0.9k-4) unstable; urgency=low

  * Fixed long description.
    (closes: #484078)
  * Added Hompage field in debian/control.
  * Debhelper compatibility moved to 5.
  * Policy bumped to 3.8.0
  * Updated debian/copyright and fixed common-licenses path.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Thu, 24 Jul 2008 15:50:36 +0200

zlibc (0.9k-3) unstable; urgency=low

  * [Lintian] Converted debian/changelog in UTF8 encoding.
    Christian will be happy :)
  * Policy bumped to 3.7.3 without major changes.
  * [Lintian] Fixed FSF address in debian/copyright and file general layout.
  * [Lintian] Added an explicit info dir (Development) in zlibc texinfo
    file.
  * debian/watch fixed for version 3.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Tue, 05 Feb 2008 15:47:21 +0100

zlibc (0.9k-2) unstable; urgency=high

  * Bah, really adding NEWS to released doc.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Mon, 20 Mar 2006 14:16:25 +0100

zlibc (0.9k-1) unstable; urgency=high

  The 'Better now than never' release.
  
  * New upstream release
    (closes: #353780, #298607)
  * Policy updated to 3.6.2 (no changes)
  * Added hand-built manpages, due to obsolete texi2roff missing.
  * Overall changes:
  	- debian/rules revised for changes in configuration and other stuff.
        - debian/links removed
        - debian/manpages (new)
        - debian/dirs (new)
  * Added a NEWS file to inform about changes in the upstream product.
  * Removed -O4 optimization in configure.in
  * Rebuilt configure once by autoconf2.13

 -- Francesco Paolo Lovergine <frankie@debian.org>  Mon, 20 Mar 2006 11:59:35 +0100

zlibc (0.9j-7) unstable; urgency=low

  * Added a section specification for info file (Development).
  * Policy updated.
  * Rebuilt to remove /usr/doc symlink

 -- Francesco Paolo Lovergine <frankie@debian.org>  Wed, 18 Dec 2002 13:03:42 +0100

zlibc (0.9j-6) unstable; urgency=low

  * New maintainer
    (closes: #148875)

 -- Francesco Paolo Lovergine <frankie@debian.org>  Mon,  8 Jul 2002 12:12:22 +0200

zlibc (0.9j-5) unstable; urgency=low

  * QA upload.
  * filetype.c: ps has its own _init() which gets called before ours and
    tries to use open() while zlib_real_open is still NULL, resulting in a
    segfault.  Linking with `-z initfirst' solves this, but messes up libc
    startup and causes bash to crash.  Therefore preinitialize zlib_real_*
    with wrappers that replace themselves with the real functions.  Due to
    ld.so weirdness at that stage, they can't call _init() (they'd get the
    one from ps), so move the initialization code to a static function;
    call it later from our _init() if necessary.  Yuck.  This enlarges
    uncompress.o by ~1 KB, but it's generic and fast.  Closes: #146849.
  * strsep.c: Include config.h for HAVE_STRSEP.
  * Switched to debhelper 4.
  * debian/rules:
    - Set sysconfdir to /etc, not /usr/etc.  Closes: #150189.
    - Place sln in /sbin per FHS ยง6.1.4.
    - Make uncompress.o setuid to allow preloading with setuid/setgid
      binaries.
    - Leave out DVI documentation; man, info and HTML seems like enough.
    - Since only one version of this package can be installed at a time,
      leave out versioned uncompress.o.
    - Support the `debug' build option.
    - Add Lintian overrides.
  * debian/zlibc.conf: This was just a copy of zlibc.conf.sample; removed.
  * debian/changelog: Remove obsolete Emacs local variables.
  * Removed unnecessary build dependency on autoconf.
  * Conforms to Standards version 3.5.6.

 -- Matej Vela <vela@debian.org>  Sun, 30 Jun 2002 21:35:39 +0200

zlibc (0.9j-4) unstable; urgency=low

  * debian/control: package is orphaned and Maintainer is changed to
                    Debian QA Group <packages@qa.debian.org>

 -- Luca Filipozzi <lfilipoz@debian.org>  Sun, 16 Jun 2002 14:56:21 -0700

zlibc (0.9j-3) unstable; urgency=low

  * Fixed spelling/grammer error in description (Closes: Bug#125579)
  * Applied patch from Paul Slootman for alpha (Closes: Bug#112810, Bug#123354)

 -- Luca Filipozzi <lfilipoz@debian.org>  Wed, 19 Dec 2001 14:30:29 -0800

zlibc (0.9j-2) unstable; urgency=low

  * Fixed missing build-depend on tetex-bin (Closes: #100059)

 -- Luca Filipozzi <lfilipoz@debian.org>  Fri,  8 Jun 2001 13:36:10 -0700

zlibc (0.9j-1) unstable; urgency=low

  * Initial release.

 -- Luca Filipozzi <lfilipoz@debian.org>  Mon,  4 Jun 2001 21:24:05 -0700