Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/perforce/Attic/distinfo.freebsd60x86_64

[BACK] Up to [FreeBSD] / ports / devel / perforce

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.10
Thu May 20 23:34:47 2010 UTC (20 months, 3 weeks ago) by rene
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.9: +0 -0 lines
Remove old devel/perforce

The server parts are now in devel/p4d, devel/p4p, devel/p4ftpd, and devel/p4web

PR:		ports/145824
Submitted by:	gordon
Approved by:	tabthorpe (mentor)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Mar 24 08:32:40 2009 UTC (2 years, 10 months ago) by lth
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +15 -15 lines
Updated p4d. Bugs fixed:

        #189734 **
            The new tcp buffer calculation could cause a deadlock in
            client/server communications.  This problem was only detected
            on configurations involving Solaris or Linux.  Due to the
            complications of platform specific tcp implementations the
            algorithm has been reworked to make allowances for certain
            eccentricities.  (Bug #32494).

        #188676 *
            'p4 resolve' using the automatic option could crash the client
            application when running on windows.  This would only happen
            if the 'theirs' file had been locked by another windows
            application e.g. microsoft word.  (Bug #32384)

Updated p4web. Bugs fixed:

        #190006
            Always offer browse depot selection in multiuser mode. (Bug #32704)

Complete release notes at:
http://www.perforce.com/perforce/doc.082/user/relnotes.txt
http://www.perforce.com/perforce/doc.082/user/p4webnotes.html

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Feb 25 07:26:57 2009 UTC (2 years, 11 months ago) by lth
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +15 -15 lines
Updated p4web. Bugs fixed:

 #186658
   Fix problem with line numbers being skipped when viewing a file.
   (Bug #031832)

 #185786
   P4Web no longer requires a client in browse only mode. (Bug #032227)

Complete release notes for p4web at:
http://www.perforce.com/perforce/doc.current/user/p4webnotes.html

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Feb 22 13:58:34 2009 UTC (2 years, 11 months ago) by lth
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +15 -15 lines
Bugs fixed (from release notes):

  #188676 *
      'p4 resolve' using the automatic option could crash the client
      application when running on windows.  This would only happen
      if the 'theirs' file had been locked by another windows
      application e.g. microsoft word.  (Bug #32384)

  #188603 **
      A user with a complicated view map could crash the server
      by creating a spec using '-i' or editing a spec to use
      a name which contains '%%<somenumber>'. This has
      been fixed. (Bug #31933)

Noted by:	pointyhat via pav

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jan 23 16:21:16 2009 UTC (3 years ago) by lth
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +15 -15 lines
Bugs fixed (from release notes):

  #179182 **
      'p4 sync -p' via the proxy did not transfer files which
      were not in the proxy's cache.  Fixed.  (Bug #31775)

  #184476 **
      Excessive wildcard use in client views could crash the
      ntx64/p4d server under circumstances that would be handled
      correctly by the ntx86/p4d server. It was discovered
      that the 64-bit version of the windows server requires more
      stack space to perform commands involving excessive wildcard
      usage in client mappings. This has been resolved so that the
      ntx6/p4d process behaves similarly to the ntx86/p4d.
      (Bug #31737)

  #181214 **
      'p4 fstat -F' with a filter that contains a not (^) crashes
      the Perforce server. This has been fixed. (Bug #31771)

  #183252 **
      A failure to open a temporary file during submit of a compressed
      file could lead to a server crash.  This problem could occur on
      a windows server only.  Fixed.  (Bug #31952)

  #168144 *
      Shell wildcard expansion on Windows can once again be disabled
      by double quoting arguments.  (Bug #30753)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jan 2 20:46:25 2009 UTC (3 years, 1 month ago) by lth
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +15 -15 lines
Update distpaths.

Pointy hat to:	me

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Dec 29 14:38:38 2008 UTC (3 years, 1 month ago) by lth
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +15 -15 lines
- Update to 08.2
- Drop alpha support
- Fix log dir location [1]
- Fix depot permissions [1]
- Separate DIST_SUBDIR [2]

Submitted by:	Bernard Treves Brown [1], infofarmer [2]

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Apr 27 12:47:50 2008 UTC (3 years, 9 months ago) by lth
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Bugs fixed (from release notes):

  #152382 **
    Sometimes 'p4 integrate' would find a distant base when
    cherry picking revisions to integrate.  Now 'p4 integrate'
    insists that the base be the revision before the first
    revision being integrated when cherry picking revisions.
    (Bug #29016).

  #152296 **
    'p4 submit' could report "No files to submit" if the
    combination of client mapped files and protections table
    exceeded an internal limit.  This limit was incorrectly
    reached on case-insensitive Servers (Windows) by repeated
    values in a generated map.  This has been fixed. (Bug #28853)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 10 08:29:47 2008 UTC (3 years, 10 months ago) by lth
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Bugs fixed (from release notes):

  #149704 **
      'p4 integrate' could skip integrations in the face of
      large branch views coupled with large protection tables.
      This has been corrected.  (Bug #28659)

  #149538 **
      'p4 integrate' could report "no permission on file(s)" if
      the protections managed by 'p4 protect' had excessive wildcards
      (too many ...'s in too many entries).  Now 'p4 integrate'
      should be no more sensitive than other commands to the number
      of wildcards in protections, and in any event should fail
      with a more appropriate message ("too may wildcards").
      (Bug #28422).

Changes: http://www.perforce.com/perforce/doc.073/user/relnotes.txt

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jan 14 15:10:18 2008 UTC (4 years ago) by lth
Branches: MAIN
Missed two new distinfo files

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options