File: changelog.old

package info (click to toggle)
phpcpd 6.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 312 kB
  • sloc: php: 1,251; xml: 132; makefile: 21
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.