File: changelog

package info (click to toggle)
libvcs-perl 0.14-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 216 kB
  • ctags: 97
  • sloc: perl: 1,083; makefile: 51
file content (79 lines) | stat: -rw-r--r-- 2,715 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
libvcs-perl (0.14-4) unstable; urgency=low

  * QA Upload
  * Changed maintainer to Debian QA Group <packages@qa.debian.org>

 -- Stephen Quinney <sjq@debian.org>  Sat,  9 Jul 2005 10:45:55 +0100

libvcs-perl (0.14-3) unstable; urgency=medium

  * Added missing dependency on liburi-perl (Closes: #297324).

 -- Yann Dirson <dirson@debian.org>  Mon, 28 Feb 2005 21:14:03 +0100

libvcs-perl (0.14-2) unstable; urgency=low

  * Added debian/watch file.

 -- Yann Dirson <dirson@debian.org>  Mon, 22 Nov 2004 21:45:35 +0100

libvcs-perl (0.14-1) unstable; urgency=low

  * New upstream release.
  * Reapplied all patches.

 -- Yann Dirson <dirson@debian.org>  Sat,  2 Oct 2004 14:35:17 +0200

libvcs-perl (0.13-6) unstable; urgency=low

  * Added missing deps on rcs, cvs, and httpd to the relevant packages.
  * Merge vcs-tools back into libvcs-perl.  Added replaces/conflict for
    now, in case anyone has installed packages out of people.d.o.

 -- Yann Dirson <dirson@debian.org>  Mon, 16 Feb 2004 23:02:58 +0100

libvcs-perl (0.13-5) unstable; urgency=low

  * Replaced redirections of stderr to /dev/null when calling cvs with -Q
    flag - this would have simplified the hunt for the bug below.
  * Fixed construction of the 'cvs diff' command line (side-effect of the
    -3 fix).
  * Replaced "-u2" arg to diff with standard "-u".
  * Be sure to invoke "cvs diff" in the directory containing the file, to
    be sure cvs will find the correct repository.
  * Updated the vcsweb description to reflect this fix.

 -- Yann Dirson <dirson@debian.org>  Thu, 12 Feb 2004 02:06:56 +0100

libvcs-perl (0.13-4) unstable; urgency=low

  * Changed Depends: vcs-perl-backend to a Recommends, or initial installs
    will have problems because of circular dep.
  * Provide vcsweb.cgi and friends in new vcsweb package.
  * Fixed a couple of bugs in vcsweb.cgi.  It can only provide navigation
    in the tree for now, requesting a diff causes an error.
  * Documented most annoying limitations of VCS and vcsweb in package
    descriptions.

 -- Yann Dirson <dirson@debian.org>  Mon,  9 Feb 2004 22:08:59 +0100

libvcs-perl (0.13-3) unstable; urgency=low

  * Fixed invocations of cvs to quote filenames so that shell special
    chars in them should be allowed - only single quotes should still
    cause problems now.

 -- Yann Dirson <dirson@debian.org>  Fri,  6 Feb 2004 12:21:06 +0100

libvcs-perl (0.13-2) unstable; urgency=low

  * Fixed regexp that parses "cvs log" output in VCS/Cvs.pm.

 -- Yann Dirson <dirson@debian.org>  Thu,  5 Feb 2004 15:12:34 +0100

libvcs-perl (0.13-1) unstable; urgency=low

  * Initial Release (Closes: #231136).

 -- Yann Dirson <dirson@debian.org>  Thu,  5 Feb 2004 12:59:49 +0100