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
|
lpe (1.2.8-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix ftbfs with GCC-10. (Closes: #957503)
-- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Wed, 04 Nov 2020 22:05:00 +0000
lpe (1.2.8-2) unstable; urgency=medium
* Fix too specific paths in dh_install file
-- Adam Majer <adamm@zombino.com> Sat, 30 Jan 2016 22:39:29 -0600
lpe (1.2.8-1) unstable; urgency=medium
* New upstream release
+ remove `buf_overflow_fix` patch - upstreamed
+ `makefile_space_fix` patch no longer needed
* debian/rules now use debhelper
* debian/copyright is updated to machine readable format
* Provides virtual package editor (closes: #398750)
* Use dh-autoreconf to regenerate config files, if needed
(closes: #534819)
* Updated upstream homepage to my public github repository.
-- Adam Majer <adamm@zombino.com> Sat, 30 Jan 2016 17:06:41 -0600
lpe (1.2.7-2) unstable; urgency=medium
* Fix an off-by-1 buffer overflow. (closes: #773818)
-- Adam Majer <adamm@zombino.com> Tue, 23 Dec 2014 09:09:19 -0600
lpe (1.2.7-1) unstable; urgency=low
* Incorporate translation changes. Thank you.
* Fix FTBFS caused by spaces in autoconf generated Makefile (closes: #749361)
* Fix a crash caused by buffer overflow when assuming that input
pathnames are only of certain, fixed length. Use dynamic allocations
instead. (closes: #716507)
-- Adam Majer <adamm@zombino.com> Mon, 23 Jun 2014 13:55:57 -0500
lpe (1.2.6.13-0.1) unstable; urgency=low
* Non-maintainer upload.
* Update French program translation (Closes: #298069)
* Make the program use user's locale (Closes: #265463)
* Fix French and German manpages (Closes: #350178)
-- Thomas Huriaux <thomas.huriaux@gmail.com> Sat, 27 Jan 2007 14:06:42 +0100
lpe (1.2.6.13) unstable; urgency=low
* Fix a segfault on Amd64 (closes: #329785)
* Changed signature line in mail from gray to red as per suggestion from
Adrian Knoth (closes: #323346)
-- Adam Majer <adamm@zombino.com> Tue, 25 Oct 2005 15:58:05 -0500
lpe (1.2.6.12) unstable; urgency=low
* Updated build-depends to libslang2 and removed extraneous patch
-- Adam Majer <adamm@zombino.com> Sun, 19 Jun 2005 23:18:30 -0500
lpe (1.2.6.11) unstable; urgency=low
* Fix-up backup creation such that the backup is a *copy* of the original
and the original is still clobbered. This makes things easier for setups
when the destination is a {sym,hard}link.
-- Adam Majer <adamm@zombino.com> Fri, 23 Jul 2004 18:02:34 -0500
lpe (1.2.6.10) unstable; urgency=low
* Updated libtool, automake, and autoconf files.
* Changed to Debian source since upstream is not maintaining lpe anymore.
* Added a patch from Mark Glines <mark@glines.org>. Thanks!
- buffer.c: Creates a backup file during save so that the file is not
destroyed if save fails.
-- Adam Majer <adamm@zombino.com> Mon, 19 Jul 2004 16:33:42 -0500
lpe (1.2.6-9) unstable; urgency=low
* Overdue patch by Mark Glines <mark@glines.org>. Thanks!
- minibuf.c: Fix a segfault when the filename is too long and squeezes
out a Search: prompt, in the statusbar
- cfg-core.c: Fixed a malloc so it allocates sizeof(LpeOption), not
sizeof(a pointer)
- gotoline.diff: Fix so the goto-line stuff works properly for
target lines less than 12
- lpe.c: Allocate extra byte for a string's trailing null
* Updated standards to 3.6.1
* Fixed the infamous backspace/del fiasco by reading the term data from
terminfo database (closes: #156767)
-- Adam Majer <adamm@zombino.com> Wed, 15 Oct 2003 18:26:00 -0500
lpe (1.2.6-8) unstable; urgency=low
* Removed menu listing since it is as useless as listing vi would be.
* Added .gtml extention to the supported HTML files
-- Adam Majer <adamm@zombino.com> Wed, 6 Mar 2002 17:34:35 -0600
lpe (1.2.6-7) unstable; urgency=low
* Fixed unnecassary build-depends -- my fault!
* updated config.sub and config.guess
* built-dep on libtool so new one is used during build
-- Adam Majer <adamm@zombino.com> Mon, 31 Dec 2001 14:33:11 -0600
lpe (1.2.6-6) unstable; urgency=low
* Rebuilt with correct permissions. Otherwise unchanged from the
previous version.
-- Gergely Nagy <algernon@debian.org> Sat, 27 Oct 2001 00:57:46 +0200
lpe (1.2.6-5) unstable; urgency=low
* Fixes seg faults when trying to change buffers in Help menu
* Fixes the "lost buffer" thing when trying to open a new buffer from help menu
* Added the removal of autogenerated (configure, etc..) to debian/rules clean
as to make the source diff much smaller
* Added installation of copyright file (was missing)
* Added LPE URLs to copyright file
* New Maintainer (Closes: #115208)
-- Adam Majer <adamm@zombino.com> Thu, 18 Oct 2001 21:39:27 -0500
lpe (1.2.6-4) unstable; urgency=low
* The `Donkey-Kong should hit my head' release
* Removed dh_testdir from debian/rules, how did I miss that one?
(Closes: #114131)
-- Gergely Nagy <algernon@debian.org> Tue, 2 Oct 2001 18:13:29 +0200
lpe (1.2.6-3) unstable; urgency=low
* Added missing build-depends on gettext (Closes: #114024)
-- Gergely Nagy <algernon@debian.org> Mon, 1 Oct 2001 18:47:39 +0200
lpe (1.2.6-2) unstable; urgency=low
* Repackaged without debhelper
* For the sake of easier maintainance, update libtool and the rest of
the autotool scripts from debian/rules
-- Gergely Nagy <algernon@debian.org> Sun, 30 Sep 2001 14:02:01 +0200
lpe (1.2.6-1) unstable; urgency=low
* New upstream version
* Shipping with a go-to-line patch from Mark Glines <mark@glines.org>
* Bumped Standards-Version to 3.5.6
* Added build-dependency on patch
-- Gergely Nagy <algernon@debian.org> Tue, 25 Sep 2001 16:22:13 +0200
lpe (1.2.5-5) unstable; urgency=low
* Removed bogus dh_installmanpages call, as the manpages are
properly installed by the upstream makefile. This removes the
translated manpages from /usr/share/man/man1. (Closes: #100868)
* merged debian patch 06 and 07
-- Gergely Nagy <algernon@debian.org> Fri, 15 Jun 2001 17:05:59 +0200
lpe (1.2.5-4) unstable; urgency=low
* Fixed silly error in postinst, so lpe is installable again
(Closes: #100852)
-- Gergely Nagy <algernon@debian.org> Thu, 14 Jun 2001 16:23:06 +0200
lpe (1.2.5-3) unstable; urgency=low
* Redid the packaging, the diff should be more cleaner now
* Tweak around with migrating cz.po to cs.po and the like, this
one (Closes: Bug#87741)
* Bumped standards-version to 3.5.4
-- Gergely Nagy <algernon@debian.org> Sat, 2 Jun 2001 21:19:08 +0200
lpe (1.2.5-2) unstable; urgency=low
* Fixed segfault when exiting from the help screen.
(Closes: Bug#79786)
-- Gergely Nagy <8@free.bsd.hu> Sat, 23 Dec 2000 15:11:38 +0100
lpe (1.2.5-1) unstable; urgency=low
* Initial release.
* Fixes for the Hurd.
-- Gergely Nagy <8@free.bsd.hu> Thu, 16 Nov 2000 13:04:20 +0100
|