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 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513
|
fte (0.50.2b6-20110708-2) unstable; urgency=medium
* QA upload.
* fte-docs: Fix unhandled symlink-to-directory conversion dating back to
the lenny -> squeeze upgrade. (Closes: #861306)
* Fix another typo found by lintian.
-- Andreas Beckmann <anbe@debian.org> Thu, 27 Apr 2017 11:13:30 +0200
fte (0.50.2b6-20110708-1) unstable; urgency=medium
* QA upload
* Include the date present in upstream tar ball file names in Debian's
upstream version number, too, to be able to properly use a watch
file. That way we can actually use a watch file. No new upstream
release, just a renamed orig.tar.gz file. (Closes: #819418)
-- Axel Beckert <abe@debian.org> Mon, 28 Mar 2016 13:09:19 +0200
fte (0.50.2b6-9) unstable; urgency=medium
* QA upload.
* debian/control:
- Standards-Version: Update to 3.9.7.
- Vcs-Browser: Correct url and use the same as Vcs-Git.
- Vcs-Git: Use https.
* debian/README.Debian:
- Fix typos.
- Rename from README.debian to README.Debian.
* debian/rules:
- Add DEB_BUILD_MAINT_OPTIONS variable to improve the GCC hardening.
- Add DEB_LDFLAGS_MAINT_APPEND variable to avoid useless dependency.
* debian/watch: Create.
-- Samuel Henrique Oltramari Pinto (SamuelOPH) <samueloph@gmail.com> Sun, 20 Mar 2016 17:20:21 -0300
fte (0.50.2b6-8) unstable; urgency=medium
* QA upload.
* Apply patch by Reiner Herrmann to make build reproducible. (Closes:
#803064)
+ Add build-dependency on tar >= 1.28
-- Axel Beckert <abe@debian.org> Thu, 12 Nov 2015 20:20:36 +0100
fte (0.50.2b6-7) unstable; urgency=medium
* QA upload.
* Add override_dh_install-arch and create /etc/fte/system.fterc
there, where it probably belongs. Reported by Axel Beckert.
-- Santiago Vila <sanvila@debian.org> Mon, 14 Sep 2015 23:32:38 +0200
fte (0.50.2b6-6) unstable; urgency=low
* QA upload.
* debian/rules: Set sane permissions on the "config" directory
before creating config-example.tar.gz from its contents.
-- Santiago Vila <sanvila@debian.org> Mon, 31 Aug 2015 13:00:42 +0200
fte (0.50.2b6-5) unstable; urgency=low
* QA upload.
* Add forgotten "QA upload" to previous changelog entry.
* Override dh_auto_install with noop. It triggers upstream's default
build target which breaks non-linux builds.
* Add patch to properly pass through compile flags. Fixes lintian
warning "hardening-no-relro" and blhc warning "LDFLAGS missing".
-- Axel Beckert <abe@debian.org> Wed, 27 May 2015 02:02:42 +0200
fte (0.50.2b6-4) unstable; urgency=low
* QA upload.
* Fix arch-only builds.
-- Axel Beckert <abe@debian.org> Tue, 26 May 2015 00:55:34 +0200
fte (0.50.2b6-3) unstable; urgency=low
* QA upload.
* Add Vcs-* headers for newly created collab-maint git repository.
* Apply wrap-and-sort.
* Replace hardcoded architecture lists with linux-any. (Closes: #634338)
* Replace build-dependency on obsolete virtual package "perl5" by
"perl". (Closes: #786676)
* Change debian/rules to the minimal dh v7 style.
+ Switch to using dh_auto_{configure,build,install,clean}.
+ Fixes installation of configuration examples. (Closes: #643017)
* Bump debhelper compatibility level to 9
+ Update versioned build-dependency on debhelper accordingly.
* Add fte to debian/clean.
* Remove ancient (pre-oldoldstable) versioned Conflicts and Replaces.
+ Fixes lintian warning conflicts-with-version.
* Declare compliance with Debian Policy 3.9.6 (no other changes needed).
* Install NEWS as upstream changelog.
* Explicitly run "gzip -n" to compress example config tar ball.
+ Fixes lintian warning package-contains-timestamped-gzip.
* Convert debian/copyright to machine-readable DEP5 format.
* Add patch to fix spelling error in messages and variable names.
* Remove now obsolete debian/fte-{console,terminal,xwindow}.dirs.
+ Fixes lintian warning package-contains-empty-directory.
* Rename debian/fte.sh to debian/bin/fte to be able to install it via
debian/fte.install.
* Fix lintian warning hyphen-used-as-minus-sign in debian/fte.1.
* Add patch by Alexander Ovchinnikov to fix FTBFS with clang. (Closes:
#749086)
-- Axel Beckert <abe@debian.org> Tue, 26 May 2015 00:01:09 +0200
fte (0.50.2b6-2) unstable; urgency=medium
* QA upload.
* Fix unhandled symlink-to-directory conversion dating back to the
lenny -> squeeze upgrade. (Closes: #774938)
* d/rules: Run dh_installdeb before dh_gencontrol.
-- Andreas Beckmann <anbe@debian.org> Fri, 09 Jan 2015 12:09:10 +0100
fte (0.50.2b6-1) unstable; urgency=low
* QA upload.
* Synchronise with current upstream sources.
(Closes: #195945)
* Include NMUs by Nobuhiro Iwamatsu and Hideki Yamane,
thanks to both.
* Move to 3.0 quilt
-- Neil Williams <codehelp@debian.org> Sun, 14 Aug 2011 10:28:46 +0100
fte (0.50.2-1.2) unstable; urgency=low
* Non-maintainer upload.
* Fix build fte-console binary package on powerpc, s390, sparc and sh4.
(Closes: #586160)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 28 Jul 2010 12:21:19 +0900
fte (0.50.2-1.1) unstable; urgency=low
* Non-maintainer upload.
* debian/control
- add "Build-Depends: libxpm-dev" (Closes: #573625)
-- Hideki Yamane <henrich@debian.org> Sat, 22 May 2010 11:44:19 +0900
fte (0.50.2-1) unstable; urgency=low
* CVS 2010/03/07
* fixed build-dependency x-dev -> x11proto-core-dev (Closes: #515373)
* applied patch GNU/kFreeBSD by Peter Salinger (Closes: #379778)
* fixed segfault with ctags (Closes: #222485)
* fixed lots of endianness issues upstream (Closes: #471376)
* added Provides: editor (Closes: #398746)
* pushing NMU to upstream files
-- Zdenek Kabelac <kabi@debian.org> Tue, 06 Mar 2010 19:55:23 +0100
fte (0.50.0-3) unstable; urgency=low
* QA upload
* Enable compilation on non-linux architectures, based on a patch by
Petr Salinger (thanks!) (Closes: #379778):
- no build-depends on libgpmg1-dev on kfreebsd, hurd
- adapt invocation of make in build target to non-linux architectures
- restrict architecture of fte-console to linux
- use -a flag for dh_* calls in binary_arch target
* fte-docs depends on ${misc:Depends}.
* Add stuff for target binary-indep
* Register documents in the fte-docs package with doc-base, instead of menu
-- Ralf Treinen <treinen@debian.org> Tue, 23 Feb 2010 21:28:44 +0100
fte (0.50.0-2) unstable; urgency=low
* QA upload.
+ Set maintainer to Debian QA Group <packages@qa.debian.org>
* Version debhelper build-dep and set to >= 5.0.0.
* Move DH_COMPAT from rules to debian/compat and set to 5.
* Update x-dev build-dep to x11proto-core-dev. (Closes: #515373).
* Hammer build system to actually use debhelper.
* Add ${misc:Depends} for debhelper package.
* Replace ${Source-Version} with ${binary:Version}.
* Add appropriate Copyright holders to debian/copyright.
* Add set -e to maintainer scripts.
* Remove circular depends. fte Recommends fte-*. (Closes: #387204).
* Install menu icon. (Closes: #210614).
* THIS PACKAGE SHOULD NOT BE NATIVE.
* Bump Standards Version to 3.8.1.
+ Menu policy transition.
-- Barry deFreese <bdefreese@debian.org> Thu, 23 Apr 2009 12:42:54 -0400
fte (0.50.0-1.4) unstable; urgency=medium
* Non-maintainer upload.
* Move xfte out of /usr/X11R6. Closes: #362912.
* src/con_slang.cpp: Really port to S-Lang2 (fixing a buffer overflow).
Closes: #346284.
* debian/fte: Add closing bracket in regular expression. Thanks to
Nate Bargmann for the patch. Closes: #217266.
* Make the package descriptions more consistent and explanatory.
Closes: #209496, #363527.
-- Matej Vela <vela@debian.org> Mon, 5 Jun 2006 06:52:10 +0200
fte (0.50.0-1.3) unstable; urgency=high
* Non-maintainer upload.
* Split xlibs-dev build-dep (Closes: #346262)
* Quote values in menu files.
-- Luk Claes <luk@debian.org> Sat, 7 Jan 2006 00:09:50 +0100
fte (0.50.0-1.2) unstable; urgency=low
* Non-maintainer upload.
* Update slang build-dep (Closes: #315648).
* Removed -Wmissing-prototypes as not supported (anymore)
* src/con_slang.cpp: Explicit conversions to make sure it builds.
-- Luk Claes <luk@debian.org> Wed, 28 Dec 2005 17:02:20 +0100
fte (0.50.0-1.1) unstable; urgency=high
* Remove setuid privileges from vfte due to a number of confirmed
vulnerabilities (CAN-2003-0648, Closes: #203871)
-- Matt Zimmerman <mdz@debian.org> Thu, 29 Jan 2004 10:07:18 -0800
fte (0.50.0-1) unstable; urgency=low
* CVS 2003/07/10
* fixed spelling (Closes: #12468, #12469)
* applied patch (Closes: #118734)
* added linda override file
* add mini-edit.xpm fte icon based on icons/fte16x16.xpm with reduced
colors (Closes: #127877)
* if user has set DISPLAY it's correct it will open xfte
even over ssh - it's correct behaviour - not bug (Closes: #118734)
* actualized README.Debian (Closes: #151674)
-- Zdenek Kabelac <kabi@debian.org> Thu, 7 Jul 2003 14:04:21 +0200
fte (0.49.13-15) unstable; urgency=low
* fixed bug in o_message.cpp causing unexpected crash
* some gcc-3.0 compilation fixes (Closes: #104809)
* added lintian override file for fte-console
-- Zdenek Kabelac <kabi@debian.org> Thu, 17 Jul 2001 14:04:21 +0200
fte (0.49.13-14) unstable; urgency=high
* CVS 2001/06/21
* fixed some serious text corruption bug - introduced into
CVS by some "unexperienced" programmer
-- Zdenek Kabelac <kabi@debian.org> Thu, 21 Jun 2001 14:04:21 +0200
fte (0.49.13-13) unstable; urgency=low
* CVS 2001/06/14
* fixed building dependency bug (Closes: #100052)
* fixed X Window System description bug (Closes: #76078)
* (Closes: #96444) - it was not the fault of fte
-- Zdenek Kabelac <kabi@debian.org> Thu, 7 Jun 2001 14:04:21 +0200
fte (0.49.13-12) unstable; urgency=low
* CVS 2001/06/07
* fixed bug in coloring of floating point numbers
-- Zdenek Kabelac <kabi@debian.org> Thu, 7 Jun 2001 14:04:21 +0200
fte (0.49.13-11) unstable; urgency=low
* update after some long time - using CVS 2001/06/05
* removed usage of dh_suidregister
* fixed bug in reading to large $HOME shell variable (Closes: #68435)
* fixed update-alternatives for editor (Closes: #71213)
* fixed control file for fte-xwindow added Replaces: (Closes: #71574)
* fixed bug in fte init wrapper script (Closes: #72908)
-- Zdenek Kabelac <kabi@debian.org> Sun, 3 Jun 2001 16:04:21 +0200
fte (0.49.13-10) frozen unstable; urgency=low
* fixed typo in debian/rules script
* fixed Build-Depends (missing dependencies) (Closes: #57254)
-- Zdenek Kabelac <kabi@debian.org> Tue, 15 Feb 2000 16:04:21 +0100
fte (0.49.13-9) frozen unstable; urgency=low
* fixed problem with wrong character on linux console
for both terminal and console version (Closes: #54764, 54765)
(linux console is using iso character for borders,
slang version uses slightly modified table for linux terminal)
* added PHP mode (MIGUEL HERNANDEZ MARTOS x4278303@fedro.ugr.es)
* fixed problem with wrong recognition of shell file
(e.g. file beginning with #! /bin/sh is shell file)
* fixed comment/uncomment option to Edit/Line menu
-- Zdenek Kabelac <kabi@debian.org> Wed, 2 Feb 2000 20:13:44 +0100
fte (0.49.13-8) unstable; urgency=low
* applied bugfix from freshmeat December 28th 1999, 21:30 EST
* changed one dependency line from Recommends: to Depends: for
the fte package (Closes: #53299)
* slightly improved fte running script
* upgraded Standards-Version number and Build-Depends field
* fixed minor problem with version number (Closes: #53635)
*
-- Zdenek Kabelac <kabi@debian.org> Wed, 2 Feb 2000 20:13:44 +0100
fte (0.49.13-7) unstable; urgency=low
* fixed some minor problems with tabulators
(e.g. tabs are now generated in Makefiles)
* (Closes: #53015) - doesn't happen with 0.49 series
* using gpg
-- Zdenek Kabelac <kabi@debian.org> Mon, 3 Jan 2000 19:38:41 +0100
fte (0.49.13-6) unstable; urgency=low
* fixed fte running script (Closes: #49895)
* improved error handling when opening XWindow font
* some lines added to manpage
* extended the name of the default font for better adaptability
and improved opening of localized font (Closes: #50082)
(thanks Alexander Shumakovitch for cooperation)
-- Zdenek Kabelac <kabi@debian.org> Mon, 13 Dec 1999 20:00:05 +0100
fte (0.49.13-5) unstable; urgency=low
* added more coloring modes to menus
* improvements & bugfixes in some coloring
* added check for the ISOCONSOLE shell variable - users can use
iso-8859-x fonts on linux console with VFTE
* removed colors from ctaged keywords (looks ugly)
* added ctags suggestion
* added explanation of shell variable to manpage
* unreleased
-- Zdenek Kabelac <kabi@debian.org> Sun, 24 Nov 1999 22:00:05 +0100
fte (0.49.13-4) unstable; urgency=low
* fixed problem with line auto-indenting
* fixed suid registering for vfte
-- Zdenek Kabelac <kabi@debian.org> Sun, 10 Oct 1999 16:54:05 +0100
fte (0.49.13-3) unstable; urgency=low
* small fixes in building scripts
-- Zdenek Kabelac <kabi@debian.org> Tue, 4 Oct 1999 21:34:25 +0100
fte (0.49.13-2) unstable; urgency=low
* changed design of debian packages
* using debmake
* following FSH directions
* fixed various bugs in X-Windows version
-- Zdenek Kabelac <kabi@debian.org> Tue, 28 Sep 1999 19:34:25 +0200
fte (0.49.13-1) unstable; urgency=low
* new upstream version
* as usual bug fixes
* added comments to international usage of the fte (8bit)
* unreleased
-- Zdenek Kabelac <kabi@debian.org> Sun, 30 May 1999 16:46:45 +0200
fte (0.49.2-1) unstable; urgency=low
* a lot of changes again
* various bug fixes
* new binary - sfte based upon slang library (usable in xterm)
* much better completion mode (Ctrl+Tab)
* this was prerelease version and was not publicly available
-- Zdenek Kabelac <kabi@debian.org> Wed, 16 Dec 1998 19:05:50 +0100
fte (0.46b5-4.2) frozen unstable; urgency=low
* non-maintainer upload
* moved the seteuid(getuid()) call to beginning of main() where it
does the most good. Added dropping of privs in case the open failed
which would have left it privileged until die() finished and the
program exited. Also added code in case the binary was ever sgid to
handle dropping privileges.
-- Ben Collins <bcollins@debian.org> Sat, 5 Dec 1998 19:05:59 -0500
fte (0.46b5-4.1) frozen unstable; urgency=low
* non-maintainer upload
* edited con_linux.c to give use suid root permissions only to open
the virtual console. (closes #30384) This was a critical security
related bug.
* enabled use of gpm in fte-console (really should be there IMO)
-- Ben Collins <bcollins@debian.org> Sat, 5 Dec 1998 12:04:02 -0500
fte (0.46b5-4) frozen unstable; urgency=low
* changed frozen to frozen unstable
* fixed bug with ctags
-- Zdenek Kabelac <kabi@debian.org> Mon, 16 Nov 1998 19:05:50 +0100
fte (0.46b5-3) frozen; urgency=low
* extensive changes in debian/rules
* added SGML mode (for Debian) and small fixes in HTML mode
* package splitted in three parts
* lowered editors' priority for update-menus (now is below VI)
* small changes in fte wrapper script
* vfte is SUID
-- Zdenek Kabelac <kabi@debian.org> Sun, 1 Nov 1998 23:05:50 +0100
fte (0.46b5-2) unstable; urgency=low
* removed vfte completely from distribution
* changed maintainers email address
* i18n support
-- Zdenek Kabelac <kabi@debian.org> Wed, 14 Oct 1998 17:05:50 +0100
fte (0.46b5-1) unstable; urgency=low
* new version and maintainer
* support for i18n in X version
* more locale fixes (e.g. upper and lower case switch)
* man pages and dwww entries changes and fixes
* vfte is made for now SUID (because of login security fix)
* new configuration made by maintainer
* removed any lintian errors and warnings
* not publicly released
-- Zdenek Kabelac <kabi@debian.org> Sun, 04 Oct 1998 14:05:50 +0100
fte (0.45-5) unstable; urgency=low
* added dwww menu
* added /usr/bin/editor -> /usr/bin/fte
* added fte wrapper script
-- Riku Voipio <riku.voipio@iki.fi> Tue, 21 Oct 1997 03:25:50 +0300
fte (0.45-4) unstable; urgency=low
* fully libc6
* up to latest standards
-- Riku Voipio <riku.voipio@iki.fi> Thu, 11 Sep 1997 17:02:37 +0300
fte (0.45-3) unstable; urgency=low
* now uses libc6 (seems to work, even if xlib is still libc5)
* menu 1.0
-- Riku Voipio <riku.voipio@iki.fi> Wed, 18 Jun 1997 22:49:18 +0300
fte (0.45-2) frozen unstable; urgency=low
* standard 2.1.3.0
* new maintainer Address
* now installs a /etc/fte/system.fterc
* fixed some typos :)
* routine update to make debstd complain less
-- Riku Voipio <riku.voipio@iki.fi> Thu, 1 May 1997 17:23:41 +0300
fte (0.45-1) unstable; urgency=low
* new upstream release
* corrected dependencies (now only recommends xlib6)
-- Riku Voipio <riku.voipio@sci.fi> Wed, 19 Feb 1997 19:55:37 +0200
fte (0.44-3) unstable; urgency=low
* fixed bug #7172 (files missing from distribution....)
* going to type 100 times "never release anything without running debc"
-- Riku Voipio <riku.voipio@sci.fi> Sun, 9 Feb 1997 12:00:48 +0200
fte (0.44-2) unstable; urgency=low
* wrote manpages (#6629)
* removed some non-unix modes from sample.fterc
* changed to depend on xlib6 instead on elf-x11r6lib
-- Riku Voipio <riku.voipio@sci.fi> Sat, 18 Jan 1997 12:35:18 +0200
fte (0.44-1) unstable; urgency=low
* initial Release.
-- Riku Voipio <riku.voipio@sci.fi> Wed, 25 Dec 1996 20:41:34 +0200
|