File: changelog

package info (click to toggle)
phpcpd 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 264 kB
  • ctags: 368
  • sloc: php: 1,032; xml: 144; makefile: 23
file content (25 lines) | stat: -rw-r--r-- 1,142 bytes parent folder | download | duplicates (7)
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
PHPCPD 2.0.0 - 8 Nov 2013

    Fixed #71: False positives due to use and \ usage.
    Clones that appear in multiple files are now grouped together.
    Various bug fixes and optimizations.
    Added --names-exclude switch to exclude filenames using glob patterns.
    The Symfony Console component is now used instead of the ConsoleTools component from the Zeta Components.


PHPCPD 2.0.0-BETA2 - 16 Oct 2013

    Fixed #71: False positives due to use and \ usage.
    Clones that appear in multiple files are now grouped together.
    Various bug fixes and optimizations.
    Added --names-exclude switch to exclude filenames using glob patterns.
    The Symfony Console component is now used instead of the ConsoleTools component from the Zeta Components.


PHPCPD 2.0.0-BETA1 - 2 Aug 2013

    Fixed #71: False positives due to use and \ usage.
    Clones that appear in multiple files are now grouped together.
    Various bug fixes and optimizations.
    Added --names-exclude switch to exclude filenames using glob patterns.
    The Symfony Console component is now used instead of the ConsoleTools component from the Zeta Components.