manu Posted August 1, 2012 Report Share Posted August 1, 2012 Hi again!!! check here the new features available on this release: http://codicesoftware.blogspot.com/2012/08/plastic-scm-release-4110326-is-out.html Interesting points: Diff and Merge support for MS Word files (We will write a blogpost explaining how to configure it) 120dpi support. Checkin triggers improved with more information. Bug fixes. Get upgraded and enjoy!! Release notes between BL320 and BL326 (https://www.plasticscm.com/download/releasenotes.aspx) External Release 4.1.10.326 (Jul 31th 2012) ==================================================== New Added chmod support to fast-export. Fast-export was adding all entries with 10644, now it is able to export 10644 or 10755. Git only supports these two to distinguish from writable and executable. Bug When a directory permissions change is checked in from a Windows client (as a result of a merge), the previous directory revision has been checked in from a Linux client and the directory has children but they have not been changed, the directory children were lost. Fixed. External Release 4.1.10.324 (Jul 27th 2012) ==================================================== New Checkin triggers (both server and client) now include the status of the change as well as the item changed and the type of the item: FILE, DIR or XLINK. The acronyms are the same as the ones used in the cm status command: AD= added, CH=changed, MV=moved, DE=deleted. Example: AD C:\wkpath\fileadded.txt FILE DE C:\wkpath\dirdeleted DIR CH C:\wkpath\xlinkchanged XLINK The server triggers retrieve further information, such as changeset, branch, repository... AD C:\wkpath\fileadded.txt FILE#br:/main;changeset:2345@rep:myrepo@repserver:localhost:8087 DE C:\wkpath\dirdeleted DIR#br:/main;changeset:2345@rep:myrepo@repserver:localhost:8087 CH C:\wkpath\xlinkchanged XLINK#br:/main;changeset:2345@rep:myrepo@repserver:localhost:8087 Please, take this into account if you are currently using checkin triggers in your setup. New Adjusted main GUI screen to support higher DPI and big fonts. Bug Shelve: Fixed a "No checkout branch" exception that happened when trying to shelve changes while working on a label. External Release 4.1.10.322 (Jul 25th 2012) ==================================================== New Added support for Microsoft Office diff and merge: Diff support: MS Word, MS Excel MS PowerPoint (<= 2003 version) Merge support: MS Word New Plastic SCM installations will have pre-configured the scripts to perform diff and merge. Current Plastic SCM users need some manual work. There are two options: 1) Delete client.conf file and launch the configuration wizard again, or 2) Configure the scripts manually: NOTE: All diff and merge tools must be defined **BEFORE** other tools, since we need to place the more specific rules first. - Word diff: Add the following diff tool as external tool: wscript.exe "client\diffscripts\diff-doc.js" "@sourcefile" "@destinationfile" //E:javascript Suffix: .doc;.docx - Excel diff: Add the following diff tool as external tool: wscript.exe "client\diffscripts\diff-xls.js" "@sourcefile" "@destinationfile" //E:javascript Suffix: .xls;.xlsx - PowerPoint diff: Add the following diff tool as external tool: wscript.exe "client\diffscripts\diff-ppt.js" "@sourcefile" "@destinationfile" //E:javascript Suffix: .ppt;.pptx - Merge Word: Add the following merge tool as external tool: "client\diffscripts\merge-doc.exe" "@destinationfile" "@sourcefile" "@output" Suffix: .doc;.docx Happy diffing and merging! New Now, if the path to the audit log file is a relative path (it can be set in the server.conf file), the audit log file will be created at the Plastic server directory. Bug When undoing a replaced item inside a xlink the item was deleted from disk. Fixed: now it is restored with the previous content. Bug Fixed some wrong text in the Annotate context menu under Linux and Mac OS X. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.