Bugs fixed (from release notes):
#113339 **
'p4 opened -a //...' was being adversely affected by
the optimization in change #109212. It is now back to
its previous performance. (Bug #23307)
#113270 **
Files changed from type ktext to text would be stored
at the server with the keywords unexpanded even if the
files had been submitted with the keywords expanded.
This behavior, present only in release 2006.1, has been
fixed. (Bug #23258)
#112408 **
'p4 depot' will not abort when it encounters a UNC
path in the Map field so long as the path also ends in
'...'. UNC path handling in the depot form was broken
by change 93286, but it has now been fixed. (Bug #23191)
#94339 **
'p4 changes @changelist' could be slower in 2005.2 than it
was in 2005.1 due to an optimization intended to speed up
changelist ranges (@changelist,changelist). The optimization
has been tuned to be no slower than 2005.1. (Bug #20192).
For complete list of changes, see:
http://www.perforce.com/perforce/doc.061/user/relnotes.txt
PR: ports/107137
Submitted by: gabor
such as contact information, playlist, bookmark, etc.
These records have defined structure (property-value relationship)
which can be handled better than general property list.
But values of these properties are too flexible to be stored in database,
for example, a contact information may have multipe home phone numbers.
Records can be grouped and groups can have groups inside.
AddressBook framework from Apple provides a good machenism of handling
these kind of records and Addresses for GNUstep implements the same interface.
CollectionKit aims to provide a general storage facility based on
Addresses for GNUstep so that other applications and frameworks
can easily handle their information in the same manner.
CollectionKit provide very little pre-defined properties.
Therefore, a framework on top of CollectionKit is needed
if the information is intended to be shared by many applications.
WWW: http://www.etoile-project.org/
I've got a brand new hosting, so change my email to the new
one. Also, now I can mirror some distfiles, so update
MASTER_SITES for some ports.
PR: ports/107038
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>