|
Enhancements
|
|
New
pbFtpClient 6.2
|
Added recursive delete for remote server files/folders.
|
New
Level5.VMS Version 4.4.6.0 Build Date 24Jan2009
|
Added version increments 0.01 to 0.09. Requires download and full re-install. For users who wish to migrate an existing
Level5VMS.db version (4.3 or higher) please do the following:
Before you re-install, copy your existing files LEVEL5VMS.db and LEVEL5VMS.log to a safe location then re-install the
software. After re-install revert files to original locations c:\Program Files\Level 5 Software\SourceIt\ASA9\Data (For ASA9) or
c:\Program Files\Level 5 Software\SourceIt\ASA10\Data (For ASA10). If you do not move the db and log files before
you re-install your current source code saved in Level5VMS.db will be lost. Open Interactive SQL 9.0 or 10.0 then
connect to LEVEL5 SCM ASA9 or LEVEL5 SCM ASA10 datasource. Open file C:\Program Files\Level 5 Software\SourceIt\utl\
UpgradeToVersion4_4_6.asa.sql then select execute. This will convert the version_increment column to support two
decimal places. To migrate other databases which are not ASA9 or ASA10, compile the file located in C:\Program Files\Level 5
Software\SourceIt\utl\ which corresponds to your database server. UpgradeToVersion4_4_6..sql where syc = Sybase
ASE, mss = Microsoft SQL Server and ora = Oracle. Refer to online help topic
Converting LEVEL5VMS db To Support Release 4.4. ;
|
|
New
Level5.VMS 4.4
|
Added file Merging.
|
|
Level5.VMS 4.3
|
Added file Sharing and Branching.
|
|
Level5.VMS 4.2.2.0
|
Added functions which enable you to select/de-select all files or
all checked in files or all checked out files; Added cancel button
for checkin, checkout, copyout and delete; Cannot change UI
during busy functions such as checkin, checkout and delete.
|
|
Level5.VMS 4.2.1.0
|
Supports and ships with Sybase iAnywhere 10.0 database. Added
Database Validation and Backup for ODBC databases; Click-Thru
properties for projects. Requires uninstall of earlier versions
before installing version 4.2.1.0
|
|
Level5.VMS 4.1.2.0
|
Supports Microsoft SQL Server 2005 database server.
|
|
Level5.VMS 4.1
|
Supports nested projects. This change will require a full re-install.
Also, If you already have a previous version older than 4.1 Build 12-06-2008
and you would like to migrate your data to this new version please run the appropriate
SQL statement below on the database you installed the product.
|
Sybase ASA 9.0 (Ships with Level5.VMS): (Use Interactive SQL:Supplied)
|
|
ALTER TABLE "DBA"."c_sourceit_project" ADD "parent_id" NUMERIC(18)
|
|
UPDATE "DBA"."c_sourceit_project"
|
|
SET "parent_id" = -1
|
|
WHERE "project_id" >= 0
|
|
Oracle 8i - 10g:
|
|
ALTER TABLE SYS.C_SOURCEIT_PROJECT ADD PARENT NUMBER(18) NULL
|
|
/
|
|
UPDATE SYS.C_SOURCEIT_PROJECT
|
|
SET C_SOURCEIT_PROJECT.PARENT_ID=-1
|
|
WHERE C_SOURCEIT_PROJECT.PROJECT_ID > = 0
|
|
Microsoft SQL Server 2000 - 2005:
|
|
ALTER TABLE dbo.c_sourceit_project ADD parent_id NUMERIC(80) NULL
|
|
UPDATE dbo.c_sourceit_project
|
|
SET parent_id = -1
|
|
WHERE project_id >= 0
|
|
Contact Technical Support for help migrating to this new version.
|
|
|
Level5.VMS 4.0
|
Update Level5.VMS with latest version, from our FTP server using the
Check for Updates feature.
|
|
Level5.VMS 4.0
|
Global Settings; Improved progress status and output monitoring.
|
|
Level5.VMS 4.0
|
Added Scintilla: Source Code Editing Component. Copyright 1998-2003
by Neil Hodgson neilh@scintilla.org All Rights Reserved. The component
adds the true PowerBuilder editor look and feel to the file viewer
when downloading and viewing PowerBuilder PBLs.
|
|
New
pbFtpClient 6.0
|
Raw FTP Command Builder.
|
|
pbFtpClient 5.3
|
Download files for editing then upload changes to
original location on the server.
|
|
pbFtpClient 5.0
|
Connection Manager added. Supports multiple open connections.
|
|
pbFtpClient 4.3
|
Added support for SFTP and FTP/S (AUTH SSL,TLS) protocols; Generate
SSL Certificates, Certificate Requests, SSL PrivateKeys (PEM format)
and PublicKeys suitable for OpenSSH servers..
|
|
pbFtpClient 4.0
|
Added Scintilla: Source Code Editing Component. Copyright 1998-2003
by Neil Hodgson neilh@scintilla.org All Rights Reserved. The component
adds the true PowerBuilder editor look and feel to the file viewer
when downloading and viewing PowerBuilder PBLs.
|
|
pbFtpClient 4.0
|
Connect to remote ftp sites using Proxy server connections. Supports
standard and custom proxy server authentications.
|
|
pbFtpClient 4.0
|
Supports S/KEY one-time password authentication with MD4, MD5 and SHA-1
encryption methods. Auto-Detect OTP feature.
|
|
pbFtpClient 4.0
|
Added Site and Global configurations for connection and proxy settings.
|
|
pbFtpClient 4.0
|
Added Export/Import Sites. Manually export sites favorites to XML.
then import them if needed. New automatic sites backup feature.
|
|
pbFtpClient 4.0
|
Update pbFtpClient with latest version, from our FTP server using the
Check for Updates feature.
|
|
Object Browser Version 10.5, 11.0
|
Added Scintilla: Source Code Editing Component. Copyright 1998-2003
by Neil Hodgson neilh@scintilla.org All Rights Reserved. The component
adds the true PowerBuilder editor look and feel to the Class Browser,
DW Syntax Viewer and File Editor .
|
|
All products
|
Setup programs will now install PB runtime
files directly to the application directory.
This has been done to eliminate problems
installing different versions of the runtime
to the PowerBuilder shared location. This
has also reduced the size of the downloads.
|
|
pbFtpClient Version 3.0
|
Upload/download entire directories of files,
recursive.
|
|
pbFtpClient Version 3.0
|
Upload/download multiple files in sequence.
|
|
Object Browser Version 10.5 Build 4A
|
Interative Report Added.
|
|
Object Browser Version 10.5 Build 3A
|
Pb Version 11.0 Targets Added.
|
|
Object Browser Version 10.5 Build 2A
|
New Search Feature Added.
|
|
pbFtpClient Version 2.9
|
Added CreateDir, RemoveDir and Rename functions.
|
|
Object Browser Version 2.0 Build 1A
|
Win2000 support
|
|
Object Browser Version 1.5 Build 1H
|
Object Filter; Export Library Syntax
|
|
Object Browser Version 1.5 Build 1F
|
Improved script font and formating in browser,
viewer and editor.
|
|
Level5.VMS Version 3.0
|
New UI; Copy Out function; Support for Oracle
10g/MS SQL Server 2000
|
|
Level5.VMS Version 2.0
|
UI; Reports
|
|
Level5.VMS Version 1.5
|
Default font and improved formating for viewing
PowerBuilder Libraries.
|