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 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600
|
yafc (1.3.7-4) unstable; urgency=medium
* QA upload.
* Switch to OpenSSL 1.1. (Closes: #859834)
-- Adrian Bunk <bunk@debian.org> Sun, 24 Sep 2017 11:27:54 +0300
yafc (1.3.7-3) unstable; urgency=medium
* QA upload.
* Build-Depend on libssl1.0-dev, can't use libssl-dev as we use libssh-dev
which uses SSL 1.0.
* Fix FTBFS with readline7. (Closes: #844927)
-- Adam Borowski <kilobyte@angband.pl> Wed, 28 Dec 2016 05:47:25 +0100
yafc (1.3.7-2) unstable; urgency=medium
* debian/control:
- Update Vcs-*.
- Bump Standards-Version.
* debian/clean: Fix path to m4 files. (Closes: #820531)
-- Sebastian Ramacher <sramacher@debian.org> Mon, 25 Apr 2016 22:48:33 +0200
yafc (1.3.7-1) unstable; urgency=medium
* New upstream release.
* debian/control: Build against MIT Kerberos. (Closes: #806170)
* debian/patches: Removed, no longer needed.
* debian/copyright: Update copyright years.
-- Sebastian Ramacher <sramacher@debian.org> Fri, 01 Jan 2016 18:52:47 +0100
yafc (1.3.6-1) unstable; urgency=medium
* New upstream release.
- Use cached directory information with --newer option. (Closes: #782049)
- Fix segfaults on long paths. (Closes: #782041)
* debian/patches/move-ac_config_aux_dir.patch: Removed, applied upstream.
-- Sebastian Ramacher <sramacher@debian.org> Wed, 13 May 2015 20:52:00 +0200
yafc (1.3.5-2) unstable; urgency=medium
* debian/patches/move-ac_config_aux_dir.patch: Move AC_CONFIG_AUX_DIR up a
few lines so autofoo does not fail to find scripts in support. (Closes:
#768700)
-- Sebastian Ramacher <sramacher@debian.org> Sun, 09 Nov 2014 14:07:21 +0100
yafc (1.3.5-1) unstable; urgency=medium
* New upstream release.
* debian/control: Bump Standards-Version. No changes required.
* debian/copyright: Make lintian happy.
-- Sebastian Ramacher <sramacher@debian.org> Tue, 07 Oct 2014 18:27:33 +0200
yafc (1.3.4-1) unstable; urgency=medium
* New upstream release.
-- Sebastian Ramacher <sramacher@debian.org> Mon, 26 May 2014 22:42:02 +0200
yafc (1.3.2-1) unstable; urgency=medium
* New upstream release.
* debian/patches/bash-completion.patch: Removed, no longer needed.
* debian/control: Add Vcs-* fields.
* debian/{watch,upstream/signing-key}.asc: Verify orig tarball signatures.
-- Sebastian Ramacher <sramacher@debian.org> Sun, 23 Feb 2014 22:22:20 +0100
yafc (1.3.1-2) unstable; urgency=low
* debian/rules: Fix bash-completion path.
* debian/patches/bash-completion.patch: Fix completion script. Thanks to
Matthew Gabeler-Lee for the patch. (Closes: #735620)
-- Sebastian Ramacher <sramacher@debian.org> Fri, 17 Jan 2014 02:01:41 +0100
yafc (1.3.1-1) unstable; urgency=low
* New upstream release.
* debian/patches/va_copy-order.patch: Removed, no longer needed.
-- Sebastian Ramacher <sramacher@debian.org> Fri, 29 Nov 2013 02:35:28 +0100
yafc (1.3.0-2) unstable; urgency=low
* debian/patches/va_copy-order.patch: Fix order of va_copy call to not
segfault in vfprintf. (Closes: #729739)
-- Sebastian Ramacher <sramacher@debian.org> Sat, 16 Nov 2013 18:34:56 +0100
yafc (1.3.0-1) unstable; urgency=low
* New upstream release.
* debian/control:
- Bump Standards-Version to 3.9.5.
- Update Build-Depends: Add libbsd-dev and libedit-dev, remove
libreadline-dev.
* debian/copyright: Remove files no longer shipped by yafc.
* debian/rules:
- Install bash completion to /usr/share/bash-completions/completions.
- Build with --without-readline.
* debian/yafc.maintscript: Remove bash completion from
/etc/bash_completion.d.
* debian/patches: Refresh patches.
* debian/yafc.docs:
- Do not install TODO, it is useless to the user.
- Update README filename.
-- Sebastian Ramacher <sramacher@debian.org> Thu, 31 Oct 2013 08:32:15 +0100
yafc (1.2.5-1) unstable; urgency=low
* New upstream release.
- Fix build errors with texinfo 5. (Closes: #712318)
* debian/patches/kerberos-link-deps.patch: Link against all dependencies
required by heimdal.
* debian/copyright: Update copyright years.
-- Sebastian Ramacher <sramacher@debian.org> Sat, 15 Jun 2013 15:02:56 +0200
yafc (1.2.4-1) unstable; urgency=low
* New upstream release.
* debian/control:
- In Description capitalize FTP and drop the note on Kerberos.
- Update my mail address.
- Bump Standards-Version to 3.9.4.
* debian/copyright:
- Update my mail address.
- Update copyright years.
* debian/watch: Point to the new location since github stopped to provide
downloads.
-- Sebastian Ramacher <sramacher@debian.org> Tue, 15 Jan 2013 10:50:06 +0100
yafc (1.2.3-1) unstable; urgency=low
* New upstream release.
* Upload to unstable.
* debian/control: Change Build-Dep on intltool to libglib2.0-dev for
glib-gettext.m4. intltool is not needed anymore.
* debian/clean: Update list of m4 files.
-- Sebastian Ramacher <s.ramacher@gmx.at> Sun, 02 Sep 2012 14:08:06 +0200
yafc (1.2.2-1) experimental; urgency=low
* New upstream release.
- Adds support for .ssh/config through libssh. (Closes: #224140)
- Adds IPv6 support. (Closes: #596746)
- Handles PASV correctly. (Closes: #365108)
- Handles special characters. (Closes: #281427)
* debian/control:
- Add Build-Dep on libssh-dev and pkg-config. libssh is now required for
sftp support.
- Add Build-Dep on intltool for internationalization support.
* debian/rules:
- Install /etc/yafcrc via debian/yafc.install.
- Build with all hardening options enabled.
* debian/clean: Update list of m4 files.
* debian/patches: Removed, not needed anymore.
* debian/copyright:
- Fix my mail address.
- Remove copyright information for files that aren't shipped anymore.
- yafc is now licensed as GPL 2+ with OpenSSL exemption.
* debian/watch: Upstream now ships xz tarballs.
* debian/yafc.examples: Update path.
-- Sebastian Ramacher <s.ramacher@gmx.at> Thu, 09 Aug 2012 01:28:25 +0200
yafc (1.1.3-2) unstable; urgency=low
* debian/rules: Use all hardening flags.
* debian/patches: Backport some patches from upstream.
- heimal_read_pw_string.patch: Fix detection of UI_UTIL_read_pw_string.
- segfault_server_disconnect.patch: Fix segfault if server disconnected.
-- Sebastian Ramacher <s.ramacher@gmx.at> Sun, 06 May 2012 20:16:33 +0200
yafc (1.1.3-1) unstable; urgency=low
* New upstream release. (Closes: #346519)
* New maintainer. (Closes: #660513)
* Acknowledge my own NMU. (Closes: #636703)
* Convert to 3.0 (quilt).
* debian/rules:
- Use dh command sequencer.
- Use dh-autoreconf to regenerate configure. (Closes: #535721)
- Use hardened build flags (execept format).
- Add -Wl,--as-needed to LDFLAGS to drop unnecessary dependencies.
* debian/control:
- Bump Standards-Version to 3.9.3: added Homepage.
- Add Build-Dep on dh-autoreconf.
- Bump Build-Dep of dehelper to >= 9.20120410~ in view of #543992.
- Remove Build-Dep on quilt and libncurses5-dev. They are both not needed
anymore.
- Add Build-Dep on autoconf-archive for up to date ax_lib_readline.m4 and
ac_check_openssl.m4.
- Add Build-Dep on heimdal-dev to build with Kerberos 5 support. (Closes:
#479210)
- Update Description to mention Kerberos 5 support.
* debian/compat: Bump to 9.
* debian/yafc.menu: Set menu to Applications/Network/File Transfer.
* debian/patches: Drop all patches as they are all included upstream.
* debian/copyright:
- Don't autogenerate.
- Convert to Copyright Format 1.0.
- Add myself.
* debian/watch: Added.
* debian/README.Debian: explain upstream situation.
* debian/yafc.{postinst,postrm}: Removed, not needed.
-- Sebastian Ramacher <s.ramacher@gmx.at> Tue, 01 May 2012 18:32:28 +0200
yafc (1.1.1.dfsg.1-4.2) unstable; urgency=low
* Non-maintainer upload.
* debian/patches/use-termios.patch: update to fix FTBFS on hurd. (Closes:
#642442)
-- Sebastian Ramacher <s.ramacher@gmx.at> Tue, 20 Dec 2011 15:50:32 +0100
yafc (1.1.1.dfsg.1-4.1) unstable; urgency=low
* Non-maintainer upload.
* Change Build-Dep libreadline5-dev to libreadline-dev. (Closes: #553874)
* Add patch from Mats Erik Andersson to fix FTBFS on GNU/kFreeBSD. (Closes:
#601758)
* Add patch from Lionel Landwerlin to fix wrong usage of strcpy. (Closes:
#604190)
-- Sebastian Ramacher <s.ramacher@gmx.at> Thu, 04 Aug 2011 16:55:52 +0200
yafc (1.1.1.dfsg.1-4) unstable; urgency=low
* Fix segfault on completing a line of whitespace (Closes: #418171)
-- Decklin Foster <decklin@red-bean.com> Fri, 26 Sep 2008 17:43:55 -0400
yafc (1.1.1.dfsg.1-3) unstable; urgency=low
* Added patch to fix useless sleep on interactive login (Closes: #197326)
* Explicitly disable Kerberos in configure as we don't currently support
it.
-- Decklin Foster <decklin@red-bean.com> Wed, 28 Mar 2007 16:14:44 -0400
yafc (1.1.1.dfsg.1-2) unstable; urgency=low
* Converted from dpatch to quilt.
* Added patches from neologix@free.fr:
- Allow expansion of '~user'
- Use tmpfile instead of mktemp (Closes: #368688)
- Fix some compiler warnings
-- Decklin Foster <decklin@red-bean.com> Wed, 20 Sep 2006 13:24:41 -0400
yafc (1.1.1.dfsg.1-1) unstable; urgency=low
* Strip out all the junk in the upstream tarball so we can upload this.
-- Decklin Foster <decklin@red-bean.com> Mon, 10 Apr 2006 15:47:44 -0400
yafc (1.1.1-1) unstable; urgency=low
* New upstream release
-- Decklin Foster <decklin@red-bean.com> Thu, 6 Oct 2005 16:53:30 -0400
yafc (1.1-4) unstable; urgency=low
* 10_list_all.dpatch: disabled, as this is causing problems with other
servers. Reopening bug #232012 until we can get a better solution.
(Closes: #275314)
* 20_proxy_7.dpatch: Provide a new type of proxy server.
-- Decklin Foster <decklin@red-bean.com> Sat, 8 Jan 2005 19:34:34 -0500
yafc (1.1-3) unstable; urgency=low
* Compile against libreadline5.
-- Decklin Foster <decklin@red-bean.com> Sat, 25 Dec 2004 08:37:03 -0500
yafc (1.1-2) unstable; urgency=low
* Set sysconfdir to /etc instead of ${prefix}/etc when configuring.
(Closes: #278024)
-- Decklin Foster <decklin@red-bean.com> Mon, 25 Oct 2004 01:51:11 -0400
yafc (1.1-1) unstable; urgency=low
* New upstream release; This merges all of the patches previously held in
debian/patches. Of note, the LFS patch has been applied with Sebastian
Henschel's fix. I would like to thank Martin Pitt and Michael Banck for
their NMUs during my unfortunate absence. (Closes: #214050, #222632)
* Drop /usr/bin/ftp alternative. (Closes: #221117)
* Added 10_list_all.dpatch from Sebastian Henschel (Closes: #232012)
* Added 30_pathmax.dpatch from Marc Dequènes (Closes: #223581)
-- Decklin Foster <decklin@red-bean.com> Sat, 2 Oct 2004 06:01:09 -0400
yafc (1.0-7.2) unstable; urgency=low
* NMU during Bug-Squashing-Party
* Applied patch by Sebastian Henschel fixing a segfault when
transferring files on powerpc (Closes: #222632)
-- Michael Banck <mbanck@debian.org> Sat, 17 Apr 2004 00:18:36 +0200
yafc (1.0-7.1) unstable; urgency=low
* Non-maintainer upload
* added debian/patches/21_errno.dpatch to replace 'extern int errno' with
'#include <errno.h>' to work with newer glibcs (closes: #219588)
-- Martin Pitt <mpitt@debian.org> Fri, 19 Dec 2003 11:30:10 +0100
yafc (1.0-7) unstable; urgency=low
* Add ugly workaround to doc/Makefile.in to correctly detect the presence
of Debian install-info and not call it during the build (Closes: #214050)
-- Decklin Foster <decklin@red-bean.com> Sun, 5 Oct 2003 14:46:49 -0400
yafc (1.0-6) unstable; urgency=low
* Reverted part of the LFS patch from #172409. This seems wrong to me, but
it fixes the segfault for now. (Closes: #213058)
-- Decklin Foster <decklin@red-bean.com> Mon, 29 Sep 2003 16:43:28 -0400
yafc (1.0-5) unstable; urgency=low
* It helps if, when using dpatch, I actually build-dep on dpatch. Der.
(Closes: #212039)
-- Decklin Foster <decklin@red-bean.com> Sun, 21 Sep 2003 19:55:34 -0400
yafc (1.0-4) unstable; urgency=low
* Converted to dpatch
- 10_lfs: Large file support from Eduard, we've had this for a while.
- 11_leak2: Thomas Habets's fix for memory and file descriptor leaks.
(Closes: #177385)
- 12_ssh_opts: Also from Eduard, backported from CVS: allow passing
arbitrary options to ssh. (Closes: #166473)
- 13_help_arg: Another one from Eduard, improving the help command.
- 20_fsf_addr: Placate that silly lintian warning.
-- Decklin Foster <decklin@red-bean.com> Sat, 20 Sep 2003 21:37:21 -0400
yafc (1.0-3) unstable; urgency=low
* Register as an alternative for /usr/bin/ftp (Closes: #203743)
* Bump Standards-Version to 3.6.0
-- Decklin Foster <decklin@red-bean.com> Wed, 20 Aug 2003 16:14:26 -0400
yafc (1.0-2) unstable; urgency=low
* The "Reports of my vacation have been greatly exaggerated" release
* Fix bugs introduced by the LFS patch (#156982). Thanks to Martin for
identifying the problem and Ari Pollak for providing the patch.
(Closes: #172087, #172409)
* Support DEB_BUILD_OPTIONS =~ /noopt/ correctly (thanks again to Ari for
pointing this out). My eyes must have glazed over while reading the
upgrading checklist.
-- Decklin Foster <decklin@red-bean.com> Mon, 16 Dec 2002 19:00:53 -0500
yafc (1.0-1) unstable; urgency=low
* New upstream release
* Added reference to /usr/share/common-licenses/GPL in copyright file.
-- Decklin Foster <decklin@red-bean.com> Mon, 16 Dec 2002 19:00:49 -0500
yafc (0.7.10-3) unstable; urgency=low
* Don't free return value of getenv (Closes: #168089)
* Use debhelper v4 and Standards-Version 3.5.7
* Updated copyright file
-- Decklin Foster <decklin@red-bean.com> Wed, 6 Nov 2002 17:16:52 -0500
yafc (0.7.10-2) unstable; urgency=low
* Applied Eduard Bloch's LFS patch (Closes: #156982)
-- Decklin Foster <decklin@red-bean.com> Mon, 19 Aug 2002 15:50:00 -0400
yafc (0.7.10-1) unstable; urgency=low
* New upstream release (Closes: #148688)
-- Decklin Foster <decklin@red-bean.com> Tue, 4 Jun 2002 02:47:20 -0400
yafc (0.7.8-1) unstable; urgency=low
* New upstream release (Closes: #135623)
-- Decklin Foster <decklin@red-bean.com> Mon, 8 Apr 2002 01:18:03 -0400
yafc (0.7.7-1) unstable; urgency=low
* New upstream release
* Fixed .diff.gz
-- Decklin Foster <decklin@red-bean.com> Sat, 23 Feb 2002 16:33:32 -0500
yafc (0.7.6-2) unstable; urgency=low
* Fixed segfault on unspecified protocol and port (Closes: #135265)
-- Decklin Foster <decklin@red-bean.com> Sat, 23 Feb 2002 00:18:02 -0500
yafc (0.7.6-1) unstable; urgency=low
* New upstream release
-- Decklin Foster <decklin@red-bean.com> Mon, 18 Feb 2002 18:30:30 -0500
yafc (0.7.5-1) unstable; urgency=low
* New upstream release
* Bump Standards-Version, add --build and --host to ./configure
-- Decklin Foster <decklin@red-bean.com> Sun, 4 Nov 2001 10:53:20 -0500
yafc (0.7.4-1) unstable; urgency=low
* New upstream release, fixes DOS directory listing (Closes: #107155)
-- Decklin Foster <decklin@red-bean.com> Fri, 24 Aug 2001 12:15:31 -0400
yafc (0.7.3-1) unstable; urgency=low
* New upstream release, fixes 'alias l' segfault (Closes: #106621)
-- Decklin Foster <decklin@red-bean.com> Fri, 27 Jul 2001 13:28:31 -0400
yafc (0.7.2-1) unstable; urgency=low
* New upstream release
* Added texinfo to Build-Depends
* Update Standards-Version to 3.5.5
-- Decklin Foster <decklin@red-bean.com> Fri, 20 Jul 2001 21:01:52 -0400
yafc (0.7.1-1) unstable; urgency=low
* New upstream release
* Updated to use debhelper v3 and Standards-Version 3.5.4
-- Decklin Foster <decklin@red-bean.com> Tue, 22 May 2001 20:41:06 -0400
yafc (0.6.6-2) unstable; urgency=low
* Increase debhelper build dep to >= 2.1.6. This is needed because
we depend on dh_strip to do the right thing when "nostrip" is set
in DEB_BUILD_OPTIONS (otherwise, adding "debug" would be useless
as there would be no way to prevent debugging information from
being stripped).
-- Decklin Foster <decklin@red-bean.com> Tue, 13 Feb 2001 19:25:52 -0500
yafc (0.6.6-1) unstable; urgency=low
* New upstream release.
* Made debhelper build dependency versioned.
* Removed -g from the default compilation flags, and added support
for "debug" in DEB_BUILD_OPTIONS.
* Increased Standards-Version to 3.5.0.0.
-- Decklin Foster <decklin@red-bean.com> Sat, 10 Feb 2001 17:48:36 -0500
yafc (0.6.5-1) unstable; urgency=low
* New upstream release (this fixes the stale /etc/yafcrc I left in
the last version).
-- Decklin Foster <decklin@red-bean.com> Fri, 20 Oct 2000 18:24:40 -0400
yafc (0.6.4-1) unstable; urgency=low
* New upstream release
* Checked recent revisions to policy and updated Standards-Version
* Updated debhelper rules to v2
* install upstream changelog as changelog.gz instead of NEWS.gz
* Updated debian/copyright info from upstream COPYRIGHT (also
fixed emails). 0.6.3 was held due to copyright problems.
-- Decklin Foster <decklin@red-bean.com> Sat, 14 Oct 2000 13:22:11 -0400
yafc (0.6.2-1) unstable; urgency=low
* New upstream release
* debian/copyright: updated URL
* debian/dirs: fixed etc/ typo
* debian/rules: corrected build target
-- Decklin Foster <decklin@red-bean.com> Fri, 15 Sep 2000 08:55:41 -0400
yafc (0.6.1-1) unstable; urgency=low
* New upstream release
-- Decklin Foster <decklin@red-bean.com> Tue, 5 Sep 2000 23:30:44 -0400
yafc (0.6-1) unstable; urgency=low
* New upstream release
* debian/control: added Build-Depends
-- Decklin Foster <decklin@red-bean.com> Thu, 31 Aug 2000 22:27:46 -0400
yafc (0.5.8-1) unstable; urgency=low
* New upstream release
* Moved the sample yafcrc out of /usr/share/doc, as /etc/yafcrc is
now read by the program.
-- Decklin Foster <decklin@red-bean.com> Tue, 15 Aug 2000 18:41:03 -0400
yafc (0.5.6-1) unstable; urgency=low
* New upstream release
* Fixed author's email in debian/copyright
-- Decklin Foster <decklin@red-bean.com> Sun, 23 Jul 2000 21:31:44 -0400
yafc (0.5.5-2) unstable; urgency=low
* Wrote man page.
-- Decklin Foster <decklin@red-bean.com> Mon, 17 Jul 2000 00:44:50 -0500
yafc (0.5.5-1) unstable; urgency=low
* New upstream release
-- Decklin Foster <fosterd@hartwick.edu> Fri, 30 Jun 2000 10:33:14 -0400
yafc (0.5.4-1) unstable; urgency=low
* New upstream release
-- Decklin Foster <fosterd@hartwick.edu> Sat, 20 May 2000 20:39:25 -0400
yafc (0.5.2-1) unstable; urgency=low
* New upstream release
* Moved info documentation to /usr/share/info
-- Decklin Foster <fosterd@hartwick.edu> Fri, 21 Apr 2000 18:58:56 -0400
yafc (0.5.0-1) unstable; urgency=low
* New upstream release
-- Decklin Foster <fosterd@hartwick.edu> Thu, 9 Dec 1999 21:18:58 -0500
yafc (0.4.8-1) unstable; urgency=low
* New upstream release
-- Decklin Foster <fosterd@hartwick.edu> Sun, 31 Oct 1999 14:11:44 -0500
yafc (0.4.6-1) unstable; urgency=low
* New upstream release
-- Decklin Foster <decklin@home.com> Thu, 19 Aug 1999 13:35:05 -0400
yafc (0.4.5-1) unstable; urgency=low
* New upstream release
-- Decklin Foster <decklin@home.com> Sat, 24 Jul 1999 12:37:19 -0400
yafc (0.4.3-2) unstable; urgency=low
* Added /usr/doc/yafc/examples.
-- Decklin Foster <decklin@home.com> Thu, 24 Jun 1999 00:39:10 -0400
yafc (0.4.3-1) unstable; urgency=low
* Initial release
-- Decklin Foster <decklin@home.com> Mon, 21 Jun 1999 20:20:33 -0400
|