Subversion Repositories DevTools

Rev

Rev 6285 | Rev 6353 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6073 dpurdie 1
------------------------------------------------------------------------
6294 dpurdie 2
Version:  3.16.6000.cr                              Released: 18-Jan-18
6281 dpurdie 3
------------------------------------------------------------------------
4
 
5
Minor changes:
6294 dpurdie 6
    * Fixed build target LMOS_LINUX_I386
7
      It is meaningless, but is needed for historical builds
6285 dpurdie 8
 
6294 dpurdie 9
    * Toolset: GCC
10
      Correctly tagged the 'dbg' files such that will not be packaged
11
      when packages with the option of '--Extras=none'
12
 
13
    * Makefile generation. DPACKAGE processing
14
      Generated sorted entries so that the file is the same on all machines
15
 
6285 dpurdie 16
------------------------------------------------------------------------
6294 dpurdie 17
Version:  3.16.5000.cr                              Released: 15-Jan-18
6285 dpurdie 18
------------------------------------------------------------------------
19
 
20
Minor changes:
6294 dpurdie 21
    * WINCE Platform tweaks
22
      Prog directive: Added --Stack=0x10000,0x1000
23
      SharedLib directive: Set default entry point to _DllMainCRTStartup
24
 
25
    * Platform: WCE6ARMV4I
26
      Removed from the WINCE alias
27
      Added to the WINCE6 alias
28
 
29
------------------------------------------------------------------------
30
Version:  3.16.4000.cr                              Released: 10-Jan-18
31
------------------------------------------------------------------------
32
 
33
Minor changes:
34
    * New Platform: WCE6ARMV4I
35
      A generic Windows Embedded 6.0 platform
36
      Used under VS2008
37
 
38
    * MakeAnt directive. New option: --AllPackages.
39
      This will cause JATS to pass to the ANT build definitions to all
40
      the dependent packages, not just those specified with a 
41
      LinkPkgArchive.
42
 
6281 dpurdie 43
    * Utility: create_dpkg
44
      Added compatibility for noBuild with Ant Builds
45
 
46
------------------------------------------------------------------------
6277 dpurdie 47
Version:  3.16.3000.cr                              Released: 2-Jan-2018 
48
------------------------------------------------------------------------
49
 
50
Minor changes:
51
    * Utility: jats_generate_deployable
52
        Removed
53
 
54
    * Utility: create_dpkg
55
        Will warn on symlinks with absolute path references
56
        Will warn on symlinks that escape the package
57
        Will warn on broken symlinks
58
        Will not transfer bad links
59
 
60
    * MOS68K and MOSCF Toolsets
61
        Added support to build MOS with JATS
62
        Added Compiler directive: BuildMosOs
63
        Auto detect correct glob.lib file to be used
64
 
65
------------------------------------------------------------------------
66
Version:  3.16.2000.cr                              Released: 20-Nov-17 
67
------------------------------------------------------------------------
68
 
69
Minor changes:
70
    * Reinstated TOOLS\jats_generate_deployable.pl
71
 
72
    * Subversion Repository location
73
      The correct paths to the various SubVersion repositories is:
74
        GBE_SVN_URL_AUPERASVN01: https://auawsasvn001.vix.local/svn
75
        GBE_SVN_URL_FRBESASVN01: http://frbesasvn01.frbesa.erggroup.com/svn
76
      Windows users may need to update there jats.bat file.
77
      These are Fully Qualified Domain Names.    
78
 
79
------------------------------------------------------------------------
80
Version:  3.16.1000.cr                              Released: 17-Nov-17
81
------------------------------------------------------------------------
82
 
83
Minor changes:
84
    * Makefile creating
85
      Fixed issue locating tools in packages and the failure to extend
86
      PERLs search path to locate some extensions - ie in the utf package.
87
 
88
    * BuildArgument directive
89
      Delay processing the arguments so that aliases may work as expected.
90
 
91
   * jUnit Test Prost Process
92
     Support the <skipped /> tag correctly
93
 
94
------------------------------------------------------------------------
95
Version:  3.16.0000.cr                              Released: 02-Nov-17
96
------------------------------------------------------------------------
97
 
98
Minor changes:
99
    * Fix issue with empty GBE_BUILDFILTER and user defined GBE_PLATFORM
100
 
101
    * Deprecated use of SOLARIS under Solaris8
102
      Must use SOLARIS8_SPARC32
103
 
104
    * Sandbox
105
      Detect, report and ignore nested sandboxes
106
      Added --OnlyLevel=n option to facilitate escrow builds.
107
 
108
    * Escrow Builds
109
      Added GBE_DPKG_ESCROW to greatly simplify the process of escrow
110
      building by allowing an escrow to be performed within a jats
111
      sandbox. Unfortunately the sandbox does not support the old 
112
      JANTS style packages that many older projects use.
113
 
114
    * RHEL7, UBUNTU14 and UBUNTU16 builds
115
      Use '-std=gnu++11' for building c++ files.
116
 
117
    * Makefile generation
118
      Fix issues with the '--FromPackage' option when working against the secured
119
      dpkg_archive.
120
 
121
    * Extraction from subversion
122
      Relaxed the check for a 'tags' subdirectory with a package.
123
 
124
    * Directive: InstallHdr and PackageHdr
125
      Added --Strip=nn option to strip the first 'n' elements from the path.
126
 
127
Internal:
128
    * Major rework of the build target processing
129
      Simplified the creation of platform morphs
130
      Better detection of platforms not covered in the build
131
      Extended some displays form 79 character to 100.
132
 
133
------------------------------------------------------------------------
134
Version:  3.15.1000.cr                              Released: 19-Oct-17
135
------------------------------------------------------------------------
136
 
137
Minor changes:
138
    * Utility: jats_generate_deployable
139
      Tweaks to support non-standard debian packages provided by Oracle.
140
 
141
------------------------------------------------------------------------
142
Version:  3.15.0000.cr                              Released: 02-Oct-17
143
------------------------------------------------------------------------
144
 
145
Minor changes:
146
    * Platforms GENRIC_<MACHTYPE>
147
      Corrected generation of makefiles - 2nd attempt
148
 
149
    * Utility: jats_generate_deployable
150
      Added RHEL7 support
151
 
152
------------------------------------------------------------------------
153
Version:  3.14.9000.cr                              Released: 27-Sep-17
154
------------------------------------------------------------------------
155
 
156
Minor changes:
157
    * Platforms GENRIC_<MACHTYPE>
158
      Corrected generation of makefiles.
159
 
160
------------------------------------------------------------------------
6198 dpurdie 161
Version:  3.14.8000.cr                              Released: 26-Sep-17
162
------------------------------------------------------------------------
163
 
164
Minor changes:
165
    * Makefile generation: 
166
        [JATS-425] WCEPSPC_emu not seen as a part of the WINCE alias
167
        Affects all platforms with lowercase characters in the platform 
168
        name.
169
 
170
------------------------------------------------------------------------
171
Version:  3.14.7000.cr                              Released: 15-Sep-17 
172
------------------------------------------------------------------------
173
 
174
Minor changes:
175
    * Utility: sandbox
176
      Fixed issues with the 'buildfilter' command. The data is stored in the 
177
      sandbox_dpkg_archive subdirectory.
178
 
179
      Added options to:
180
         - Display path to build file
181
         - Handle packages with multiple builders
182
 
183
    * Templates
184
      Fixed some poor examples
185
 
186
    * New platform: SK100 (Experimental)
187
      Added an alias for the SK family of platforms.
188
      Includes special handling of Linker Scripts
189
 
190
    * Utility: jats_generate_deployable
191
      Added option to generate symlinks to packages instead of transferring
192
      the body of the package. 
193
 
194
Internal changes:
195
    * Error directive support message prefix to simplify error processing.
196
 
197
------------------------------------------------------------------------
6192 dpurdie 198
Version:  3.14.6000.cr                              Released: 04-Sep-17
199
------------------------------------------------------------------------
200
 
201
Minor changes:
202
    * Utility: jats_generate_deployable
203
      Support for RPM cots packages.
204
 
205
    * Utility: sandbox
206
      Add command: scandepth - to display/set the default scan depth for build files
207
 
208
      Added options to the 'info' command:
209
        -[no]dependencies   - Display external dependencies (default)
210
        -[no]buildorder     - Display build order (default)
211
 
212
------------------------------------------------------------------------
213
Version:  3.14.5000.cr                              Released:16-Aug-17 
214
------------------------------------------------------------------------
215
 
216
Minor changes:
217
    * Utility: jats_generate_deployable
218
      Added support to allow the inclusion of the uigen-pulse package
219
      Changes to the 'alas' name generation process
220
 
221
    * Build Directives: BuildPlatforms and BuildProducts
222
        The --Uses=XXX and --Alias=XXX options support a comma and a colon 
223
        separated list. The colon seperated list will aviod parsing 
224
        confusion.
225
 
226
        The following all have the same effect:
227
            BuildPlatforms ('P1', '--Uses=P2:P3' );
228
            BuildPlatforms ('P1', '--Uses=P2,P3' );
229
            BuildPlatforms ('P1,--Uses=P2:P3' );
230
            BuildPlatforms ('P1','--Uses=P2', '--Uses=P3' );
231
 
232
       The folling will not:
233
            BuildPlatforms ('P1,--Uses=P2,P3' );
234
 
235
    * Utility: sandbox
236
      Add 'testlinks' command to test, and optionally delete, the package
237
      symlinks.
238
 
239
------------------------------------------------------------------------
6177 dpurdie 240
Version:  3.14.4000.cr                              Released: 07-Aug-17 
6142 dpurdie 241
------------------------------------------------------------------------
242
 
243
Minor changes:
6177 dpurdie 244
    * Utility: jat_svnrelease [JATS-424]
245
      Handle obscure condition where the tag has been created directly from
246
      a merge and the merge involved the deletion of files from the fileset.
247
 
248
    * Buildfiles.
249
      Restored VS2005 to the MSWIN32 alias
250
 
251
------------------------------------------------------------------------
252
Version:  3.14.3000.cr                              Released: 02-Aug-17 
253
------------------------------------------------------------------------
254
 
255
Minor changes:
256
    * Utility: jats_generate_deployable
257
      Can create .bomGen file from scratch
258
      Improved reporting of files add, removed and updated
259
 
260
    * Makefile generation
261
      Correctly export 'PACKAGE_ARCH' as a global
262
 
263
------------------------------------------------------------------------
264
Version:  3.14.2000.cr                              Released: 04-Jul-17 
265
------------------------------------------------------------------------
266
 
267
Minor changes:
268
    * Platform: RHEL7_INSTRUMENT
269
      Marked as a NATIVE build.
270
 
271
    * Platforms: LMOS_*
272
      Inherit system aliases from base platform configuration.
273
 
274
------------------------------------------------------------------------
275
Version:  3.14.1000.cr                              Released: 03-Jul-17 
276
------------------------------------------------------------------------
277
 
278
Minor changes:
279
    * Updated copyright notices in all files
280
 
281
    * jats_extract
282
      Will no longer create a 'local_dpkg_archive'
283
      The use of a 'local_dpkg_archive' is deprecated in favor of the jats 
284
      'sandbox', which does a much better job.
285
 
286
    * Utility: jats_generate_deployable
287
        Windows: Fixed compilation error
288
 
289
    * Platform: RHEL7_INSTRUMENT
290
      Added missing configuration file
291
 
292
------------------------------------------------------------------------
293
Version:  3.14.0000.cr                              Released: 23-Jun-17
294
------------------------------------------------------------------------
295
 
296
Minor changes:
297
    * JAVA Platform [JATS-420]
298
      The java builder can use an 'ant' provided by a suitable package
299
      ie: ant_1.9.2.0000.cots
300
 
301
------------------------------------------------------------------------
302
Version:  3.13.9000.cr                              Released: 22-Jun-17 
303
------------------------------------------------------------------------
304
 
305
Minor changes:
306
    * Corrected use of shell 'echo' command
307
        Always quote the string
308
        Issue was the unquoted use of a string that contained matching square brackets
309
            ie: echo [$<] Compiling..
310
        The [..] construct is a filename expanding construct.
311
 
312
     * Win32 and Win64 makefile generation
313
       Allow the 'cmdfile' commands to be shown in verbose mode.
314
 
315
     * Makefile generation
316
       Fixed issue with some build formats and a bug in cmdfile when no path item
317
       has a directory separator.
318
 
319
------------------------------------------------------------------------
320
Version:  3.13.8000.cr                              Released: 16-Jun-17  
321
------------------------------------------------------------------------
322
 
323
Minor changes:
324
    * Makefiles: New Directive: ExtendIncDir
325
        ExtendIncDir ('*', 'private' );
326
      Specialised use only. See MASS-00166
327
 
328
    * Utility: jats_svnrelease
329
      The 'extractFiles' option will display the files extracted when 
330
      running on a build machine.
331
 
332
    * Windows builds
333
      [JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
334
      Use same value for _MSPDBSRV_ENDPOINT_ in all makefiles
335
 
336
 
337
------------------------------------------------------------------------
338
Version:  3.13.7000.cr                              Released: 13-Jun-17 
339
------------------------------------------------------------------------
340
 
341
Minor changes:
342
    * Utility: jats
343
        Added option -script. Supresses internal warnings when capturing
344
        output within a scripting environment.
345
 
346
    * Utility: sandbox
347
      Allow the build.pl file to be upto 4 directories deep
348
        Slows down sandbox scanning
349
        Provides backward compatability with old projects
350
 
351
    * Makefile directive: MakePerl
352
        Added option to control the output format to better support multiple
353
        build machines.
354
 
355
    * Build File
356
      Fixed handling of aliases that broke the (not recommended) construct
6142 dpurdie 357
        BuildProduct ( 'CSHARP2010', 'WIN32,--Version=MS.NET2010' );
358
 
6177 dpurdie 359
    * Windows builds
360
      [JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
361
 
362
Experimental:
363
    * New platform: RHEL7_INSTRUMENT and RHEL7
364
        Supported on RHEL7 and Centos with a MACHTYPE of linux_el7_x64
365
 
366
    * Makefiles. New aliases
367
        PKG_DEB, PKG_RPM and PKG_WIN
368
        Internal use only at the moment
369
 
6142 dpurdie 370
------------------------------------------------------------------------
6133 dpurdie 371
Version:  3.13.6000.cr                              Released: 04-May-17
6085 dpurdie 372
------------------------------------------------------------------------
373
 
374
Minor changes:
6133 dpurdie 375
    * Makefile directive: PackageFiles
376
      Added option: --PreserveSymlinks. 
377
        Used internally for preserving symlinks when building SDKs
378
 
379
    * Utility: jats_generate_deployable
380
      Ongoing improvements.
381
 
382
Internal:
383
    Class: JatsCopy::CopyDir
384
        Added options
385
            NoRecurse
386
            NoSubDirList
387
 
388
------------------------------------------------------------------------
389
Version:  3.13.5000.cr                              Released: 13-Apr-17
390
------------------------------------------------------------------------
391
 
392
Minor changes:
393
    * Makefiles: Enhanced platform specifier
394
      Allows mixed use of included and excluded platform names.
395
        ie: Src ('DEVLINUX,!UBUNUT12', .... )
396
 
397
    * New Utilities: jats_generate_deployable, jats_generate_bom
398
      Experimental utilities for generation of BOMS
399
 
400
------------------------------------------------------------------------
401
Version:  3.13.4000.cr                              Released: 31-Mar-17 
402
------------------------------------------------------------------------
403
 
404
Minor changes:
405
    * Build Files. BuildSrcArchive
406
      Exclude .svn sub directories.
407
 
408
    * Utility: jats_sandbox
409
      Improved behaviour of packages that do not build with the current
410
      build filters. They will be silently skipped and not create 
411
      build errors.
412
 
413
    * Build Files - New alias : INSTRUMENT
414
      This is an alias for active instrumented build targets
415
 
416
    * Build Files - New directive : BuildAliasDef
417
      Shorthand for
418
        BuildAlias ('xxx,--Define', ... );
419
      This is the preferred method for defining aliases
420
 
421
    * Build Files - BuildAlias directive
422
      The build alias has been extended to support the use of a '!' operator
423
      This allows one, or more platforms to be removed from a definition.
424
      Examples: 
425
        BuildAlias( 'A1,--Define', 'DEVLINUX,!ARM9TDMI');
426
        BuildAliasDef ('A1', 'DEVLINUX,!ARM9TDMI'); 
427
            All platforms covered by the DEVLINUX alias, except ARM9TDMI
428
 
429
        BuildAlias( 'A2,--Define', '!ARM9TDMI');
430
        BuildAliasDef( 'A2', '!ARM9TDMI');
431
            All active platforms, except the ARM9TDMI.
432
 
433
    * Platforms: GENERIC_XXX
434
      Improved operation of machType based generic platforms when used within the
435
      build system.
436
 
437
Experimental:
438
    * Support for Red Hat Enterprise Linux 7
439
      Compiler is supported via the new platform RHEL7
440
      Jats support is provided via a machine type of linux_x64.
6177 dpurdie 441
      This will change 
6133 dpurdie 442
 
443
------------------------------------------------------------------------
444
Version:  3.13.3000.cr                              Released: 13-Mar-17
445
------------------------------------------------------------------------
446
 
447
Minor changes:
448
    * Build Files. BuildSrcArchive
449
      Added a 'platform' argument. It is only used on build machines to
450
      prevent the archive being build on multiple machines.
451
 
452
------------------------------------------------------------------------
453
Version:  3.13.1000.cr                              Released: 01-Mar-17 
454
------------------------------------------------------------------------
455
 
456
Minor changes:
457
    * Directive: MakePerlModule
458
      Fixed build issues associated with building Perl Modules under VS2012.
459
      Minor differences in the operation of nmake.
460
 
461
    * Build Files
462
      Handle build.pl files with out a BuildInterface directive
463
      Will force an interface directory called 'interface'
464
 
465
      Modified parsing of the BuildName to handle some instances of
466
      incorrect use of the '--RelaxedVersion' option.
467
 
468
      Note: This option is to be deprecated. Do not use it.
469
            Jats will handle '.cots' packages correctly by itself.
470
 
471
   * New Platforms: GENERIC_XXX
472
     A collection of platforms (Alias of GENERICS) that provide an architecture 
473
     specific  build target. The name of the target is created by joining the
474
     keyword GENERIC_ with the Jats Machine Type. 
475
        ie: GENERIC_WIN32, GENERIC_LINUX_I386, GENERIC_LINUX_X64
476
 
477
     These targets cannot be mixed with non-generic targets (on the same machine), nor the GENERIC
478
     build target. It is possible to mix GENERIC_WIN32 with UBUNTU16 as they appear on
479
     different architectures.
480
 
481
     The targets function is in a similar manner to the GENERIC build target, but
482
     are directed to one or more machines.
483
 
484
     Intended uses:
485
        Windows: Creating installers. 
486
                 The NSIS builder does not require a compiler toolchain.
487
 
488
       All: Specialized packaging.
489
 
490
    * Makefiles
491
      New option in the platform specifier. --Alias=alias1[:alias2]*
492
      Allows the directive to be true if the current build has the specified alias.
493
      Eg:
494
        PackageFile ('--Alias=TOOLSET',DEVLINUX', ...)
495
      Will package the file(s) if the current build is for a platform that is
496
      a part of the TOOLSET alias AND is also member of the DEVLINUX alias.
497
      It could also have been written as:
498
        PackageFile ('--Alias=TOOLSET',--Alias=DEVLINUX', ...)
499
      but NOT as:
500
        PackageFile ('--Alias=TOOLSET:DEVLINUX', ...)
501
        PackageFile ('TOOLSET,DEVLINUX', ...)
502
            as these will be true if current platform is a TOOLSET or DEVLINUX
503
 
504
    * Utility: sandbox
505
      Subcommand info 
506
        - Added option to test fingerprints
507
        - Display status in a column for easy reading
508
 
509
------------------------------------------------------------------------
510
Version:  3.13.0000.cr                              Released: 20-Feb-17
511
------------------------------------------------------------------------
512
 
513
Minor changes:
514
    * New build.pl directive BuilToolset.
515
      This directive will enable the generation of the TOOLSET alias.
516
      Provides a sanity test to ensure that tools can be built.
517
      Includes options to limit use to specific architectures
518
 
519
    * Support for building many of the platforms on a linux_x64 based machine
520
      Previously many of the compiler were limited to the Ubuntu12 machines.
521
      These can now be built on an Ubuntu16 based machine.
522
 
523
    * GenerateFiles directive
524
      Added --Var(Toolset) and --Var(Native).
525
 
526
    * Utility: sandbox
527
      Added a 'fingerprint' command to manipulate packages fingerprints.
528
 
529
      Sped up the location of build files. The results are cached and 
530
      recalulated if the user adds or removes packages from the sandbox.
531
 
532
Internal changes:
533
    * Centralizing build platform information.
534
 
535
------------------------------------------------------------------------
536
Version:  3.12.9000.cr                              Released: 10-Feb-17 
537
------------------------------------------------------------------------
538
 
539
Minor changes:
540
    * Build File. BuildExclude directive
541
      Added special platform of 'INSTRUMENT'. This will exclude 
542
      all Instrumented builds.
543
 
544
    * 64 Bit Linux Build Machines
545
      Allowed Java to be built on such machine - if it is installed.
546
 
547
    * Build Alias - TOOLSET
548
      Changed the manor in which the alias is calculated.
549
      On a build machine it will use the BUILDFILTER to determine which 
550
      machine may build the toolset.
551
 
552
      On a developers machine it will use the first suitable available 
553
      platform.
554
 
555
------------------------------------------------------------------------
556
Version:  3.12.8000.cr                              Released: 07-Feb-17
557
------------------------------------------------------------------------
558
 
559
Minor changes:
560
    * Utility: sandbox
561
      Changed method of accessing SHA1 routines to allow compatibility
562
      with older versions of Perl.
563
 
564
------------------------------------------------------------------------
565
Version:  3.12.7000.cr                              Released: 07-Feb-17
566
------------------------------------------------------------------------
567
 
568
Minor changes:
569
    * Build Processing
570
      Removed processing of CVS change log and associated command line options
571
      It is not used.
572
 
573
      Tweaks to the calculation of the TOOLSET alias to allow it to work when
574
      the build system is split across multiple machines.
575
 
576
    * Utility: escrow
577
      Added -skim option
578
 
579
    * Utility: sandbox
580
      Many improvements:
581
        Can be invoked in a subdirectory and will only build packages required
582
        by the package that contains the current subdirectory.
583
 
584
        Package build order is alphabetic, within each build level.
585
 
586
        Added '-keepgoing' option to several commands to allow processing even
587
        if an error is detected.
588
 
589
        Generate a package fingerprint and use it to determine if a package
590
        needs to be rebuilt at all.
591
 
592
        Added 'skip' and 'unskip' commands to allow a package to be marked to be
593
        skipped during the build.
594
 
595
        The 'info' subcommand indicates which packages have been built.
596
 
597
------------------------------------------------------------------------
598
Version:  3.12.6000.cr                              Released: 06-Feb-17
599
------------------------------------------------------------------------
600
 
601
Minor changes:
602
    * New build Alias - TOOLSET
603
      TOOLSET is, at most, one platform in the current build, which build 
604
      artifacts that can be expected to run on the build machine.
605
 
606
      The TOOLSET alias has been created to simplify the support
607
      for building and packaging of JATS-internal utilities.
608
 
609
------------------------------------------------------------------------
610
Version:  3.12.5000.cr                              Released: 30-Jan-17
611
------------------------------------------------------------------------
612
 
613
Minor changes:
614
    * JATS Wrapper
615
      Changes to the package location library to allow JATS to locate
616
      build files in very deep directory trees. Windows path limits
617
      were causing some issues.
618
 
619
------------------------------------------------------------------------
620
Version:  3.12.4000.cr                              Released: 25-Jan-17
621
------------------------------------------------------------------------
622
 
623
Minor changes:
624
    * VS2015, VS2015_X64 and CSHARP2015 builds
625
      Minor tweaks to the configuration and detection of the installed compiler
626
 
627
------------------------------------------------------------------------
628
Version:  3.12.3000.cr                              Released: 24-Jan-17
629
------------------------------------------------------------------------
630
 
631
Minor changes:
632
    * New JATS Platforms: VS2015, VS2015_X64 and CSHARP2015
633
 
634
Internal:
635
    * Support to extract build aliases from the build metadata.
636
 
637
------------------------------------------------------------------------
638
Version:  3.12.2000.cr                              Released: 11-Jan-17
639
------------------------------------------------------------------------
640
 
641
Minor changes:
642
    * JATS Build
643
      Removed warning about duplicate function definition
644
 
645
------------------------------------------------------------------------
646
Version:  3.12.1000.cr                              Released: 10-Jan-17
647
------------------------------------------------------------------------
648
 
649
Minor changes:
650
    * New Platforms: UBUNTU16 and UBUNTU16_INSTRUMENT
651
      Uses gcc 5.4.0
652
      For packages to be deployed under Ubuntu16 LTS
653
 
6085 dpurdie 654
    * Utility: vcsdiff
655
      Added option to allow users to extend the 'diff' command line
656
      Requires knowledge of the underliying diff utility being used
657
      on the particular platform.
658
 
659
------------------------------------------------------------------------
6079 dpurdie 660
Version:  3.12.0000.cr                              Released: 16-Nov-16
661
------------------------------------------------------------------------
662
 
663
Minor changes:
664
    * Build Alias
665
      Removed 'LINUX_I386' from the 'LINUX' alias
666
      LINUX_I386 should only be used to build JATS tools.
667
 
668
------------------------------------------------------------------------
6073 dpurdie 669
Version:  3.11.9000.cr                              Released: 11-Nov-16
670
------------------------------------------------------------------------
6065 dpurdie 671
 
6073 dpurdie 672
Minor changes:
673
    * Packaging directives
674
      Corrected escaping of ${GBE_TYPE} as well as the preferred $(GBE_TYPE)
675
      as seen in some Java-centric packages.
676
 
677
    * BuildPkgArchive directive
678
      [JATS-411] Detect when the the users build filter has been modified
679
      pick up new build artifacts.
680
 
4362 dpurdie 681
------------------------------------------------------------------------
6065 dpurdie 682
Version:  3.11.8000.cr                              Released: 08-Nov-16 
683
------------------------------------------------------------------------
684
 
685
Minor changes:
686
    * jats.bat and related example config files
687
      Added GBE_SVN_URL_AUPERASVN02 to support the new Repo Server
688
 
689
    * MergeLibrary directive
690
      Corrected escaping of $(OBJDIR).
691
 
692
------------------------------------------------------------------------
5999 dpurdie 693
Version:  3.11.7000.cr                              Released: 23-Sep-16
694
------------------------------------------------------------------------
695
 
696
Minor changes:
697
    * Makefile Package and Install directives
698
      Addressed [JATS-405] - PackageFile does not handle files with a colon 
699
                             in the name
700
      Prevent colon escaping on Windows machines as it doesn't work and
701
      interferes with sme valid file names.
702
 
703
------------------------------------------------------------------------
5995 dpurdie 704
Version:  3.11.6000.cr                              Released: 23-Sep-16
705
------------------------------------------------------------------------
706
 
707
Minor changes:
5999 dpurdie 708
    * [JATS-406] Dependency generation fails when building linux_drivers_viper
5995 dpurdie 709
      Fixed an issue in JATS' mkdepend utility. Detect attempts to divide 
710
      and mod by zero and generate an error and not a program fault.
711
 
712
------------------------------------------------------------------------
713
Version:  3.11.5000.cr                              Released: 22-Sep-16
714
------------------------------------------------------------------------
715
 
716
Minor changes:
717
    * Makefile Package and Install directives
718
      Addressed [JATS-405] - PackageFile does not handle files with a colon 
719
                             in the name
720
      Centralized handling of filename escaping.
721
 
722
      Note: The 'colon' character is not supported under Windows. This is a
723
      limitation of Windows, not JATS. The use of a colon in a file name is
724
      strongly discouraged. Such files can only be manipulated under Unix.
725
 
726
    * Make operations uninstall, unpackage and clobber
727
      Improved the deletion of files such that only files that exist will 
728
      be logged as deleted.
729
 
730
------------------------------------------------------------------------
5987 dpurdie 731
Version:  3.11.4000.cr                              Released: 21-Sep-16
732
------------------------------------------------------------------------
733
 
734
Minor changes:
735
    * RunTest directive. Windows Only
736
      [JATS-404] RunTest under Windows does not handle paths correctly
737
 
738
------------------------------------------------------------------------
5970 dpurdie 739
Version:  3.11.3000.cr                              Released: 29-Aug-16
740
------------------------------------------------------------------------
741
 
742
Minor changes:
743
    * Platform: VS2010 and VS2012
744
      [JATS-176] Generate Visual Studio Property Sheet to simplify use within JATS
745
      Add build directive 'BuildPropertyPages' - See MASS-00166
746
 
747
------------------------------------------------------------------------
5941 dpurdie 748
Version:  3.11.2000.cr                              Released: 04-Aug-16
749
------------------------------------------------------------------------
750
 
751
Minor changes:
752
    * Utility: timeout - All supported Unix platforms
753
      Addressed [JATS-396] - timeout utility can hang - Unix 
754
 
755
------------------------------------------------------------------------
5935 dpurdie 756
Version:  3.11.1000.cr                              Released: 03-Aug-16
757
------------------------------------------------------------------------
758
 
759
Minor changes:
760
    * Utility: timeout (linux)
761
      Addressed [JATS-396] - timeout utility can hang - linux
762
 
763
------------------------------------------------------------------------
5910 dpurdie 764
Version:  3.11.0000.cr                              Released: 27-Jul-16
5909 dpurdie 765
------------------------------------------------------------------------
766
 
767
Minor changes:
768
    * Configuration
769
      Changed templates and scripts to reflect the new location of the
770
      Release Manager database. Correct configuration is:
5914 dpurdie 771
        GBE_RM_LOCATION=jdbc:oracle:thin:@auawsards001.vix.local:1521:RELEASEM
5909 dpurdie 772
 
773
    * Release Manager Database interface
774
      Improved performance of tools that access the Release Manager database.
775
 
776
    * Utility: test_rmconnection
5914 dpurdie 777
      Added options to allow separate testing of the Database and the Webserver.
5909 dpurdie 778
 
779
------------------------------------------------------------------------
5885 dpurdie 780
Version:  3.10.14000.cr                              Released: 12-Jul-16
5882 dpurdie 781
------------------------------------------------------------------------
782
 
783
Minor changes:
784
    * Jats Build
785
      [JATS-266] jats install and package - does not preserve symbolic links
5885 dpurdie 786
      Shared libraries, under Unix, are created with one or two symlinks to 
5882 dpurdie 787
      the library: link and soname.
788
      When the shared library is Installed or Packaged the symlink was not 
789
      preserved resulting in a much larger package that really required.
790
 
791
      Shared library symlinks are marked and are now copied so as to 
792
      preserve the symlink.
793
 
5884 dpurdie 794
    * Jats make - Instrumented builds
795
      [JATS-350] GCOV creates files in uncontrolled locations within the build system
796
      The files generated by gcov are now contained within the package
5882 dpurdie 797
 
5884 dpurdie 798
      [JATS-395] GCOV does not work for all build topologies
799
      Improved the extraction of gcov information to allow for all 
800
      build topologies.
801
 
802
      Reduced the output when running the code coverage tools
5885 dpurdie 803
      The can be re-enabled by adding an 'options=args' to the make 
5884 dpurdie 804
      command.
805
 
806
      Simplified the processing of the coverage data.
807
 
808
 
5882 dpurdie 809
------------------------------------------------------------------------
5878 dpurdie 810
Version:  3.10.13000.cr                              Released: 08-Jul-16
5872 dpurdie 811
------------------------------------------------------------------------
812
 
813
Minor changes:
814
    * Jats Installation
815
      Improved post install script to hook into build system automated 
816
      deployment.
817
 
5878 dpurdie 818
    * Build Generation
819
      [JATS-374] Units tests can't run if soname libraries are not present
820
        Generate sonames to the shared libraries present in dependent packages
821
        Extend the library search path to include this sonames.
822
 
823
    * Makefile directive GenerateFiles
824
      Corrected error introduced in 3.10.12000.cr 
825
 
5872 dpurdie 826
------------------------------------------------------------------------
5868 dpurdie 827
Version:  3.10.12000.cr                              Released: 07-Jul-16
5859 dpurdie 828
------------------------------------------------------------------------
829
 
830
Minor changes:
831
    * Improved use of cppcheck - Static code analysis (Adrien Oliva)
832
        Enable all possible check
833
        Force analysis of all pre-processor branch
834
        Remove false positive
835
            Missing include, unused function and unmatched suppression
836
        Configure cppcheck to ignore files provided by the compiler
5867 dpurdie 837
            We do not want to analyze compiler
5859 dpurdie 838
        Fix variable name
839
 
5862 dpurdie 840
    * GCC Toolchain
841
      Improved header file dependency generation through correct calculation
842
      of the compiler header file search paths.
5859 dpurdie 843
 
5862 dpurdie 844
    * IAR Toolchain
845
      Corrected the generation of the Program Loader
5859 dpurdie 846
 
5862 dpurdie 847
    * Internal Utility: cache_dpkg
848
      Improved handling (under windows) of files with the same name but
849
      different case. Generate a clear warning message.
850
 
5868 dpurdie 851
    * Makefile directive GenerateFiles [JATS-178]
852
      Attempting to generate a file that is also marked as a source file is
5867 dpurdie 853
      now an error.
854
 
5859 dpurdie 855
------------------------------------------------------------------------
5868 dpurdie 856
Version:  3.10.11000.cr                              Released: 01-Jul-16
5848 dpurdie 857
------------------------------------------------------------------------
858
 
859
Minor changes:
5859 dpurdie 860
    * Jats internal utility 'timeout'
861
      Improved stability under Server 2013
862
      Reinstated use of 'timeout' in unit tests running under Windows.
5848 dpurdie 863
 
5859 dpurdie 864
    * Utility: jats -buildfiter=xxx
865
      Corrected the operation of the -buildfilter=xxx option when used 
866
      within a sandbox.
5848 dpurdie 867
 
868
------------------------------------------------------------------------
5868 dpurdie 869
Version:  3.10.10000.cr                              Released: 28-Jun-16 
5818 dpurdie 870
------------------------------------------------------------------------
871
 
872
Minor changes:
5859 dpurdie 873
    * Platform: CORTEXM3_ARM
874
      Corrected the generation of the Program Loader
5830 dpurdie 875
 
5859 dpurdie 876
    * UBUNUTU12C11_INSTRUMENT and UBUNUTU12_INSTRUMENT platforms
877
      lcov includes branch coverage
878
 
879
    * All _INSTRUMENT targets
880
      Limit coverage to file within the package
881
      Now excludes all external libraries
5818 dpurdie 882
 
5859 dpurdie 883
      The 'make clean' operation will remove intermediate files generated 
884
      by the coverage.
5818 dpurdie 885
 
886
    * Unit Tests
5859 dpurdie 887
      'make clean' now removes temp 'rc' file generated while running the test
5818 dpurdie 888
 
5859 dpurdie 889
    * Internal Utility: cache_dpkg
890
      [JATS-388] Package caching does not support multiple instances updating 
891
      the same version
5818 dpurdie 892
 
5859 dpurdie 893
    * Internal Utility: cache_dpkg
894
      assemble_dpkg - purge stale package fragments from the package fragment 
895
      assembly area.
5828 dpurdie 896
 
5859 dpurdie 897
    * Sandbox
898
      [JATS-389] Sandbox does not support packages that use deployment
899
      directives.
5819 dpurdie 900
 
5818 dpurdie 901
------------------------------------------------------------------------
5796 dpurdie 902
Version:  3.10.9000.cr                               Released: 14-Jun-16 
5792 dpurdie 903
------------------------------------------------------------------------
904
 
905
Minor changes:
5859 dpurdie 906
    * [JATS-372] Long pathnames kill metrics gathering
907
      See Jira issue for full details
5792 dpurdie 908
 
5859 dpurdie 909
    * [JATS-373] UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
910
      Specify the dynamic linker used to load programs generated by this compiler
5796 dpurdie 911
 
5859 dpurdie 912
        NOTE: Programs generated for this platform require the installation of the
913
              vix-ubuntu12-c11-glibc installer from the 'linux-glibc' package.
5796 dpurdie 914
 
5792 dpurdie 915
------------------------------------------------------------------------
5783 dpurdie 916
Version:  3.10.8000.cr                               Released: 02-Jun-16
917
------------------------------------------------------------------------
918
 
919
Minor changes:
5859 dpurdie 920
    * Platform: CORTEXM3_ARM
921
      Added assembler flags
5783 dpurdie 922
 
5859 dpurdie 923
    * Utility cache_dpkg
924
      Seperate wait-for-replication and copy-to-cache
5783 dpurdie 925
 
5859 dpurdie 926
    * Build Directive - BuildName
927
      Added a 3 argument form
928
        BuildName ('pkgName', 'Version', 'Suffix' );
929
      Improved error reporting.
5783 dpurdie 930
 
931
------------------------------------------------------------------------
5761 dpurdie 932
Version:  3.10.7000.cr                               Released: 19-May-16 
5757 dpurdie 933
------------------------------------------------------------------------
934
 
935
Minor changes:
5859 dpurdie 936
    * Platform: CORTEXM3_ARM
937
      Changed to use Embedded Workbench 7.4
5757 dpurdie 938
 
5859 dpurdie 939
      Added --CrcRange=... option to the CORTEXM3_ARM Prog directive
940
      Used to specify the range to fill and CRC.
5757 dpurdie 941
 
942
------------------------------------------------------------------------
5744 dpurdie 943
Version:  3.10.6000.cr                               Released: 13-May-16
5743 dpurdie 944
------------------------------------------------------------------------
945
 
946
Minor changes:
5859 dpurdie 947
    * Utility cache_dpkg
948
      When used by the build system, the contents of the 'lcov' directory
949
      will not be cached.
5743 dpurdie 950
 
5859 dpurdie 951
      Add facility to allow build system to wait for package replication
952
      to occur. Only active when a replica store is configured.
5744 dpurdie 953
 
5859 dpurdie 954
    * UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
955
      Added 'rpath' elements to generated executables to ensure that
956
      the all glibc components required by the runtime can be located.
5744 dpurdie 957
 
5743 dpurdie 958
------------------------------------------------------------------------
5736 dpurdie 959
Version:  3.10.5000.cr                               Released: 06-May-16
960
------------------------------------------------------------------------
961
 
962
Minor changes:
5859 dpurdie 963
    * C11 Support under GCC
964
      Use '-std=gnu++11' for building c++ files (Not -std=c++11) 
965
      Note: Use of the compiler definition 'linux' is non-standard
966
            __linux__ is the standard definition.
5736 dpurdie 967
 
968
------------------------------------------------------------------------
5732 dpurdie 969
Version:  3.10.4000.cr                               Released: 09-May-16
5731 dpurdie 970
------------------------------------------------------------------------
971
 
972
Minor changes:
5859 dpurdie 973
    * Code coverage Support under GCC
974
      Ensure that the correct gcov utility is used. Gcov is a part of the compiler
975
      toolset. Affects UBUNUTU12C11_INSTRUMENT.
5731 dpurdie 976
 
5859 dpurdie 977
    * Platform: CORTEXM3_ARM
978
      Continuing tweaks.
5731 dpurdie 979
 
980
------------------------------------------------------------------------
5726 dpurdie 981
Version:  3.10.3000.cr                               Released: 06-May-16
982
------------------------------------------------------------------------
983
 
984
Minor changes:
5859 dpurdie 985
    * C11 Support under GCC
986
      Added '-std=c++11' for building c++ files
5726 dpurdie 987
 
988
------------------------------------------------------------------------
5717 dpurdie 989
Version:  3.10.2000.cr                               Released: 04-May-16 
5708 dpurdie 990
------------------------------------------------------------------------
991
 
992
Minor changes:
5859 dpurdie 993
    * Removed use of 'timeout' on unit tests in a Windows environment 
994
      pending several Windows issues. Total 'make' time is still being enforced.
5708 dpurdie 995
 
5859 dpurdie 996
    * New platforms
997
      COBRA2 - Similar to COBRA, but using a C11 compliant version of GCC
998
      VIPER2 - Similar to PPC_603E, but using a C11 compliant version of GCC
999
      UBUNUTU12C11 - Similar to UBUNTU12. Uses the same version of GCC as COBRA2 and VIPER2
1000
      UBUNUTU12C11_INSTRUMENT - Instrumented builds of UBUNUTU12C11
1001
      DEVLINUX includes all of these new platforms.
5708 dpurdie 1002
 
5859 dpurdie 1003
    * New Utility: 
1004
        checkRelease - Locate package-Version required by a Release/SBOM/Package
1005
        that are not in dpkg_archive.
5708 dpurdie 1006
 
1007
Internal:
5859 dpurdie 1008
    * Removed runtime warning from buildlib.pl
5708 dpurdie 1009
 
5859 dpurdie 1010
    * Updated VIX Copyright notices
5710 dpurdie 1011
 
5708 dpurdie 1012
------------------------------------------------------------------------
5700 dpurdie 1013
Version:  3.10.1000.cr                               Released: 19-Apr-16
5695 dpurdie 1014
------------------------------------------------------------------------
1015
 
5700 dpurdie 1016
Minor changes:
5859 dpurdie 1017
    * Jats internal utility 'timeout'
1018
      Fixed compatibility issue under Windows-7
5700 dpurdie 1019
 
1020
------------------------------------------------------------------------
1021
Version:  3.10.0000.cr                               Released: 15-Apr-16
1022
------------------------------------------------------------------------
1023
 
5695 dpurdie 1024
Major changes:
5859 dpurdie 1025
    * Jats make
1026
        All make commands are now time limited to a maximum of 3 hours.
1027
        This default can be altered with the -maxtime option.
1028
        The global default can be set with the EnvVar GBE_MAXMAKE.
5695 dpurdie 1029
 
5859 dpurdie 1030
      This feature is to prevent unit tests from hijacking the build system.
5695 dpurdie 1031
 
5859 dpurdie 1032
    * RunTest directive
1033
        Runtime of automated unit tests is limited to (default) 30 minutes
1034
        The RunTest directive has a --MaxTime parameter to alter the default
1035
        time.
5695 dpurdie 1036
 
5859 dpurdie 1037
      This feature is to prevent unit tests from hijacking the build system.
5695 dpurdie 1038
 
5859 dpurdie 1039
    * Build Platform Aliases: DEVLINUX and LMOS_DEVLINUX
1040
        Removed LINUX_EMU from DEVLINUX
1041
        Removed LMOS_LINUX_EMU from LMOS_DEVLINUX
5695 dpurdie 1042
 
5859 dpurdie 1043
        There is no target environment for LINUX_EMU to run on.
1044
        building for this target is pointless.
5695 dpurdie 1045
 
1046
------------------------------------------------------------------------
5680 dpurdie 1047
Version:  3.9.0000.cr                               Released: 11-Apr-16
5679 dpurdie 1048
------------------------------------------------------------------------
1049
 
5680 dpurdie 1050
Major changes:
5859 dpurdie 1051
    * New buildfile directive: BuildExclude
1052
      Allows spcific targets to be excluded from the build. Intended to be 
1053
      used in conjunction with Platform aliases such as DEVLINUX. ie:
1054
        BuildPlatforms('DEVLINUX');
1055
        BuildExclude('ARM9TDMI', 'LINUX_EMU');      # Targets specfically not supported
5679 dpurdie 1056
 
5680 dpurdie 1057
Minor changes:
5859 dpurdie 1058
    * New Platform: CORTEXM3_ARM
1059
      Used by the next generation of Security Module
1060
 
5679 dpurdie 1061
------------------------------------------------------------------------
5673 dpurdie 1062
Version:  3.8.7000.cr                               Released: 04-Apr-16 
5637 dpurdie 1063
------------------------------------------------------------------------
1064
 
1065
Minor changes:
5859 dpurdie 1066
    * Visual Studio 2012 support
1067
      Added support for update 5. Now allowes either update 4 or update 5.
1068
      Note: Update-4 is the documented (required) version.
5637 dpurdie 1069
 
5859 dpurdie 1070
    * Internal tool for windows : which.exe
1071
      Updated the internal utility 'which' provided under windows for shell
1072
      compatability. It was found to not work with Server 2003.
5645 dpurdie 1073
 
5859 dpurdie 1074
    * Makefile directive: MakeLinuxDriver
1075
      Added support for Module Versioning bewteen modules in the same build.
5672 dpurdie 1076
 
5637 dpurdie 1077
------------------------------------------------------------------------
5619 dpurdie 1078
Version:  3.8.6000.cr                               Released: 15-Mar-16
1079
------------------------------------------------------------------------
1080
 
1081
Minor changes:
5859 dpurdie 1082
    * SK20 Toolchain
1083
      Version 4.1.0 of the SK20 toolchain has beencompletely replaced
1084
      with a new version. 4.1.1. The SK20V1 target uses the new compiler.
5619 dpurdie 1085
 
5859 dpurdie 1086
      Version 4.1.0 was not used to generate released software. It is
1087
      no longer needed. The new compiler-version is available in the
1088
      arm-unknown-linux-gnueabi-sk20 package.
5619 dpurdie 1089
 
1090
------------------------------------------------------------------------
5582 dpurdie 1091
Version:  3.8.5000.cr                               Released: 25-Feb-16
1092
------------------------------------------------------------------------
1093
 
1094
Minor changes:
1095
    * System Utility - assemble_dpkg
5859 dpurdie 1096
      Allow for both unix and windows generated .tar.gz files
1097
      The windows files do not have './' prepended
5582 dpurdie 1098
 
1099
------------------------------------------------------------------------
5578 dpurdie 1100
Version:  3.8.4000.cr                               Released: 24-Feb-16
1101
------------------------------------------------------------------------
1102
 
1103
Minor changes:
1104
    * System Utility - assemble_dpkg
5859 dpurdie 1105
      Windows and Unix create tar-zip files via different mechanisms
1106
      Note: bsdtar has issues with large archives under Server2003
5578 dpurdie 1107
 
5859 dpurdie 1108
    * Windows utilities. Update the 7zip binaries to latest version
5578 dpurdie 1109
 
1110
------------------------------------------------------------------------
5568 dpurdie 1111
Version:  3.8.3000.cr                               Released: 18-Feb-16
1112
------------------------------------------------------------------------
1113
 
1114
Minor changes:
5859 dpurdie 1115
    * Packaging directives
1116
      Improved the cleanup of badly specified --Dir options
5568 dpurdie 1117
 
1118
    * System Utility - assemble_dpkg
5859 dpurdie 1119
      Extended to allow deletion of bad and test builds
5568 dpurdie 1120
 
1121
   * Java Build Support
1122
     Only in the build system, set JATS_HOME to the package repostory replica
5859 dpurdie 1123
     if one is available.
5568 dpurdie 1124
 
1125
------------------------------------------------------------------------
5551 dpurdie 1126
Version:  3.8.2000.cr                               Released: 12-Feb-16
5485 dpurdie 1127
------------------------------------------------------------------------
1128
 
1129
Minor changes:
5859 dpurdie 1130
    * Jats documentation generation. 
1131
      Fixed [JATS-227] Pod2Html has a bug with nested items blocks
5542 dpurdie 1132
 
5859 dpurdie 1133
    * System Utility - create_dpkg
1134
      Added support for flagging non-builds. This will be used by a
1135
      future release of the build system.
5551 dpurdie 1136
 
5542 dpurdie 1137
------------------------------------------------------------------------
1138
Version:  3.8.1000.cr                               Released: 03-Feb-16 
1139
------------------------------------------------------------------------
1140
 
1141
Minor changes:
5859 dpurdie 1142
    * New target: SK20V41
1143
      This is the SK20 Platform, With version 4.1.0.0, except that is
1144
      a part of the DEVLINUX alias.
5527 dpurdie 1145
 
5859 dpurdie 1146
    * Windows utilities. Added 'bsdtar', called 'tar'
1147
      This utility handles a subset of gnu-tar operations on windows, but 
1148
      it does support .gz and .bz2 files.
5485 dpurdie 1149
 
5859 dpurdie 1150
    * Jats essential binaries
1151
      Added symlinks within jats to ensure that gtar can be located on
1152
      machines in which a gnu-tar is not native to the machine.
5527 dpurdie 1153
 
1154
    * System Utility - assemble_dpkg
5859 dpurdie 1155
      Used by the build system to assemble a package from package fragments.
5527 dpurdie 1156
 
5859 dpurdie 1157
    * System Utility - create_dpkg
1158
      Added support to create package fragments. This will be used by a
1159
      future release of the build system.
5527 dpurdie 1160
 
5485 dpurdie 1161
------------------------------------------------------------------------
5448 dpurdie 1162
Version:  3.8.0000.cr                               Released: 04-Jan-16 
1163
------------------------------------------------------------------------
1164
 
1165
Minor changes:
5859 dpurdie 1166
    * ANDROID Platform
1167
      Flag the AndroidStudioBuilder that the project does have unit
1168
      tests so that they can be built before the tests are run.
5448 dpurdie 1169
 
1170
------------------------------------------------------------------------
5434 dpurdie 1171
Version:  3.7.11000.cr                               Released: 17-Dec-15
1172
------------------------------------------------------------------------
1173
 
1174
Minor changes:
5859 dpurdie 1175
    * SK20 Platform, With version 4.1.0.0
1176
      Correct the value of HOST_CPU provided to utilities such as 
1177
      ShellBuild. The 4.1.0.0 compiler is diffeent to the Version 1.
5434 dpurdie 1178
 
1179
------------------------------------------------------------------------
5429 dpurdie 1180
Version:  3.7.10000.cr                               Released: 14-Dec-15 
1181
------------------------------------------------------------------------
1182
 
1183
Minor changes:
5859 dpurdie 1184
    * Build File [JATS-146]
1185
      Fix for use in build system
5429 dpurdie 1186
 
1187
------------------------------------------------------------------------
5415 dpurdie 1188
Version:  3.7.9000.cr                               Released: 11-Dec-15 
5411 dpurdie 1189
------------------------------------------------------------------------
1190
 
1191
Minor changes:
5859 dpurdie 1192
    * Build File [JATS-146]
1193
      Improved reporting of 'alias' conflicts.
1194
      Conflicts now generate an error, not a warning.
1195
      Within the Build and Escrow system conflicts will generate a warning
1196
      to maintain backward compatability.
5411 dpurdie 1197
 
5859 dpurdie 1198
    * ANDROID AndroidStudio
1199
      Added support run automated unit tests
5411 dpurdie 1200
 
1201
------------------------------------------------------------------------
5387 dpurdie 1202
Version:  3.7.8000.cr                               Released: 30-Nov-15
1203
------------------------------------------------------------------------
1204
 
1205
Minor changes:
1206
    * Unit Testing
5859 dpurdie 1207
      Fixed the name of the Unique Test Identifier passed to the filter - UTFUID
5387 dpurdie 1208
 
5859 dpurdie 1209
      Auto detect the presence of test results generated by 'UTF' and invoke
1210
      the UTF filter, if found. This allows the use of the new 'UTF' without
1211
      reworking all UTF consumers.
5387 dpurdie 1212
 
1213
------------------------------------------------------------------------
5378 dpurdie 1214
Version:  3.7.7000.cr                               Released: 26-Nov-15
1215
------------------------------------------------------------------------
1216
 
1217
Minor changes:
1218
    * GCC Toolchain
1219
      Fixed shell script error message introduced in 3.7.6000.cr 
1220
 
1221
------------------------------------------------------------------------
5330 dpurdie 1222
Version:  3.7.6000.cr                               Released: 05-Nov-15
1223
------------------------------------------------------------------------
1224
 
1225
Minor changes:
1226
    * Utility: create_dpkg
1227
      Only perform package level locking when invoked from a build daemon
1228
      Still performs version level locking
1229
 
1230
    * Support for new version of the compiler for the SK20 platform
1231
      New version is selected via: 
1232
          BuildPlatforms('SK20,--Version=4.1.0.0');
1233
      Requires the compiler provided in the arm-unknown-linux-gnueabi-sk20
1234
      package to be locally installed.
1235
 
1236
------------------------------------------------------------------------
5315 dpurdie 1237
Version:  3.7.5000.cr                               Released: 12-Oct-15
5262 dpurdie 1238
------------------------------------------------------------------------
1239
 
1240
Minor changes:
1241
    * Build.pl. BuildAlias directive
1242
      Correctly report the detection of multiple aliases in the one specification.
1243
 
5264 dpurdie 1244
    * Utilities: vcsdiff
1245
      Open registry with read-only access
1246
 
5284 dpurdie 1247
    * Build Metrics
1248
      Updated the version of the 'cloc' tool used by JATS to generate metrics.
1249
 
5262 dpurdie 1250
------------------------------------------------------------------------
5254 dpurdie 1251
Version:  3.7.4000.cr                               Released: 14-Sep-15
1252
------------------------------------------------------------------------
1253
 
1254
Minor changes:
1255
    * Toolset: UBUNTU14_INSTRUMENT
1256
      The UBUNTU14_INSTRUMENT toolchain can consume headers and libraries 
5259 dpurdie 1257
      built for UBUNTU14
5254 dpurdie 1258
 
1259
------------------------------------------------------------------------
5241 dpurdie 1260
Version:  3.7.3000.cr                               Released: 31-Aug-15
5206 dpurdie 1261
------------------------------------------------------------------------
1262
 
1263
Minor changes:
1264
    * Subversion Support
1265
      Detected authentication failure messages provided by new versions of subversion
1266
 
5240 dpurdie 1267
    * Utilities: vcsdiff
1268
      Improved support for BeyondCompare 4 (BC4).
1269
      Check more locations for the program.
1270
 
5206 dpurdie 1271
------------------------------------------------------------------------
5138 dpurdie 1272
Version:  3.7.2000.cr                               Released: 30-Jun-15 
1273
------------------------------------------------------------------------
1274
 
1275
Minor changes:
1276
    * Platform: HAMMERHEAD
1277
      Removed some compiler flags from the c++ builds.
1278
      The removed flags are not applicable to c++ and generate warnings about the
1279
      misuse of the flags.
1280
 
1281
------------------------------------------------------------------------
5129 dpurdie 1282
Version:  3.7.1000.cr                               Released: 30-Jun-15 
5115 dpurdie 1283
------------------------------------------------------------------------
1284
 
1285
Minor changes:
1286
    * BuildProduct directive
1287
      The use of the --Alias=xxx suboption has been exetnded.
1288
        BuildProduct   ( PROD,--Alias=A1', 'PLATFORM1,--Alias=A2', 'PLATFORM1,--Alias=A3' );
1289
      Will result in A1 being an alias for PROD_PLATFORM1 and PROD_PLATFORM2
1290
                     A2 being an alias for PROD_PLATFORM1
1291
                     A3 being an alias for PROD_PLATFORM2
1292
 
1293
    * GCC Toolset. New CompileOptions
1294
      'pic'     - Generate Position Independent Code (PIC) for static libraries
1295
      'nopic'   - Do not generated PIC for static libraries
1296
 
1297
      Currently the default is to not generate PIC on static libraries, except for
1298
      the UBUNTU14 target.
1299
 
1300
      Note: PIC will always be generated for shared libraries
1301
 
1302
------------------------------------------------------------------------
5109 dpurdie 1303
Version:  3.7.0000.cr                               Released: 18-Jun-15 
5100 dpurdie 1304
------------------------------------------------------------------------
1305
 
5109 dpurdie 1306
Major changes:
1307
    * Build File processing - duplicate platforms
1308
      Attempting to build duplicate platforms has been elevated from a warning
1309
      to an error. The warning was always ignored and created bad side effects.
1310
 
1311
      The build daemons and the escrow process will allow duplicates for backward
1312
      compatibility and reproducibility, but new software should have the 
1313
      duplicates corrected.
1314
 
1315
    * Build File processing - Reodering of build information and warnings
1316
      Warnings and Messages generated before the 'Build Configuration' are now
1317
      being stored and displayed after the 'Build Configuration'.
1318
 
1319
      This is intended to bring to the users attention warning that appear at the
1320
      start of the build process but are at the top of the screen. Warnings will be
1321
      displayed at the end of the build process.
1322
 
5100 dpurdie 1323
Minor changes:
1324
    * Utilities: vcsdiff
1325
      Added support for BeyondCompare 4 (BC4)
1326
 
1327
    * Utilities: CCdiff and CCBc2
1328
      Removed. Replaced by vcsdiff
1329
 
5104 dpurdie 1330
    * Utility: gen_cots
1331
      User must specify the source of the package image.
1332
 
5109 dpurdie 1333
    * Package Cache Control
1334
      A new environment variable(GBE_DPKG_CACHE_CTL) allows the GBE_DPKG_CACHE
1335
      to be automatically populated. See 'jats man EnvVars' for details.
1336
      Use 'jats cache_dpkg' to manage the cache.
1337
 
5100 dpurdie 1338
------------------------------------------------------------------------
5074 dpurdie 1339
Version:  3.6.7000.cr                               Released: 19-May-15
5073 dpurdie 1340
------------------------------------------------------------------------
1341
 
1342
Minor changes:
1343
    * Added several make targets:
1344
      jats make hdrs        - makes and installs headers
1345
      jats make libs        - make and installs static libs
1346
      jats make slibs       - make and install shared libs
1347
      jats make progs       - make and install programs
1348
 
5074 dpurdie 1349
    * Subversion comments
1350
      Extended the text in the default Subversion comments created by Jats
1351
      to include the tag/branch being created. Does not affect user provided
1352
      comments.
1353
 
5073 dpurdie 1354
------------------------------------------------------------------------
5036 dpurdie 1355
Version:  3.6.6000.cr                               Released: 08-Apr-15 
5035 dpurdie 1356
------------------------------------------------------------------------
1357
 
1358
Minor changes:
1359
    * Unit Testing
1360
      Create a simple unit test results file for Unit Tests that do 
1361
      not support full results reporting.
1362
 
1363
------------------------------------------------------------------------
5004 dpurdie 1364
Version:  3.6.5000.cr                               Released: 24-Mar-15
1365
------------------------------------------------------------------------
1366
 
1367
Minor changes:
1368
    * Platform : VS2012_X64
1369
      Searches WIN64 for OSCOMMON header files.
1370
 
1371
    * Unit Testing
1372
      Export EnvVar GBE_UTFFILE.
1373
 
1374
      The automated and non-automated unit tests are now run in the order
1375
      in which they are defined in the makefile.pl.
1376
 
1377
    * Build System Utility
1378
      Use file locking on the build marker file to force it to be flushed 
1379
      out to the file server.
1380
 
1381
------------------------------------------------------------------------
4969 dpurdie 1382
Version:  3.6.4000.cr                               Released: 12-Mar-15 
1383
------------------------------------------------------------------------
1384
 
1385
Minor changes:
1386
    * Pseudo Platform: LINUX
1387
      Corrected the operation of the LINUX alias. It is an alias for
1388
      all Back Office Linux targets.
1389
 
1390
    * Utility: create_dpkg
1391
      Use file locking to address contention while merging package instances
1392
      into dpkg_archive.
1393
 
1394
------------------------------------------------------------------------
4950 dpurdie 1395
Version:  3.6.3000.cr                               Released: 06-Mar-15
1396
------------------------------------------------------------------------
1397
 
1398
Minor changes:
1399
    * New Platform: HAMMERHEAD
1400
      Builds under linux using the AVR32_GNU toolchain
1401
 
1402
------------------------------------------------------------------------
4928 dpurdie 1403
Version:  3.6.2000.cr                               Released: 03-Mar-15
1404
------------------------------------------------------------------------
1405
 
1406
Minor changes:
1407
    * ANDROID target
1408
      Can be build on either Windows and Linux. This does not mean that
1409
      all Android packages will build on both, rather that the some Android 
1410
      builders can build under Windows and some under Linux.
1411
 
1412
    * UBUNTU14 target
1413
      Always generates (PIC) Position Independent Code.
4931 dpurdie 1414
      Addresses issues in the creation of shared libraries from static
4928 dpurdie 1415
      libraries.
1416
 
1417
    * Directive CompileOptions
1418
      New options: 'warnings_as_errors' and 'no_warnings_as_errors'
4929 dpurdie 1419
      Will convert compiler warnings into errors on supported toolsets.
4928 dpurdie 1420
      Currently support by all Windows compilers and those that use 
1421
      the GCC toolset.
1422
 
1423
Internal:
1424
    * System function will remove 'undef' parameters
1425
 
1426
------------------------------------------------------------------------
4903 dpurdie 1427
Version:  3.6.1000.cr                               Released: 17-Feb-15 
4898 dpurdie 1428
------------------------------------------------------------------------
1429
Major changes:
1430
 
4902 dpurdie 1431
    * Final release of the 64-bit support platforms
1432
      VS2012_X64, UBUNTU14 and UBUNTU14_INSTRUMENT 
1433
 
4898 dpurdie 1434
Minor changes:
1435
    * Build system. Rewriting of build files with new dependencies now
1436
      preserves the file-endings in the source file. ie: Unix and DOS
1437
      file formats will be preserved.
1438
 
4902 dpurdie 1439
    * Detect and prevent build of software on non-build machines
1440
      such as auperaunx01.
4898 dpurdie 1441
 
4902 dpurdie 1442
Internal:
4903 dpurdie 1443
    * Added platform configurable global options
4902 dpurdie 1444
 
4898 dpurdie 1445
------------------------------------------------------------------------
4889 dpurdie 1446
Version:  3.6.0000.cr                               Released: 12-Feb-15 
4778 dpurdie 1447
------------------------------------------------------------------------
4889 dpurdie 1448
Major changes:
4780 dpurdie 1449
    * JAVA Platform
4805 dpurdie 1450
      Post process UTF results with a ANT/JUNIT4 specific tool.
4889 dpurdie 1451
      Disabled by default
4780 dpurdie 1452
 
4889 dpurdie 1453
    * New platforms (still under development)
4814 dpurdie 1454
      VS2012_X64 - Build 64 bit Windows applications, using VS2012
1455
      MSWIN64    - An alias for all supported 64 bit windows compilers
1456
                   Currently VS2012_X64 is the only member
1457
      UBUNTU14   - Build 64 bit applications targeted at Ubuntu LTS 14.04
1458
                   This is not aimed at front office devices and thus
4903 dpurdie 1459
                   this target is not a part of DEVLINUX
4814 dpurdie 1460
                   It is a part of LINUX
4835 dpurdie 1461
      UBUNTU14_INSTRUMENT
1462
                 - Build instrumented 64 bit applications targeted 
1463
                   at testing under Ubuntu LTS 14.04
4814 dpurdie 1464
 
4778 dpurdie 1465
------------------------------------------------------------------------
4889 dpurdie 1466
Version:  3.5.10000.cr                               Released: 03-Feb-15
1467
------------------------------------------------------------------------
1468
Minor changes:
1469
    * GCC toolset: Handle different versions of lcov
1470
 
1471
    * Unit Testing. Run the collate test results target only once.
1472
 
1473
    * Jats build option: -[no]generic
1474
      To be used by the build system to verify correct usage of the 
1475
      GENERIC platform type.
1476
 
1477
Internal:
1478
    * Adding mechanism to post process Unit Test results.
1479
 
1480
------------------------------------------------------------------------
4728 dpurdie 1481
Version:  3.5.9000.cr                               Released: 04-Dec-14
1482
------------------------------------------------------------------------
1483
Minor changes:
1484
    * New build Alias - NATIVE
1485
      NATIVE is a set of platforms, in the current build, which build 
1486
      artifacts that can be expected to run on the build machine.
1487
 
1488
      The NATIVE alias has been created to simplify the support
1489
      for automated unit tests.
1490
 
4761 dpurdie 1491
    * New build platform - UBUNTU12_INSTRUMENT
4728 dpurdie 1492
      This build target is similar to UBUNTU12, except that it 
1493
      generates instrumented code with gcov. The platform's unit tests 
1494
      will create and maintain a set of lcov files.
1495
 
4805 dpurdie 1496
      Packages generated with this target SHOULD NOT be deployed 
1497
      to the field.
4728 dpurdie 1498
 
1499
------------------------------------------------------------------------
4688 dpurdie 1500
Version:  3.5.8000.cr                               Released: 21-Nov-14 
4652 dpurdie 1501
------------------------------------------------------------------------
1502
Minor changes:
1503
    * Build System Utility: create_dpkg
4688 dpurdie 1504
      When creating the file list for release notes, convert filenames 
1505
      to utf-8 for consistent handling.
4652 dpurdie 1506
 
1507
      Will add its own 'built' files to the package metadata file.
1508
 
1509
    * VS2012 Toolset
1510
      [JATS-308] Running jats from VS2012 Developer command prompt
1511
 
4688 dpurdie 1512
    * EnvVars
1513
      Added GBE_DPKG_REPLICA. This read-only package store is scanned 
1514
      before GBE_DPKG. It is intended to facilitate remote build 
1515
      servers that have a local package archive replica.
1516
 
1517
    * Autobuild support for Java Based Packages
1518
      Attempt to overcome shortcomings in ant-using in a remote build 
1519
      environment. Set GBE_DPKG to GBE_DPKG_REPLICA if doing an ABT enabled 
1520
      build and GBE_DPKG_REPLICA is defined.
1521
 
1522
    * Jats caching
1523
      Modified the cache mechanism such that if the required version is
1524
      found in the cache, then it will not be refreshed. This should speed
1525
      up jats startup.
1526
 
4652 dpurdie 1527
------------------------------------------------------------------------
4620 dpurdie 1528
Version:  3.5.7000.cr                               Released: 20-Oct-14
1529
------------------------------------------------------------------------
1530
Minor changes:
1531
    * SQL Interface to Release Manager Database
1532
      Addressed issues with Java 1.4 compatibility
1533
 
1534
------------------------------------------------------------------------
4613 dpurdie 1535
Version:  3.5.6000.cr                               Released: 16-Oct-14 
4549 dpurdie 1536
------------------------------------------------------------------------
1537
Minor changes:
1538
    * Jats Internal utility: create_dpkg
1539
      Interactive features have been removed
1540
      Generates XML file of files transferred to the package
1541
 
4551 dpurdie 1542
    * Jats Internals
1543
      Reworked the handling of the 'GENERIC' target
1544
 
4549 dpurdie 1545
------------------------------------------------------------------------
4538 dpurdie 1546
Version:  3.5.5000.cr                               Released: 24-Sep-14
1547
------------------------------------------------------------------------
1548
Minor changes:
1549
    * GCC Toolset: SharedLib creation - dependency file detection
1550
      Fixed a bug[JATS-304] in which the dependencies between header files
1551
      and source files was not being used, when building a SharedLib.
1552
 
1553
      The main effect of this is that if a developer modified a .h file
1554
      then JATS was not detecting which C files to recompile.      
1555
 
1556
    * Added a script called jats.unix.sh
1557
      On Unix, this is intended to be copied to /usr/local/bin as 'jats'
1558
      It will redirect the user to the correct instance of JATS
1559
 
1560
    * Jats Internal: Database access
1561
      Rebuilt the database access tools using Java 1.4
1562
      Java 1.4 is lowest common denominator on all of our machines
1563
 
1564
------------------------------------------------------------------------
4519 dpurdie 1565
Version:  3.5.4000.cr                               Released: 19-Sep-14
4488 dpurdie 1566
------------------------------------------------------------------------
1567
Minor changes:
4501 dpurdie 1568
    * Toolset Compiler: M16C for the MCR platform
4488 dpurdie 1569
      Added support to ensure that the program does not exceed allocated
1570
      flash space.
1571
 
4519 dpurdie 1572
    * Toolset: GCC [JATS-300]
5859 dpurdie 1573
      Added support for linking against shared libraries that have 
4519 dpurdie 1574
      dependencies on other shared libraries
1575
 
1576
 
4501 dpurdie 1577
    * Jats Make Directive - Script
1578
      Corrected its operation. The Scripts will be copied into the 'bin'
1579
      directory before the tests are run.
1580
 
4466 dpurdie 1581
    * Internal utilities: Database Access
1582
      Added support to access the ClearQuest database via sqlserver
1583
      Added test_cqconnection
1584
      Added EnvVars to support ClearQuest access
1585
      Updated the template jats.bat and jats.sh scripts
1586
 
4688 dpurdie 1587
    * Reverted automated build support for multi-level SVN branches.
4519 dpurdie 1588
      It created more issues than it fixed.
1589
 
4466 dpurdie 1590
------------------------------------------------------------------------
4461 dpurdie 1591
Version:  3.5.3000.cr                               Released: 19-Aug-14 
4447 dpurdie 1592
------------------------------------------------------------------------
1593
Minor changes:
1594
    * Automated Build Support. SVN branches in a subdirectory structure
1595
      Allow a SVN branch in a multi-level subdirectory to be labeled by
4538 dpurdie 1596
      the build tool. [Removed in 3.5.4000.cr]
4447 dpurdie 1597
 
4461 dpurdie 1598
      Such paths are not encouraged, nor supported by the body of JATS, but
1599
      for compatibility with some existing repositories is required.
4447 dpurdie 1600
 
4461 dpurdie 1601
    * Makefile builder
1602
      Removed two warnings detected by recent versions of Perl
1603
 
4447 dpurdie 1604
------------------------------------------------------------------------
4424 dpurdie 1605
Version:  3.5.2000.cr                               Released: 29-Jul-14
1606
------------------------------------------------------------------------
1607
Minor changes:
1608
    * Utility: create_dpkg
1609
      Does not copy broken symlinks into dpkg_archive
1610
      Will warn about broken symlinks
1611
      In test mode it will generate an error if broken symlinks are found
1612
 
1613
    * Jats Makefile creation
1614
      Corrected handling of source files with multiple '.' in their names.
1615
      There was a problem with such files in Prog and SharedLib directives
1616
 
1617
    * Utility: deploy_builder
1618
      Initial release of this internal utility.
1619
 
1620
------------------------------------------------------------------------
4391 dpurdie 1621
Version:  3.5.1000.cr                               Released: 07-Jul-14 
4382 dpurdie 1622
------------------------------------------------------------------------
1623
Minor changes:
1624
    * Visual Studio 2005 and above toolset
1625
      The programs .exe.manifest will be packaged along with the 
1626
      executable, but only if it exists.
1627
 
1628
------------------------------------------------------------------------
4362 dpurdie 1629
Version:  3.5.0000.cr                               Released: 24-Jun-14
1630
------------------------------------------------------------------------
1631
Minor changes:
1632
    * ANDROID Support
1633
      The 'populate' phase passes in all arguments from the MakeProject directive
1634
      This allows libs and jars to be named during the populate phase.
4345 dpurdie 1635
 
361 dpurdie 1636
------------------------------------------------------------------------
4345 dpurdie 1637
Version:  3.4.9000.cr                               Released: 19-Jun-14
1638
------------------------------------------------------------------------
1639
Minor changes:
1640
    * ANDROID Support
1641
      Populate the project during the build phase. This will place 
1642
      external JARs and Shared Libraries in the project to facilitate
1643
      development.
1644
 
1645
------------------------------------------------------------------------
4326 dpurdie 1646
Version:  3.4.8000.cr                               Released: 18-Jun-14
4324 dpurdie 1647
------------------------------------------------------------------------
1648
Minor changes:
1649
    * New Platform - ANDROID
1650
      Basic build support provided though the Makeproject directive
1651
      The Sdk and all other tools are provided via packages. These
1652
      include: androidBuilder, anddroidSdk and ant
1653
 
1654
------------------------------------------------------------------------
4309 dpurdie 1655
Version:  3.4.7000.cr                               Released: 11-Jun-2014
1656
------------------------------------------------------------------------
1657
Minor changes:
1658
    * GCC toolsets
1659
      Removed -Wid-clash-31 from the list of warnings enabled via 'options=wall'
1660
 
1661
    * New Platform Alias - MSWIN32
1662
      This alias will expand to (supported) targets that build Microsoft
1663
      Windows 32-bit targets. At this release these targets are:
1664
        WIN32   - Visual C 6         
1665
        VS2005  - Visual Studio 2005 (Not recommended)
1666
        VS2012  - Visual Studio 2012
1667
 
1668
------------------------------------------------------------------------
4287 dpurdie 1669
Version:  3.4.6000.cr                               Released: 26-May-14
1670
------------------------------------------------------------------------
1671
Minor changes:
1672
    * Subversion utilities
4309 dpurdie 1673
      Ignored messages about external links while examining the workspace.
4287 dpurdie 1674
      Only generated by some versions of SVN.
1675
      Note: SVN Externals are not supported - just ignored.
1676
 
1677
------------------------------------------------------------------------
4266 dpurdie 1678
Version:  3.4.5000.cr                               Released: 21-May-14
1679
------------------------------------------------------------------------
1680
Minor changes:
1681
    * PackageFile directive
1682
      Improved the --DirTree operation to allow it to work in packages
1683
      with an inverted buildfile structure.
1684
 
1685
------------------------------------------------------------------------
4261 dpurdie 1686
Version:  3.4.4000.cr                               Released: 21-May-14
1687
------------------------------------------------------------------------
1688
Minor changes:
1689
    * Makefile Directives MakeProject and MakeAnt
1690
      Ensure that each project creates a unique makefile target.
1691
      Previously, projects based on the same solution/project file would
1692
      only build the last project due to a name clash
1693
 
1694
------------------------------------------------------------------------
4257 dpurdie 1695
Version:  3.4.3000.cr                               Released: 16-May-14 
1696
------------------------------------------------------------------------
1697
Minor changes:
1698
    * PackageFile directive
1699
      Improved the --DirTree operation. The directive can package up any
1700
      directory within the package - as determined by the PackageBase.
1701
 
1702
------------------------------------------------------------------------
4248 dpurdie 1703
Version:  3.4.2000.cr                               Released: 14-May-14
4197 dpurdie 1704
------------------------------------------------------------------------
1705
Minor changes:
1706
    * Utility: jats sandbox. 
1707
      New subcommand called buildfilter, to display and modify the buildfilter
1708
      used within the sandbox.
1709
 
4247 dpurdie 1710
    * Utility: jats_metrics
1711
      Detect subversion based workspaces and do not attempt to invoke the
1712
      'cleartool' command to count the clearcase branches in the view.
1713
 
4197 dpurdie 1714
------------------------------------------------------------------------
4193 dpurdie 1715
Version:  3.4.1000.cr                               Released: 04-Apr-14
4192 dpurdie 1716
------------------------------------------------------------------------
1717
Minor changes:
1718
    * Preliminary support for VS2012 and CSHARP2012
1719
      This is a Beta.
1720
      Requires VS2012 professional update 4 to be installed
1721
 
1722
    * Utility: gen_cots
1723
      Fixed the package creation process
1724
 
1725
    * Utility: sandbox.
1726
      The -toPackage, -fromPackage, -justPackage and ignore package now support
1727
      a full package_version name, in addition to the simple package name and
1728
      the package name.project forms.
1729
 
1730
      Clarified the forms in the documentation.
1731
 
1732
------------------------------------------------------------------------
4179 dpurdie 1733
Version:  3.4.0000.cr                               Released: 26-Mar-14 
4135 dpurdie 1734
------------------------------------------------------------------------
1735
Minor changes:
4163 dpurdie 1736
    * PackageFile directive
1737
      Improved the --DirTree option's detection of paths outside the current
1738
      directory.
1739
 
4179 dpurdie 1740
    * Jats build log
1741
      Will display the name of the host machine when being run by the BuildTool
1742
      and the build daemons.
1743
 
1744
    * New JATS supported host machine type: linux_x86
1745
      This has been added to support auperaunx01 as a general developer machine
1746
      Currently there are no supported compilers for this machine. It is only
1747
      the JATS tool chain. It allows the processing of subversion related 
1748
      commands.
1749
 
4163 dpurdie 1750
------------------------------------------------------------------------
1751
Version:  3.3.5000.cr                               Released: 21-Feb-14 
1752
------------------------------------------------------------------------
1753
Minor changes:
4135 dpurdie 1754
    * Makefiles. Platform specifier
1755
      Corrected issue where the platform specifier consists entirely of 
1756
      non-platform arguments.
1757
 
1758
    * Jats.bat file example/template
1759
      Added JAVA 1.7 default location
1760
 
1761
------------------------------------------------------------------------
4119 dpurdie 1762
Version:  3.3.4000.cr                               Released: 22-Jan-14
4115 dpurdie 1763
------------------------------------------------------------------------
1764
Minor changes:
4119 dpurdie 1765
    * SK20 Toolset
1766
      Added standard HOST_* definitions to SK20 target
1767
 
1768
    * Subversion Support
1769
      Ignore error text of the form 'QDBusConnection:*' from the SVN error
1770
      stream. This may be generated by a dud released of Ubuntu KDE
1771
 
1772
------------------------------------------------------------------------
1773
Version:  3.3.3000.cr                               Released: 15-Jan-14
1774
------------------------------------------------------------------------
1775
Minor changes:
4115 dpurdie 1776
    * Re-release with missing SK20 support files.
1777
 
1778
------------------------------------------------------------------------
4110 dpurdie 1779
Version:  3.3.2000.cr                               Released: 13-Jan-14 
4109 dpurdie 1780
------------------------------------------------------------------------
1781
Major changes:
1782
    * New build target called SK20
1783
      This uses a gcc-based cross compiler and can be run on linux development
1784
      machines. The compiler and associated SDKs are provided by 'You Transactor'
1785
      Controlled in the VIX package named 'arm-iwmmxt-linux-gnueabi'. This package
1786
      addresses issues in the 'You Transactor' provided installer.
1787
 
1788
Minor changes:
1789
 
1790
------------------------------------------------------------------------
4097 dpurdie 1791
Version:  3.3.1000.cr                               Released: 13-Dec-13  
4075 dpurdie 1792
------------------------------------------------------------------------
1793
Major changes:
1794
 
1795
Minor changes:
1796
    * C# Toolset
1797
      Supported named dependencies when specifying a resx file to support
1798
      resx files that include other files.
1799
 
4097 dpurdie 1800
      Resx support. Extend search path for associated .cs file to include
1801
      the parent directory.
1802
 
4095 dpurdie 1803
    * Utility: update_release
1804
      Set umask to 0002 to assist in preserving group access to files and
1805
      folders created in the 'releases' area.
4075 dpurdie 1806
 
4095 dpurdie 1807
    * Utility: svn createPackage
1808
      Perform a validity check on any directory tree being imported. It 
1809
      must not contain any of the following reserved directory names:
1810
        .svn, .git, .hg, .cvs, tags, trunk or branches
4075 dpurdie 1811
 
4095 dpurdie 1812
    * GCC Based build targets
1813
      Extended CTAGS support to GCC based targets.
4097 dpurdie 1814
      'jats make ctags' will generate a ctags file for GCC based builds in
1815
      the same manner as it has for Windows based builds.
4095 dpurdie 1816
 
4075 dpurdie 1817
------------------------------------------------------------------------
4096 dpurdie 1818
Version:  3.3.0000.cr                               Released: 19-Sep-13
4034 dpurdie 1819
------------------------------------------------------------------------
1820
Major changes:
1821
    * GCC Toolchain - Android NDK support
1822
      Implemented SharedLibrary option - --NoVersionDll
1823
      Implemented CompilerOptions - 'NoVersionDll'
1824
 
4036 dpurdie 1825
      Improved the process that creates symbolic links between a Shared
4034 dpurdie 1826
      Libraries 'RealName' and its 'soname' and 'link name'
1827
 
1828
      Added support for a compiler to be provided through a package.
1829
      Specifically implemented to allow Android
1830
 
1831
Minor changes:
1832
    * BuildName directive
1833
      Force '--RelaxedVersion' on COTS packages that have exactly 3 arguments.
1834
 
1835
    * Sandbox utility
4036 dpurdie 1836
      Fixed use of a 'buildfilter' file in the sandbox directory.
4034 dpurdie 1837
 
1838
    * GCC Toolchain - General
4036 dpurdie 1839
      When building a shared library, all unresolved symbols will generate
4034 dpurdie 1840
      a warning.
1841
 
1842
------------------------------------------------------------------------
4003 dpurdie 1843
Version:  3.2.2000.cr                               Released: 27-Aug-13
1844
------------------------------------------------------------------------
1845
Major changes:
1846
 
1847
Minor changes:
1848
    * Automated Build System Support for machines that do not build the package
1849
      This version provides a transparent 'dummy' build under conditions where
1850
      a package does not build for the current machine. All the commands
1851
      used by the 'buildtool' will perform a dummy build. There are no build
1852
      artifacts, but the build will not fail.
1853
 
1854
      This mechanism improved the tracking of files created during the creation
1855
      of makefiles and uses this mechanism to deleted generated files.
1856
 
1857
------------------------------------------------------------------------
3987 dpurdie 1858
Version:  3.2.1000.cr                               Released: 16-Aug-2013
1859
------------------------------------------------------------------------
1860
Major changes:
1861
 
1862
Minor changes:
1863
    * Utility: update_release
1864
      Added options:
1865
        -addfilter=xxx[,yyy]*
1866
        -delfilter=xxx[,yyy]*
1867
      Allowed the -filter option to take a comma separated list of filters.
1868
      Allowed filters to contain a pathname element. ie: scripts/*.sh
1869
      Allow filters without wildcard characters to work correctly.
1870
      Report filter elements that are not used.
1871
 
1872
    * CSharp Toolset: Resx processing
1873
      Backward compatibility with badly formed packages.
1874
      Ignore 'Designer.cs' files that have zero length.
1875
 
1876
    * Build Target: UBUNTU12
1877
      Added missing LMOS aliases.
1878
 
1879
------------------------------------------------------------------------
3967 dpurdie 1880
Version:  3.2.0000.cr                               Released: 8-Aug-2013
1881
------------------------------------------------------------------------
1882
Major changes:
1883
    * New build target: UBUNTU12
1884
      This is intended to facilitate testing of emebedded devices. It is not
1885
      intended to build deployed software.
1886
 
1887
      UBUNTU12 is considered to be an embedded device and as such is included in
1888
      the DEVLINUX alias.
1889
 
1890
      UBUNTU12 is built on an Ubuntu LTS 12.04 platform using
1891
      gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3.
1892
 
1893
Minor changes:
1894
    * Jats wrapper script
1895
      The default version control system has been set to 'svn'. This means that
1896
      the jats commands 'label', 'release' and 'extract' will invoke the
1897
      Subversion instance of the command.
1898
 
1899
      This change will not be picked up by Windows users. They will need to
1900
      update their jats.bat file if they want this change.
1901
 
1902
    * Utility: jats vcsdiff
1903
      Added support for BeyondCompare3 under windows.
1904
 
1905
    * Utility: jats upddep
1906
      Corrected issue that prevented the results being written to the build.pl
1907
      file under windows.
1908
 
1909
    * CSharp Toolset: Resx processing
1910
      Improved the generation of the Resource names. Now supports
1911
      form names that do not match the enclosing resource.
1912
 
1913
      Supports Resources without a matching .cs file - as long as there
1914
      is a matching Designer.cs file.
1915
 
1916
    * GCC Toolchain
1917
      Added version testing of the compiler being invoked by the build.
1918
 
1919
------------------------------------------------------------------------
3859 dpurdie 1920
Version:  3.1.9000.cr                               Released: 21-Jun-13
1921
------------------------------------------------------------------------
1922
Major changes:
1923
    * Jira Issue: JATS-274: Long view name causes legacy package to
1924
                            fail to daemon build
1925
      Create shorter viewnames when extracting Subversion workspace
1926
 
3967 dpurdie 1927
    * Documentation
3859 dpurdie 1928
      Document the EnvVar ANT_HOME  
1929
 
1930
------------------------------------------------------------------------
3833 dpurdie 1931
Version:  3.1.8000.cr                               Released: 04-Jun-13
3832 dpurdie 1932
------------------------------------------------------------------------
1933
Major changes:
1934
    * New Platform: INTELLECT
1935
      Support for Intellect PAX.
1936
      This support does not extend to native building of PAX modules. It is
1937
      intended to 'wrap' the existing PAX Build system.
1938
 
1939
      The body of the Pax Building infrastructure is not within the JATS core
1940
      but is to be provided though a JATS plugin.
1941
 
1942
------------------------------------------------------------------------
3559 dpurdie 1943
Version:  3.1.7000.cr                               Released: 03-May-13
1944
------------------------------------------------------------------------
1945
Major changes:
3564 dpurdie 1946
    * New Platform: VSDEVRC
1947
      Uses an MSP430G2553 processor, a member of the Texas Instruments MSP430
1948
      family
3559 dpurdie 1949
 
1950
Minor changes:
1951
    * Utility: jats sandbox
1952
      Support sandbox specific build filter. A file called 'buildfilter' in
1953
      the root of the sandbox will be used to specify a sandbox-local
1954
      buildfilter. It will override any buildfilter provided on the command
1955
      line.
1956
 
1957
    * Jats Configuration
1958
      Replace auperaunx26 with auperaarc01 as the default package server.
1959
 
1960
    * Jats Utility: rewrite and upddep
1961
      Purify build files that have mixed line endings under both Windows
1962
      and Linux.
1963
 
1964
      Addresses an issue where build files with mixed line endings are not
1965
      correctly rippled.
1966
 
1967
------------------------------------------------------------------------
3347 dpurdie 1968
Version:  3.1.6000.cr                               Released: 05-Apr-13
1969
------------------------------------------------------------------------
1970
Major changes:
1971
 
1972
Minor changes:
1973
    * Jats Core
1974
      Corrected algorithm used to search for a matching package version.
1975
      This is used by the -build option of ccrelease and svnrelease and
1976
      the '-locatepkg' option of JATS.
1977
 
1978
    * Utility: svnsave_build
1979
      Used only by the build daemons.
1980
      Do not propagate the 'author' of the base package if the build is a ripple.
1981
 
1982
    * Utility: svnrelease and svnextract
1983
      The process of backtracking from a tag to a branch/trunk supports
1984
      branches that are more than a single subdirectory.
1985
 
1986
------------------------------------------------------------------------
3045 dpurdie 1987
Version:  3.1.5000.cr                               Released: 13-Feb-13 
1988
------------------------------------------------------------------------
1989
Major changes:
1990
 
1991
Minor changes:
1992
    * svnrelease utility
1993
      The use of the '-branch' option will not replace the build files with
1994
      those from the base tag, nor will it replace any files that were modified
1995
      between the tag and branch from which the tag was taken.
1996
 
1997
      The resultant workspace will be the HEAD of the named branch, although
1998
      the extraction process will highlight changes between the named branch and
1999
      the named tag.
2000
 
2001
    * svnrelease utility
2002
      Corrected a problem in backtracking from a tag to the development branch
2003
      with some releases of TortoiseSVN.
2004
 
2005
------------------------------------------------------------------------
2931 dpurdie 2006
Version:  3.1.4000.cr                               Released: 31-Jan-13
2007
------------------------------------------------------------------------
2008
Major changes:
2009
 
2010
Minor changes:
2011
    * CHSHARP Toolset
2012
      New CompileOption: NoVersionDLL
2013
        Suppress the creation of versioned DLL for all Shared Libraries
2014
        covered by the makefile.
2015
 
2016
      New SharedLib option: --NoVersionDll
2017
        Suppress the creation of versioned DLLs.
2018
        Unversioned DLLs will always be generated.
2019
 
2020
    * ALL Toolsets
2021
      Ensure that some EnvVars that confuse the GNU automake are not exported
2022
 
2023
    * Utility vcsdiff
2024
      Under Unix will perform a 'diff' of the two views.
2025
      Added '-diff' option to force a text mode diff under Windows, rather than
2026
      the default use of BeyondCompare.
2027
 
2028
------------------------------------------------------------------------
2764 dpurdie 2029
Version:  3.1.3000.cr                               Released: 04-Jan-13
2030
------------------------------------------------------------------------
2031
Major changes:
2032
 
2033
Minor changes:
2034
    * Subversion Extraction
2035
      Detect and report error condition where a tag references a parent
2036
      directory of the tag.
2037
 
2038
      Better handling of tagged versions that have been moved within the
2039
      repository.
2040
 
2041
    * Subversion Support
2042
      Detect authentication errors and issue user-friendly error messages
2043
      showing the user what to do.
2044
 
2045
    * Added Support for LMOS_COBRA
2046
      This does not imply that LMOS is fully supported on the COBRA, only that
2047
      we have build support for this target.
2048
 
2049
      Note: LMOS is not fully supported by VIX on the COBRA platform.
2050
            LMOS should not be used on the COBRA.
2051
 
2052
Internal:
2053
    * Jats Utility: JatsFileUtil usage
2054
      Better handling of files with nasty characters(%'&) in them.
2055
      Now use a modified Url encoding scheme to pass them into JatsFileUtil
2056
      JatsFileUtil Will perform Url decoding of all arguments
2057
 
2058
------------------------------------------------------------------------
2478 dpurdie 2059
Version:  3.1.2000.cr                               Released: 15-Nov-12
2060
------------------------------------------------------------------------
2061
Major changes:
2062
 
2063
Minor changes:
2064
    * Makefile Generation.
2065
      Fixed issue with packaging files with a single quote(') in the name
2066
 
2067
------------------------------------------------------------------------
2450 dpurdie 2068
Version:  3.1.1000.cr                               Released: 14-Nov-12
2069
------------------------------------------------------------------------
2070
Major changes:
2071
 
2072
Minor changes:
2073
    * Makefile generation
2074
      Warning generation of bad source paths does not generate an error
2075
      if the path test escapes the directopry tree. It will generate a
2076
      warning, which allows the build to progress as before - with lots
2077
      of warnings.
2078
 
2079
    * Makefile Generation
2080
      BuildSubDir and SubDir directives - cleanup paths.
2081
 
2082
    * Jats Utility: JatsFileUtil
2083
      Better handling of double '\' in pathnames under windows.
2084
 
2085
 
2086
------------------------------------------------------------------------
2439 dpurdie 2087
Version:  3.1.0000.cr                               Released: 08-Nov-12
2429 dpurdie 2088
------------------------------------------------------------------------
2089
Major changes:
2090
    * Make-time performance improvement of packaging
2091
      Improved the performance of the 'packaging' and 'installing' operations
2092
      by an order of magnitude under windows. Replaced the shell scripting of
2093
      these operations with a dedicated program.
2094
 
2095
      This change also addressed a long-time Windows issue with the packaging
2096
      of files into very long (>~250) paths as the utility supports the full
2097
      windows path scheme.
2098
 
2099
Minor changes:
2100
    * Command Changes: jats clobber
2101
      The 'jats clobber' command has been significantly sped up
2102
      The 'clobber' no longer unpackages and uninstalls files one by one
2103
      from the relevant directories. The entire directory is deleted.
2104
 
2105
      The original sequence can still be perform, if required, with the commands
2106
        jats make clobber
2107
      This operates as before.
2108
 
2109
    * Utility: escrow
2110
      Support to extract packages with a subdirectory structure that
2111
      breaks the JATS rule that the TTB directory names are reserved.
2112
      Some COTS packages break the rule.
2113
 
2114
    * Utility: svn : delete-branch
2115
      Modified the svn branch deletion operation.
2116
        With no arguments it will show the current branch.
2117
 
2118
    * Utility: svn : url
2119
      Improved the conversions supported. Now handles leading SVN::
2120
      and will decode tags of the form SVN::path::tag
2121
 
2122
    * Utility: svn : import
2123
      Added a '-nocommit' option to allow the results of the import to be
2124
      inspected before committing them to the Repository.
2125
 
2126
    * Subversion Support
2127
      Detect authentication errors and issue user-friendly error messages
2128
      showing the user what to do.
2129
 
2130
      The special label of TIMESTAMP now creates a tag with a .WIP
2131
      suffix. This allows the tag to be deleted in the VIX protected
2132
      repositories.
2133
 
2134
------------------------------------------------------------------------
2078 dpurdie 2135
Version:  3.0.5000.cr                               Released: 05-Oct-12
2136
------------------------------------------------------------------------
2137
 
2138
Minor changes:
2139
    * Jats build
2140
      Added a '-nopackages' option to allow the creation of version information
2141
      files under conditions where the external packages are not available, such
2142
      as within a JATS Sandbox.
2143
 
2144
      This option is intended to be used in conjunction with the 'interface'
2080 dpurdie 2145
      command, with a sandbox.
2078 dpurdie 2146
 
2147
      ie: jats sandbox cmd -keepgoing build interface -nopackages
2148
 
2149
------------------------------------------------------------------------
2054 dpurdie 2150
Version:  3.0.4000.cr                               Released: 27-Sep-12
2049 dpurdie 2151
------------------------------------------------------------------------
2152
 
2153
Minor changes:
2154
    * Utility: svn
2155
      Added two subcommands
2156
        branch - to create a branch within a workspace
2157
        switch - to switch a workspace to a branch, or tag.
2158
                 Can also display available branches.
2159
 
2054 dpurdie 2160
    * Utility: sandbox. Subcommand: cmd
2161
      Added '-keepgoing' option to allow the user to ignore errors
2040 dpurdie 2162
 
2163
    * Utility: rtag_extract
2164
        * Added -[no]log option to control the output
2165
        * Extended the examples in the documentation
2166
 
2167
    * Utility: svnrelease and svnextract
2168
      Modified the way that branches are created and used.
2169
      Modified two options:
2170
        -mkbranch=name. Will create a branch while extracting the package
2171
                        The named branch must not exist
2172
        -branch=name.   Will extract the head of the named branch - if it exists
2173
                        The named branch must exist
2174
      The two options are mutually exclusive.
2175
 
2176
------------------------------------------------------------------------
2017 dpurdie 2177
Version:  3.0.3000.cr                               Released: 24-Sep-12
2178
------------------------------------------------------------------------
2179
 
2180
Minor changes:
2181
    * Utility: rtag_extract
2182
      The following enhancements have been made to this utility
2183
        * Only allow extracting into a jats sandbox
2184
        * Create workspaces with a name that is the package name
2185
        * Skip extraction of a package if it already exists in the sandbox
2186
 
2187
------------------------------------------------------------------------
1456 dpurdie 2188
Version:  3.0.2000.cr                               Released: 21-Sep-12
2189
------------------------------------------------------------------------
2190
 
2191
Minor changes:
2017 dpurdie 2192
    * Utility: svnrelease and svnextract
1456 dpurdie 2193
      The name of the directory into which the package will be etracted
2194
      has been greatly simplified, under most cases.
2195
 
2196
------------------------------------------------------------------------
1447 dpurdie 2197
Version:  3.0.1000.cr                               Released: 18-Sep-12
2198
------------------------------------------------------------------------
2199
 
2200
Minor changes:
2201
    * Utility: svnrelease
2202
      Correctly handle build files that are not in the root directory
2203
      Missed in previous release.
2204
 
2205
------------------------------------------------------------------------
2206
Version:  3.0.0000.cr                               Released: 13-Sep-12
2207
------------------------------------------------------------------------
2208
 
2209
Major changes:
2210
    * Jats Version Number
2211
      Rolled to version 3 as the build number was confusingly high
2212
      Although the major version number has changed, JATS has not changed
2213
      significantly.
2214
 
2215
Minor changes:
2216
    * Makefile Generation
2217
      Packing of directories filters out .svn subdirectories
2218
 
2219
    * Utility: svnrelease
2220
      Correctly handle build files that are not in the root directory
2221
 
2222
------------------------------------------------------------------------
1403 dpurdie 2223
Version:  2.101.0000.cr                               Released: 11-Sep-12
2224
------------------------------------------------------------------------
2225
Major changes:
2226
    * Subversion support
2227
      Multiple changes to subversion support to simplify development with
2228
      SubVersion. Changes include:
2229
        - New VcsTag that has a path and a tag component
2230
        - Multiple extraction modes with checks to highlight unexpected
2231
          file changes between workspace and branch head.
2232
 
2233
Minor changes:
2234
    * Utility: New utility - rtag_extract
2235
      Tool to extract a set of packages based on a Release Manager Release.
2236
      Can limit the files extracted to one or more paths, or a list of packages.
2237
      Provides supervised extraction of the set of packages.
2238
      Use 'jats man rtag_extract' or online documentation.
2239
 
2240
    * Utility: svnsave_build
2241
      Failure to change the author of the build is not an error.
2242
      This allows for non-standard repositories being used during consolidation
2243
 
2244
    * Linux support utilities
2245
      Add a version of 'addr2line' that understands the ELF file format
2246
      which has debug information striped out into a separate file.
2247
      Used to support backtracing within unit tests.
2248
 
2249
------------------------------------------------------------------------
1329 dpurdie 2250
Version:  2.100.6000.cr                               Released: 30-Jul-12
2251
------------------------------------------------------------------------
2252
Major changes:
2253
    * Subversion Repository location
2254
      The correct paths to the various SubVersion repositories is:
2255
        GBE_SVN_URL_AUPERASVN01: https://auperasvn01.aupera.erggroup.com/svn
2256
        GBE_SVN_URL_FRBESASVN01: http://frbesasvn01.frbesa.erggroup.com/svn
2257
      Windows users may need to update there jats.bat file.
2258
      These are Fully Qualified Domain Names.    
2259
 
2260
Minor changes:
2261
    * Jats startup warning introduced in 2.100.5000.cr
2262
      Now accepts both / and \ as path separators.
2263
 
2264
    * Utility: svnrelease
2265
      Modified the operation of the '-branch' to better mimic the ClearCase
2266
      operation of the same command. If the specified branch exists, then it
2267
      will be used, otherwise it will be created based on the specified tag.
2268
 
2269
    * Utility: svnsave_build
2270
      Modify the operation such that the 'author' of the saved build is set to
2271
      that of the user that created the version that that build is based upon.
2272
      This preserves the history of the build a lot better than tagging all
2273
      builds as being done by 'buildadm'.
2274
 
2275
    * Utility: ccdelete_view
2276
      Allow the user to specify ClearCase viewtags or a viewstore path.
2277
 
2278
    * Utility: sandbox
2279
      Added options to control the packages processed. The user can specify
2280
      a range of packages and exclude or include specific packages.
2281
 
2282
      Subcommand: populate
2283
      Added -exclude=name[,name]+ to allow specific packages to be excluded
2284
      Add -all option to force dependency testing of packages already in the
2285
      sandbox.
2286
 
2287
    * Subversion Support
2288
      With an automated build environment the use of a default Subversion
2289
      repository is not supported.
2290
 
2291
      Creating a workspace will display the files being extracted providing
2292
      a progress indication.
2293
 
2294
    * Jats Online Documentation
2295
      Migrated several items from the VIX Wiki to the FAQ section of the
2296
      online documentation.
2297
 
2298
    * Generated makefiles
2299
      Improved tracing of package archive source in comments
2300
 
2301
------------------------------------------------------------------------
401 dpurdie 2302
Version:  2.100.5000.cr                               Released: 28-May-12
399 dpurdie 2303
------------------------------------------------------------------------
2304
Major changes:
2305
 
2306
Minor changes:
2307
    * New Platform: WCENAUTIZX5
2308
     "Nautiz eTicket Pro" built under VS2005
2309
 
400 dpurdie 2310
    * Jats startup will warn Windows Users if jats.bat does not
2311
      link to the dynamically updated version of JATS. 
2312
 
399 dpurdie 2313
Internal:
2314
    * Corrected error handling in Release Manager Database connection
2315
      Worked on Windows, but not linux.
2316
 
2317
------------------------------------------------------------------------
387 dpurdie 2318
Version:  2.100.4000.cr                               Released: 30-Apr-12
2319
------------------------------------------------------------------------
2320
Major changes:
2321
 
2322
Minor changes:
2323
    * Jats makefile directive: MakeProject
2324
      Improved support for packaging files with spaces and other make-unfriendly
2325
      characters in their pathname.
2326
 
2327
------------------------------------------------------------------------
385 dpurdie 2328
Version:  2.100.3000.cr                               Released: 20-Apr-12
2329
------------------------------------------------------------------------
2330
Major changes:
2331
 
2332
Minor changes:
2333
    * Platform: VIXITP
2334
      Minor enhancements
2335
 
2336
    * JATS wrappers
2337
      Updated default paths to Subversion Servers
2338
 
2339
    * Subversion Support
399 dpurdie 2340
      Added svn delete-branch
385 dpurdie 2341
 
2342
------------------------------------------------------------------------
383 dpurdie 2343
Version:  2.100.2000.cr                               Released: 13-Apr-12
2344
------------------------------------------------------------------------
2345
Major changes:
2346
 
2347
Minor changes:
387 dpurdie 2348
    * GCC Toolmaking
383 dpurdie 2349
      Use JATS' internal dependency generator. This is much faster than the
2350
      use of the gcc as previously implemented.
2351
 
2352
    * New Platform: VIXITP
387 dpurdie 2353
      Specialized platform for the VIX 'ITP' product.
383 dpurdie 2354
 
2355
    * Subversion Support
2356
      Documented the use of 'TIMESTAMP' in svn commands
2357
      svnrelease. The -branch option supports the special name TIMESTAMP
2358
 
2359
 
2360
------------------------------------------------------------------------
381 dpurdie 2361
Version:  2.100.1000.cr                               Released: 28-Mar-12
2362
------------------------------------------------------------------------
2363
Major changes:
2364
 
2365
Minor changes:
2366
    * Jats makefile directive: MakeLinuxDriver
2367
      Added support for source files not in the same directory as the
2368
      makefile.
2369
 
2370
    * Jats makefile directives: SharedLib and Lib
2371
      Improved support for named source files with directory elements
2372
 
2373
------------------------------------------------------------------------
379 dpurdie 2374
Version:  2.100.0000.cr                               Released: 23-Mar-12
2375
------------------------------------------------------------------------
2376
Major changes:
2377
 
2378
    * WIN32 Target (Visual Studio 6)
2379
      This target will now consume headers/libraries from a VS6 directory.
2380
      This has been provided to allow the use of Dinkumware_STL to be limited
2381
      to this one compiler. Specifically we need to excluded the use of
2382
      Dinkumware from VS2010 builds.
2383
 
2384
    * C# Toolchain
2385
      Correctly detect missing .cs file in .resx /.cs file pair.
2386
 
2387
Minor changes:
2388
    * Jats wrapper script
2389
      New option: -logfile=name
2390
 
2391
    * Jats configuration
2392
      jats.bat example (Windows)
2393
      jats.sh example (Unix)
2394
      Redefined location of the Perth Subversion server AUPERASVN01
2395
 
2396
    * Escrow build on solaris_x86
2397
      Added workaround for strange issue on X86 based Solaris machines
2398
      The GBE_MACHTYPE EnvVar would disappear during the build process
2399
 
2400
    * Utility ccrelease
2401
      The -extractfiles option nolonger uses a dynamic view to perform the
2402
      extraction. It uses the same process as normal view creation.
2403
 
2404
    * Utility: svn
2405
      Improved package import processing.
2406
      Allow Date, Author and Log to be added to the imported package
2407
 
2408
    * Jats Utility: gen_cots
2409
      Added support for Subversion.
2410
      Subversion is supported on Windows and Unix.
2411
      ClearCase is supported on Windows.
2412
 
2413
    * Jats Utility: vcsdiff
2414
      New Utility. Will diff two versions of a package. Supports
2415
      mixed ClearCase and Subversion versions.
2416
      Under windows it can invoke BeyondCompare
2417
      Under Windows and Unix it can perform a MD5 check over both directories.
2418
 
2419
------------------------------------------------------------------------
377 dpurdie 2420
Version:  2.99.2000.cr                               Released: 3-Feb-12
2421
------------------------------------------------------------------------
2422
Major changes:
2423
 
2424
Minor changes:
2425
    * BuildVersion directive
2426
      Updated Company Name, Copyright and Trademark strings to 'Vix IP Pty Ltd'
2427
 
2428
    * GCC Toolset
2429
      Added support for filterering warning messages, via a warnings.gcc file
2430
 
2431
------------------------------------------------------------------------
375 dpurdie 2432
Version:  2.99.1000.cr                               Released: 13-Jan-12
2433
------------------------------------------------------------------------
2434
Major changes:
2435
 
2436
Minor changes:
2437
    * Command: jats clobber
2438
      When building packages that use deploylib - remove the 'build/deploy'
2439
      directory as a part of the clobber processing.
2440
 
2441
    * Jats wrapper. Environment Variable Cleanup (Windows Only)
2442
      Force ALL EnvVars stored in the environment and passed to programs
2443
      invoked by JATS to be converted to upper case.
2444
 
2445
      This solves problems associated with some programs that do not treat
2446
      Windows EnvVars as case insensitive.
2447
 
377 dpurdie 2448
      A useful side effect of this change is that VS2010 running on
2449
      64-bit Windows-7 will now locate the default installation of VS2010, as
2450
      will many other toolsets.
375 dpurdie 2451
 
2452
    * jats svnlabel
2453
      Report conflicting options: Label and Clone
2454
 
2455
      Correct the 'label' operation. The user is not allowed to provide
2456
      path. The user must provide a simple label. JATS will determine the
2457
      workspace and the correct branch/tag to place the label in.
2458
 
2459
    * Built Daemon support
2460
      jats_svn_savebuild will now delete a WIP if its in the /tags/ directory.
2461
      This allows WIPs to be tags or branches
2462
 
2463
------------------------------------------------------------------------
373 dpurdie 2464
Version:  2.99.0000.cr                               Released: 06-Jan-12
2465
------------------------------------------------------------------------
2466
Major changes:
2467
    * GCC Toolset
2468
      Modified the creation and maintenance of debug information.
2469
      New methodology is:
2470
        Debug information is created for both production and debug builds
2471
        Debug information is placed in a .dbg file, which is linked to the
2472
        executable, or shared library. The .dbg file is packaged in the manner
2473
        as the main binary.
2474
 
2475
      This methodology does not bloat the binary with debug information, while
2476
      retaining debug information. The binary transferred to an embedded
2477
      device does not contain debug information, yet the image used in the
2478
      debugger can still access the debug information. This is the best of
2479
      both worlds.
2480
 
2481
Minor changes:
2482
    * HTML Documentation
2483
      JatsWelcome.html - Extended references to BMS documentation.
2484
 
2485
Internal changes:
2486
    * Generated makefiles
2487
      Removed the make_usage target as it is inaccessible. It was replaced by
2488
      jmake's 'help' command a long time back.
2489
 
2490
------------------------------------------------------------------------
371 dpurdie 2491
Version:  2.98.4000.cr                               Released: 23-Dec-11
2492
------------------------------------------------------------------------
2493
Major changes:
2494
    * Jats Sandbox
2495
      Softlinks to packages within the sandbox are now relative to the root of
2496
      the sandbox. This allows packages in the sandbox to be created under one
2497
      machine architecture and consumed under another.
2498
 
2499
    * RIORDS Platform
2500
      Generate output files with the package version embedded in the name
2501
      This can be disabled with --NoVersion
2502
 
2503
      Package up the 'hex' file created when the .img file is processed.
2504
 
2505
 
2506
Minor changes:
2507
    * Processing makefile.pl
2508
      Better handling of some shared library arguments for undeclared files
2509
      Error detection of some arguments that start with white-space
2510
 
2511
------------------------------------------------------------------------
369 dpurdie 2512
Version:  2.98.3000.cr                               Released: 14-Dec-11
2513
------------------------------------------------------------------------
2514
Major changes:
2515
 
2516
Minor changes:
2517
    * New Platform and Toolchain
371 dpurdie 2518
      Platform is RIORDS. This uses the MSP430 toolchain.
369 dpurdie 2519
      Beta release of this toolchain
2520
 
2521
    * Jats Escrow. Escrow extraction
2522
      Force views created to be done in the same manner as the build daemon.
2523
      Under Clearcase, do not include the /main/0 rule.
2524
 
2525
    * Utility: ccrelease (jats release, jats extract)
2526
      Correct use of /main/0 on Unix platforms to match Windows behavior.
2527
      Only add /main/0 if the user has provided a path to a directory within
2528
      a vob.
2529
 
2530
    * Various changes to remove warnings when used with perl 5.14.
2531
      Note: Perl 5.14 is not recommended.
2532
            Perl 5.8.8 is recommended.
2533
 
2534
    * Windows utilities
2535
      Updated 7z to version 9.20.
2536
 
2537
    * Subversion Support
2538
      Support for 1.7 error messages
2539
      Extended the 'jats svn' utility. New subcommands:
2540
        paths - Display Subversion tag to URL conversions
2541
        tag   - Convert a path or URL to a Release Manager Tag
2542
        url   - Convert Release Manager tag to URL
2543
 
2544
    * COBRA Toolset
2545
      Suppress compiler warning on incompatible ABI
2546
 
2547
    * Create dpkg utility
2548
      Allows packaging from a sandbox, but only of package versions 99.99.99
2549
 
2550
Internal changes:
2551
    * Generated makefiles are now dependent on DPACKAGE files from dependant
2552
      packages, if present.
2553
 
2554
------------------------------------------------------------------------
367 dpurdie 2555
Version:  2.98.2000.cr                               Released: 15-Nov-11
2556
------------------------------------------------------------------------
2557
Major changes:
2558
 
2559
Minor changes:
2560
    * Jats Utility:
2561
      Added 'ccdelete_view'. This utility will delete a Clear Case view given a
2562
      viewtag, even if the view has been deleted from disk.
2563
 
2564
    * Jats startup
2565
      Jats will report an error if started in a directory that is inaccessible
2566
      to the user. An error will also be report if jats is directed to change to
2567
      in inaccessible directory.
2568
 
2569
    * Building an ANT project.
2570
      Jats will warn if a buildfile does not have an associated depends file.
2571
 
2572
    * TOOLSET: GCC
2573
      The 'options=args' now shows the operation of the dependency generation step.
2574
 
2575
    * TOOLSET: WINCE
2576
      Better detection of missing SDK components.  
2577
 
2578
    * Subversion support
2579
      Allow untrusted certificates in https connections.
2580
      VisualSvnServer provides self signed certificates
2581
 
2582
Internal:
2583
    * Makefile generation
2584
        Removed the use of the .rul file. Now generated in place.
2585
        Removed PLATFORM.mk dependencies. Work is done in jmake.
2586
 
2587
------------------------------------------------------------------------
365 dpurdie 2588
Version:  2.98.1000.cr                               Released: 15-Sep-11
2589
------------------------------------------------------------------------
2590
Major changes:
2591
 
2592
Minor changes:
2593
    * Utility: cclabel
2594
      Handle VCS tags of the form CC::path::label and extract the vob name and
2595
      the clearcase label.
2596
 
2597
    * Subversion support
2598
      Report errors when required utilities cannot be found
2599
      Delay reporting until utilities are required to allow the help system
2600
      to operate.
2601
 
2602
------------------------------------------------------------------------
363 dpurdie 2603
Version:  2.98.0000.cr                               Released: 09-Aug-11
2604
------------------------------------------------------------------------
2605
Major changes:
2606
    * New toolset: ARM251
2607
 
2608
    * New target platform: ARM_I5100
2609
      Uses the ARM251 toolset.
2610
 
2611
Minor changes:
2612
    * HTML Help
2613
      Correct display of subheadings in the Table of Contents under IE8
2614
 
2615
    * jats build -noforce
2616
      The 'quick' test to force a re-build now takes the value of
2617
      GBE_BUILDFILTER into account. If the value changes, then a rebuild will
2618
      be forced.
2619
 
2620
      This affect the 'jats all' and associated 'sandbox' commands.
2621
 
2622
    * Utility: ccrelease (jats release, jats extract)
2623
      Improved the ClearCase config spec used to create the view.
2624
 
2625
      If the command specifies a branching rule, then the view will not allow
2626
      directories above the package base to be branched. This will prevent
2627
      unintentional branching within the root of the VOB.
2628
 
2629
      If the command does not specify a branching rule, the view now allows
2630
      files and folders to be 'added' within the view, within the package. This
2631
      feature is suppressed when the tool is used by the AutoBuilder, or when
2632
      the load path contains only the name of the VOB.
2633
 
2634
    * Utility: svnrelease
2635
      Remove duplicate package-name words from the generated workspace name to
2636
      provide a cleaner workspace name.
2637
 
2638
      Allow the workspace to be deleted in 'release' mode by changing out of the
2639
      workspace directory before attempting the delete.
2640
 
2641
    * Utility: svn
2642
      Added 'test' to verify that the subversion CLI utility has been
2643
      installed and can be used.
2644
 
2645
    * Toolset: CSharp
2646
      Utilize features of cmdfile to simplify the generated makefile
2647
      Force the generated command file to have correct directory separation
2648
      character.
2649
 
2650
    * Toolset: SunWorks
2651
      Corrected usage of the -erroff directive
2652
      The later SunWorks compilers are more strict about its usage.
2653
      May affect 64 Solaris builds as the incorrect usage may have been
2654
      masking an error.
2655
 
2656
    * Toolset: Delphi7
2657
      Correct library building process that had been broken by previous
2658
      enhancement.
2659
 
2660
    * Toolset: dafbr
2661
      Internal option to simplify compiler testing
2662
 
2663
    * makefile.pl directive: GenerateFiles and RunTests
2664
      Corrected operation of the '--PackageInfo' expansion
2665
        - Return correct path to package
2666
        - If no info is selected, then assume '--path'
2667
 
2668
    * build.pl directive: BuildPlatforms
2669
      Added a '--Alias=Name[,Name]+' option. This allows the setting of
2670
      a platform alias, when the platform is defined.
2671
 
2672
    * build.pl directive: BuildVersion
2673
      Generate well formed VB6 definitions for packages that have dependent
2674
      packages.
2675
 
2676
    * make command: show
2677
      Improved the readability of the 'Alias Targets' list in the
2678
      'jats make show' command.
2679
 
2680
    * Utility: create_dpkg
2681
      When transferring files from a Windows file system to dpkg_archive
2682
      ensure that the execute permission is set for all users.
2683
 
2684
      Allows 'GENERIC' packages to package up executables that will be
2685
      executed on Unix machines.
2686
 
2687
------------------------------------------------------------------------
361 dpurdie 2688
Version:  2.97.0000.cr                               Released: 24-Jun-11 
2689
------------------------------------------------------------------------
2690
Major changes:
2691
    * HTML Help (Experimental)
2692
      Generated documentation for the various JATS utilities
2693
      It is based on the internal JATS documentation available on the command
2694
      line.
2695
 
2696
      Use http://auperaunx26.aupera.erggroup.com/devl/core_devl2/HTML/index.html
2697
 
2698
Minor changes:
2699
    * PackageFile directive
2700
      Allow packaging of files with a comma in the name.
2701
      Used by some COTS packages.
2702
 
2703
    * Windows utilities used by jats
2704
      stdmux and rpccpp: provide production versions that do not use debug
2705
      libraries as these are not present for all users.
2706
 
2707
    * Jats utility: dstatus
2708
      Shows the user friendly host name rather then the internal machine name.
2709
      This change is in line with the changes to Release Manager
2710
 
2711
    * Utility: svnrelease
2712
      Better deletion of workspaces referenced with non-standard URLs
2713
      Corrected problem with -branch=name option
2714
 
2715
    * Utility: svnrelease and ccrelease
2716
      Better deletion of workingspace directory.
2717
      Attempt to correct for directory permission problems.
2718
 
2719
    * Updated definition of GBE_SVN_URL_FRBESASVN01 to use
2720
      the server by name, rather than IP address: 'frbesasvn01'
2721
 
2722
    * Added EnvVar GBE_VCS to control the default Version Control System
2723
      employed by the 'jats release' and 'jats extract' commands.
2724
 
2725
      Usable values are: 'cc' and 'svn'.
2726
      The default value is 'cc', providing backward compatability to existing
2727
      developers.
2728
 
2729
 
2730
------------------------------------------------------------------------
359 dpurdie 2731
Version:  2.96.4000.cr                               Released: 06-May-11
2732
------------------------------------------------------------------------
2733
Major changes:
2734
 
2735
Minor changes:
2736
    * WIN32 Toolset
2737
      Remove .exp and .lib files that may be created when building a program.
2738
      These files may be generated when using code to create a DLL is used
2739
      to create an EXE.
2740
 
2741
    * Utility: upddep
2742
      Handle packages with version strings like: 1.6.0,REV=2006.11.29.05.03
2743
      The '=' was causing issues.
2744
 
2745
    * Utility: sandbox
2746
      New sub command - populate. Beta Release of this command
2747
      This sub command can be used to populate a sandbox with a specific package
2748
      and (optionally) its dependents, that (optionally) are not available
2749
      in a package archive.
2750
 
2751
      Sub command: create
2752
      New option '-exact'. This will create a sandbox in which the package
2753
      version numbers are significant. This is useful when recreating a specific
2754
      package version.
2755
 
2756
      Command specific help
2757
      Each sub command now has its own help.
2758
      ie: 'jats sandbox populate -help' will provide help on the populate
2759
      command.
2760
 
2761
    * BuildVersion directive
2762
      Will create well formed Windows Resource files when the Packages Build
2763
      Number is greater than 7.
2764
 
2765
Internal:
2766
    * Removed jats_save_build.pl
2767
      No longer used by the build tool.
2768
 
361 dpurdie 2769
------------------------------------------------------------------------
357 dpurdie 2770
Version:  2.96.3000.cr                               Released: 14-Mar-11
2771
------------------------------------------------------------------------
2772
Major changes:
2773
 
2774
Minor changes:
2775
    * Minor tweaks for WCEIPA280 support
2776
 
2777
    * Build tool support: jats_vcssave_build
2778
      Deprecated unused options.
2779
 
361 dpurdie 2780
------------------------------------------------------------------------
355 dpurdie 2781
Version:  2.96.2000.cr                               Released: 10-Mar-11
2782
------------------------------------------------------------------------
2783
Major changes:
2784
 
2785
Minor changes:
2786
    * New WinCE platform: WCEIPA280
2787
      Uses VS2005 and the IPA280 SDK from Ingenico
2788
 
361 dpurdie 2789
------------------------------------------------------------------------
353 dpurdie 2790
Version:  2.96.1000.cr                               Released: 09-Mar-11
2791
------------------------------------------------------------------------
2792
Major changes:
2793
 
2794
Minor changes:
2795
    * EnvVars
2796
      Support for GBE_SVN_URL_xxx to support multiple SubVersion repositories
2797
      at multiple locations.
2798
 
2799
    * Build tool support: jats_vcssave_build
2800
      New option -isawip to allow deprecation of -wiplabel option in
2801
      a future release.
2802
 
361 dpurdie 2803
------------------------------------------------------------------------
351 dpurdie 2804
Version:  2.96.0000.cr                               Released: 01-Mar-11
2805
------------------------------------------------------------------------
2806
Major changes:
2807
    * CSHARP2010 target
2808
      Force all C# compilations to be targeted at a 32-bit platform.
2809
 
2810
Minor changes:
2811
    * jats escrow utility
2812
      Uses VcsTag and jats_vcsrelease to be version control system agnostic.
2813
 
361 dpurdie 2814
------------------------------------------------------------------------
349 dpurdie 2815
Version:  2.95.1000.cr                               Released: 14-Feb-11
2816
------------------------------------------------------------------------
2817
Patch changes:
2818
    * Built Tool Interface Changes
2819
        Rename jats_vcs_save_build.pl to jats_vcssave_build.pl
2820
        Rename jats_release.pl to  jats_vcsrelease.pl
2821
      to create a consistent naming convention for the buildtool
2822
      interface to Version Control System aware tools.    
2823
 
361 dpurdie 2824
------------------------------------------------------------------------
347 dpurdie 2825
Version:  2.95.0000.cr                               Released: 11-Jan-11
2826
------------------------------------------------------------------------
2827
Major changes:
2828
    * Initial (experimental) support for VS2010, both for C# and C/C++
2829
    Introduces two new platforms:
2830
        CSHARP2010 (.NET 4.0)
2831
        VS2010
2832
 
2833
Minor changes:
2834
    * jats_rewrite - used only by the build daemons
2835
      Better handling of 'cots' packages.
2836
 
2837
    * jats upddep utility
2838
      Add -keep option to retain the config data extracted from the
2839
      Release Manager data base for diagnistic use.
2840
 
2841
    * Added Linux profile scripts to build installers
2842
      Added TEMPLATES/INSTALL to the packaged version of JATS
2843
      Support for Linux under
2844
        RHEL4
2845
        Ubuntu 10.04
2846
 
2847
Internal:
2848
    * System(--Shell) escaping - improved.
2849
      Only escape spaces if there are multiple arguments.
2850
 
2851
------------------------------------------------------------------------
345 dpurdie 2852
Version:  2.94.0000.cr                               Released: 16-Dec-10
227 dpurdie 2853
------------------------------------------------------------------------
345 dpurdie 2854
Major changes:
2855
 
2856
Minor changes:
2857
    * New target platform - PHP
2858
      This target is only available on a Windows Platform. It is used to limit
2859
      the processing of PHP artifacts by the ZendGaurd.
2860
 
2861
    * Utility: cache_dpkg
2862
      Used internally to cache packages to a local archive.
2863
      When an error is encountered in the transfer the utility will now
347 dpurdie 2864
      correctly delete the package that it was transferring. Previously it
345 dpurdie 2865
      could leave a partially transferred package.
2866
 
2867
    * Utility: create_dpkg [DEVI-063950 ]
2868
      Creates build.<MachineName> marker files as well as built.<MachType>.
2869
      Partial work for DEVI-063950
2870
 
2871
    * makefile.pl directives
2872
      Corrects and extended the operation of the platform-specifier.
2873
      All non-platform options must be true, while the platform names are
2874
      treated as before - any of them may be true. See MASS-00166 for full
2875
      details.
2876
 
2877
Internal:
2878
    * System(--Shell) operations will escape spaces in the argument
2879
      Allows the use c:\Program Files\... in path elements.
2880
 
2881
------------------------------------------------------------------------
343 dpurdie 2882
Version:  2.93.0000.cr                               Released: 03-Dec-10
2883
------------------------------------------------------------------------
2884
Major changes:
2885
 
2886
Minor changes:
2887
    * Jats Sandbox operation
2888
      Don't remove .RUL files in sandbox testing of the build files
2889
 
2890
    * Jats MakeProject directive
2891
      Added --TargetDebug= and --TargetProd=  to allow the default target
2892
      of the project builds to be specified.
2893
 
2894
      Can be used in all targets that use a Visual Studio project or solution
2895
      to build a package.
2896
 
2897
    * MergeLibrary directive
2898
      New sub-option --InterfacePlain
2899
      This will allow the use of 3rd party libraries that do not have a P or D
2900
      suffix in the library name.
2901
 
2902
    * GenerateFiles directive
2903
      Use of --Var(ObjDir) will cause the Object directory to a prequisite
2904
      of the command. Similar for BinDir and LibDir.
2905
 
2906
    * BuildPlatform
2907
      New option: --NoToolSet
2908
      Supresses the check for the existance of the underlying toolset.
2909
      Ensures that the user does not attempt to use the underlying toolset.
2910
 
2911
      To be used in packages that generate installers, where there is
2912
      no compilation phase, but the package search mechanism may still
2913
      need toolset specific information.
2914
 
2915
      Normally used in conjunction with --OnlyProd.
2916
 
2917
      eg: BuildPlatforms ( 'WIN32,--OnlyProd,--NoToolSet' );
2918
 
2919
Internal:
2920
    * Jats EnvVars, ccrelease and svnrelease
2921
      Factored out the default value of GBE_VIEWBASE and associated
2922
      processing into jats.pl
2923
 
2924
      Expect GBE_VIEWBASE to be site specific. Defaults are suitable for
2925
      a ClearCase site.
2926
 
2927
------------------------------------------------------------------------
341 dpurdie 2928
Version:  2.92.0000.cr                               Released: 08-Nov-10
2929
------------------------------------------------------------------------
2930
Major changes:
2931
 
2932
Minor changes:
2933
    * DEVI-059977: 64-bit Solaris libraries try to link against 32-bit libs
2934
      The 64-bit Solaris build will no longer attempt to consume 32-bit
2935
      libraries or header files.
2936
 
2937
    * New tool update_release
2938
      Extracts current package version list from Deployment Manager SBom(s)
2939
      and copy resultant packages to release specific directory.
2940
 
2941
      Use 'jats man update_release' for full details
2942
 
2943
    * New tool ccmerge_build
2944
      Merge an autobuilt build.pl file back to the parent branch
2945
      and leave the resultant file checked out.
2946
 
2947
      Use 'jats man ccmerge_build' for full details
2948
 
2949
    * Jats Sandbox command
2950
      Improved operation of 'sandbox all' and packages that use
2951
      BuildPkgArchive.
2952
 
2953
    * GCC and SUNWORKS tools
2954
      Allow shlib dependency generation to be displayed in verbose mode
2955
 
2956
Internal:
2957
    * Work for subversion support
2958
 
2959
    * Build
2960
      Use Perl 'File' operations instead of system function to delete
2961
      directories. Is faster under Windows.
2962
 
2963
------------------------------------------------------------------------
339 dpurdie 2964
Version:  2.91.0000.cr                               Released: 15-Sep-10
2965
------------------------------------------------------------------------
2966
Major changes:
2967
    * SharedLib directives for Solaris and GCC targets
2968
      Added support to control the 'soname' embedded within the shared
2969
      library. Refer the MASS-00166 for full details. Use with care.
2970
 
2971
------------------------------------------------------------------------
337 dpurdie 2972
Version:  2.90.0000.cr                               Released: 14-Sep-10
2973
------------------------------------------------------------------------
2974
Major changes:
2975
    * New platform - 'COBRA'.
2976
      Support for the ARM926EJS based hardware.
2977
      This is a Linux based target.
2978
      Requires a new compiler to be installed into build machines
2979
 
2980
Minor changes:
2981
    * Jats sandbox command
2982
      Basic support for the 'cache' command.
2983
      Allows external dependent packages to be cached for disconnected
2984
      development.
2985
 
2986
------------------------------------------------------------------------
335 dpurdie 2987
Version:  2.89.0000.cr                               Released: 13-Sep-10
2988
------------------------------------------------------------------------
2989
Major changes:
2990
    * [DEVI-062103]
2991
      Many (11) toolsets - all that generate linker dependency
2992
      files for creating shared libraries or programs.
2993
        Solaris, Gcc, WIN32, Wince, MOS, Verix, Keil, AVR_IAR,
2994
        CSHARP, MCR, Pharlap.
2995
 
2996
      Better, simpler, and in some cases correct, generation
2997
      of dependency files used in linking. Also generate separate
2998
      files for Production and Debug builds.
2999
 
3000
Minor changes:
3001
    * Jats sandbox command
3002
      The 'info' subcommand will highlight external packages that cannot be
3003
      found in any of the the package archives.
3004
 
3005
    * Jats release -extract
3006
      The ClearCase view that is created will have a comment tag added that
3007
      describes:
3008
        - the directory in which the user created the view
3009
        - the date of creation
3010
 
3011
    * PackageFile directive
3012
      Now supports --NoRecurse and --Recurse in conjunction with --DirTree
3013
 
3014
Internal:
3015
    * PackageFile, PackageHdr and InstallHdr directives
3016
      Removed --Abs option - its not supported
3017
      Fixed --Full option.
3018
 
3019
------------------------------------------------------------------------
3020
Version:  2.88.0000.cr                               Released: 26-Jul-10
3021
------------------------------------------------------------------------
3022
Major changes:
3023
 
3024
Minor changes:
3025
    * Dependency Generation Tool - mkdepend
3026
      Correct a problem encountered when the name of an included file
3027
      matches the name of a subdirectory within the include search path
3028
      resulting in multiple builds.
3029
 
3030
    * SOLARIS and LINUX toolsets
3031
      Corrected problem in dependency tracking of shared libraries
3032
      Dependency between shared librares was not being used at all.
3033
 
3034
      Only affected Solaris and Linux builds
3035
 
3036
      Still an issue that affect all platforms that build shared libaries.
3037
      Dependency tracking does not work correctly for both debug and
3038
      production builds. It will work for the first one done.
3039
 
3040
------------------------------------------------------------------------
331 dpurdie 3041
Version:  2.87.0000.cr                               Released: 13-Jul-10
3042
------------------------------------------------------------------------
3043
Major changes:
3044
 
3045
Minor changes:
3046
    * Jats label command
3047
      New option '-entireview' to be used by the build daemon
3048
      Not recommended for general use.
3049
      Will locate the root of the current view and label all files and
3050
      directories within the current view.
3051
 
3052
      Removed the double check of labeled files introduced in
3053
      version 2.80.3000.cr as the problem has been found and corrected
3054
      elsewhere.
3055
 
3056
    * Jats save_build
3057
      Use a better set of options of 'cleartool find' to speed up
3058
      the determination of a branch.
3059
 
3060
      Use the -entireview option of the jats label utility to speed
3061
      up labeling by the build daemons.
3062
 
3063
    * Jats build
3064
      Better handling of sandboxed packages.
3065
        Indicates that the dependency is from a sandbox
3066
        No overwrite warnings when reinstalling a package
3067
 
3068
    * Borland6 toolset
3069
      Changed the default value of where Borland6 is installed
3070
      to match the documented install location of:
3071
        c:\BCB6\CBuilder6
3072
 
3073
    * Jats build
3074
      Added -noforce option to only generate build files if they
3075
      are out of date. It will only recreate makefiles if needed.
3076
      This is a very quick operation.
3077
 
3078
      The default operation is '-force'. This will populate the
3079
      interface directory and generate makefiles.
3080
 
3081
    * Jats all [Experimental. Feed back welcome]
3082
      Uses the '-noforce' form of the build command such that build
3083
      files are only recreated if need be.
3084
 
3085
      The 'all' command will do what is needed in order to rebuild
3086
      the package. It will do a build, if need be, and then
3087
      make the package.
3088
 
3089
    * Jats sandbox
3090
      The 'all' command will perform a '-noforce' build followed by a make.
3091
 
3092
      The 'build' command will perform a build followed by a make. This will
3093
      be a complete build of all component packages.
3094
 
3095
      The 'jats sandbox all' command can be used to rebuild all
3096
      components in an efficient manner. If the build files have changed,
3097
      then the makefiles will be regenerated, other wise only the make phase
3098
      is performed.
3099
 
3100
Internal:
3101
    * build.pl
3102
      Cleanup the start-up processing of build.pl and buildlib.pl            
3103
 
3104
 
3105
------------------------------------------------------------------------
329 dpurdie 3106
Version:  2.86.2000.cr                               Released: 21-May-10
3107
------------------------------------------------------------------------
3108
Major changes:
3109
 
3110
Minor changes:
3111
    * RunTest directive
3112
      Corrected problems with the --Var(xxxx) option when used in conjunction
3113
      with the --abspath option.
3114
 
3115
    * Jats label command
3116
      Removed redundant 'cleartool describe' operations to speed up the process.
3117
 
3118
------------------------------------------------------------------------
327 dpurdie 3119
Version:  2.86.1000.cr                               Released: 11-May-10
3120
------------------------------------------------------------------------
3121
Major changes:
3122
    * New compiler support
3123
      Support for the Keil Arm V4.03a compiler
3124
      This is enabled via:
3125
        build.pl: BuildPlatforms ( 'H400,--Version=4.03a' );
3126
 
3127
Minor changes:
3128
 
3129
Internal changes:
3130
 
3131
------------------------------------------------------------------------
325 dpurdie 3132
Version:  2.86.0000.cr                               Released: 30-Apr-10
3133
------------------------------------------------------------------------
3134
Major changes:
3135
 
3136
Minor changes:
3137
    * jats label command - Renaming a label
3138
      Address issue when renaming a label when the current ClearCase view is
3139
      based on the label. All operation after the rename must specify the VOB
3140
      name as ClearCase may no longer be able to determine the VOB.
3141
 
3142
    * Better handling of .lnk files used within sandboxes and local package
3143
      archives. Now strip all trailing white space correctly
3144
 
3145
    * Jats Sandbox stop files
3146
      Added 'stop.<GBE_MACHTYPE>' stop files to better support multi
3147
      platform builds.
3148
 
3149
    * Makefile rebuild test correctly locates interface directory in
3150
      cases where the source directory is above the build file in the
3151
      directory tree.
3152
 
3153
    * New command: jats man
3154
      Produces full help on a specified item.
3155
 
3156
Internal changes:
3157
    * jats upddep
3158
      Delete temp .cfg file created during the process.
3159
 
3160
    * Jats makefiles: Platform directive
3161
      Initial release of ++Machtype, ++Project and ++Defined
3162
      Not yet in use.
3163
 
3164
------------------------------------------------------------------------
323 dpurdie 3165
Version:  2.85.0000.cr                               Released: 17-Mar-10
3166
------------------------------------------------------------------------
3167
Major changes:
3168
    * New Utility: upddep - Update Dependencies
3169
      This utility will update the dependencies in a build.pl file to be
3170
      consistent with those of a given Release Manager Release. This simplifies
3171
      the operation of maintain build files during development.
3172
 
3173
      It will create an 'auto.pl' file, which JATS uses in preference to a
3174
      build.pl file. DO NOT check this file in.
3175
 
3176
      See:  'jats upddep -help'         - For brief help
3177
            'jats upddep -man'          - For full manual
3178
 
3179
      Examples:
3180
            jats upddep -show
3181
            jats upddep -show=vtk
3182
            jats upddep -rtag=6684
3183
 
3184
    * MicroTec Compiler toolset
3185
      When creating a ShardLibrary (THX) report missing libraries before
3186
      compiling the objects that go into the THX.
3187
 
3188
      This ensures that the error messages the describe the missing library
3189
      can be seen and are not masked by the building of the objects.
3190
 
3191
Minor changes:
3192
 
3193
Internal changes:
3194
    * Utility: jats_rewrite
3195
      Modifications to interwork with the upddep utility.
3196
 
3197
------------------------------------------------------------------------
321 dpurdie 3198
Version:  2.84.0000.cr                               Released: 16-Feb-10
3199
------------------------------------------------------------------------
3200
Major changes:
3201
    * Makefile directive helper function: If
3202
      Used within another directive to enable or disable arguments passed to the
3203
      outer directive. The first argument is a 'platform' specifier - as in
3204
      all Jats Make directives. If making for the specified platform, then the
3205
      remainder of the arguments are inserted into the directives argument
3206
      stream.
3207
 
3208
      Example:
3209
 
3210
      SharedLib ( '*', 'mySharedLib', @OBJS
3211
                     , If ('WIN32',   '-llibrary1', '-llibrary2' )
3212
                     , If ('SOLARIS', '-llibrary3' )
3213
                     );
3214
Minor changes:
3215
    * Makefile directive: InstallLibs
3216
      Correctly installs, as libraries, files that are specified with a 'Src'
3217
      directive. This is consistent with the operation of the PackageLibs
3218
      directive.
3219
 
3220
    * GCC Toolkit
3221
      Changes to the shared library dependency processing to bring it inline
3222
      with other toolers. Will terminate after determining that some
3223
      libraries cannot be found. This will ensure that the error message is at
3224
      the point of termination.
3225
 
3226
    * Jats save_build utility
3227
      Corrected problem in unreserving a reserved checkout of a build.pl file
3228
      under windows.
3229
 
3230
    * Jats sandbox
3231
      ClearCase views created with in the sandbox are created with a tag that
3232
      is named after the sandbox. This allows multiple instances of a view
3233
      in different sandboxes.
3234
 
3235
    * Jats release
3236
      Display cleartool error messages when view creation fails.    
3237
 
3238
------------------------------------------------------------------------
319 dpurdie 3239
Version:  2.83.1000.cr                               Released: 04-Feb-10
3240
------------------------------------------------------------------------
3241
Major changes:
3242
 
3243
Minor changes:
3244
    * jats options
321 dpurdie 3245
      Added -locatedir=name
3246
      Will scan from CWD to the root of the file system looking for the named
319 dpurdie 3247
      directory.
3248
 
3249
    * jats label utility
3250
      Improved handling of the -file and -dir options
3251
      These options will now label the directory elements within the paths
3252
      specified by these options, when used in conjunction with the -up option.
3253
      This simplified the process of labeling complex directory structures.
3254
 
3255
      Added -admin, to allow creation of global labels
3256
 
3257
------------------------------------------------------------------------
317 dpurdie 3258
Version:  2.83.0000.cr                               Released: 20-Jan-10
315 dpurdie 3259
------------------------------------------------------------------------
3260
Major changes:
317 dpurdie 3261
 
3262
Minor changes:
3263
    * WinCe Toolsets
3264
      New CompileOptions operations:
321 dpurdie 3265
        Exceptions              - Enable exception handling
317 dpurdie 3266
        noExceptions            - Disable
3267
      Default is to retain backward compatibility. It is mixed.
3268
      Example:
3269
        CompileOptions ('*', 'Exceptions' );
3270
 
3271
    * Solaris targets
3272
      Full support for a target called SOLARIS8_SPARC32
3273
      It is identical to SOLARIS in a 'sparc' build machine, but it is only
3274
      available on a 'sparc' build machine. Can be used to limit builds to one
3275
      machine type.
3276
 
3277
------------------------------------------------------------------------
3278
Version:  2.82.0000.cr                               Released: 18-Jan-10
3279
------------------------------------------------------------------------
3280
Major changes:
315 dpurdie 3281
    * New Build Platform: VB6
3282
      Jats has been enhanced to support the building of VB6 .vbg and .vbp
3283
      project files.
3284
 
3285
    * Build Directive BuildVersion.
3286
      This has been extended to allow the creation of Version Information in a
3287
      form that can be consumed by Visual Basic using '--Style=VB'
3288
 
3289
Minor changes:
3290
    * Added more internal documentation
3291
      Use jats help to see available documentation
3292
 
3293
    * Jats label -info command [DEVI-059929]
3294
      Fixed problem that prevent this command running on Unix systems.
3295
 
3296
    * Jats save_build utility
3297
      Corrected problem in unreserving a reserved checkout of a build.pl file
3298
      under windows.
3299
 
3300
    * Solaris 10, 64 Bit Sparc Builds
3301
      All compiles are done in a position independent manner (-KPIC)
3302
      This solved issues where static libraries are linked into shared
3303
      libraries.
3304
 
3305
    * Solaris builds
3306
      Program and Shared library dependency checking is now done before
3307
      the program/library objects are built. Thus errors associated with missing
3308
      dependencies occur before objects are built and the user can see the cause
3309
      of the build failure.
3310
 
3311
 
3312
Internal changes:
3313
    * Moved 'jats vars' functionality into a separate program
3314
      Moved associated documentation into the jats_vars tool
3315
 
3316
    * Moved some other internal documentation into InstallationNotes and
3317
      PkgArchive topics.
3318
 
3319
------------------------------------------------------------------------
313 dpurdie 3320
Version:  2.81.0000.cr                               Released: 12-Jan-10
3321
------------------------------------------------------------------------
3322
Major changes:
3323
    * Solaris Builds for 64 bit targets
3324
      Changes to fully support the SOLARIS10_X86 and SOLARIS10_SPARC64
3325
      targets. These are using a different version of the compiler than the
3326
      existing 32-bit builds.
3327
 
3328
      64-Bit Solaris10 builds are performed with Sun Studio 12.1
3329
      32-Bit Solaris10 builds are performed with Sun Studio 11
3330
 
3331
Minor changes:
3332
    * jats label -exclude=nnn
3333
      Corrected problem with the -exclude option introduced in 2.80.3000.cr
3334
 
3335
    * Package searching
3336
      The BuildpkgArchive and LinkPkgArchive directives will search
3337
      both dpkg_archive and deploy_archive paths for packages.
3338
 
3339
      Allows JATS to be used to process deployable packages.
3340
 
3341
    * jats help
3342
      Modified the operation of the 'jats help' command.
3343
      This command now provides a gateway to the jats help system.
3344
 
3345
      Information provided by the previous 'jats help' can be achieved
3346
      with one of:
3347
        jats -h
3348
        jats help jats
3349
 
3350
Internal:
3351
    * cmdfile utility
3352
      Added macros:
3353
        @(sep,x,text)               - Reformat text with specified file sep
3354
        @(env,VarName)              - Extract text from an EnvVar
3355
 
3356
      Corrected
3357
        @(vsep,ident)               - Set path seperator (: or ;)
3358
        @(vhost,ident)              - Modify @(vlib) operation
3359
 
3360
      Extended
3361
        @(vpath)                    - Added optional 'sep' argument.
3362
        @(vlib)                     - Added optional 'sep' argument.
3363
        @(vlint)                    - Added optional 'sep' argument.
3364
        @(vglob)                    - Added optional 'sep' argument.
3365
 
3366
------------------------------------------------------------------------
311 dpurdie 3367
Version:  2.80.4000.cr                               Released: 17-Dec-09
3368
------------------------------------------------------------------------
3369
Major changes:
3370
 
3371
Minor changes:
3372
 
3373
Internal changes
3374
    * Created a Pseudo package to describe the interface directory
3375
      This simplifies the various scanning algorithms within JATS
3376
      Useful side effects include:
3377
 
3378
        JATS plugins will be sourced from the interface directory if included
3379
        with a BuildPkgArchive. This will simplify debugging.
3380
 
3381
        [DEVI-059682] QtBase can be consumed via a BuildPkgArchive directive,
3382
        simplifying the process of packaging additional fonts.
3383
 
3384
        [DEVI-059685] Simplify implementation of --FromPackage options in other
3385
        tools, which obviates the need for QtBase to be consumed via a
3386
        BuildPkgArchive
3387
 
313 dpurdie 3388
    * Perl Modules
3389
      Included the most recent version of the Pod module within the JATS
3390
      release. This will:
3391
        * Ensure consistent cross platform behaviour
3392
        * Corrects issues within earlier releases of the Pod module - some
3393
          reported by ERG.
3394
        * Provide a basis for a better help system within JATS.
3395
 
311 dpurdie 3396
------------------------------------------------------------------------
309 dpurdie 3397
Version:  2.80.3000.cr                               Released: 01-Dec-09
3398
------------------------------------------------------------------------
3399
Major changes:
3400
 
3401
Minor changes:
3402
    * BuildTool utility: jats_save_build
3403
      Returns non-zero error code on labeling errors.
3404
      Deletes label on labeling errors.
3405
      Removed backward compatibility options as they are no longer used.
3406
 
3407
    * Jats label utility
3408
      Changes to assist in tracking down clearcase labeling errors
3409
 
3410
      Once labels have been applied a check is done to ensure that
3411
      the labels have been placed. The check is to attempt to find
3412
      new files and folders to label - there should be none.
3413
 
3414
    * Jats core
3415
      Improved the auto location of the base directory of the build to allow
3416
      for ant-based packages. Allows the jats 'create_dpkg' command to be
3417
      used to package ant based builds.
3418
 
3419
------------------------------------------------------------------------
307 dpurdie 3420
Version:  2.80.2000.cr                               Released: 12-Nov-09
305 dpurdie 3421
------------------------------------------------------------------------
3422
Major changes:
3423
 
3424
Minor changes:
307 dpurdie 3425
    * CSHARP toolset
3426
      Creation of unit tests was broken by 2.80.0000.cr
3427
      This is now fixed.
3428
 
309 dpurdie 3429
      The cmdfile utility creates paths with file path separators as discovered
307 dpurdie 3430
      in the PATH EnvVar. Now that PATH is nice it means that the use of cmdfile
309 dpurdie 3431
      to create shell scripts resulted in scripts with unsuitable separators.
307 dpurdie 3432
 
3433
    * WCEPSION_500_VS2005
3434
      Extended the list of nodefaultlibs to include secchk.lib and ccrtrtti.lib
3435
 
3436
------------------------------------------------------------------------
3437
Version:  2.80.1000.cr                               Released: 12-Nov-09
3438
------------------------------------------------------------------------
3439
Major changes:
3440
 
3441
Minor changes:
305 dpurdie 3442
    * Generating makefiles
3443
      Ensure that the 'BuildMake' directive is the last one in the build.pl file
307 dpurdie 3444
      Directives after this will not be processed correctly and now generate
305 dpurdie 3445
      an error.
3446
 
3447
    * WCEPSION_500_VS2005
307 dpurdie 3448
      Suppress use of -debug:cv when building libraries.
305 dpurdie 3449
 
3450
    * Build directive: BuildSrcArchive
307 dpurdie 3451
      Highly specialized directive.
305 dpurdie 3452
      Refer the JATS Manual.
3453
 
3454
------------------------------------------------------------------------
303 dpurdie 3455
Version:  2.80.0000.cr                               Released: 04-Nov-09
3456
------------------------------------------------------------------------
3457
Major changes:
3458
    * New target: WCEPSION_500_VS2005
3459
      A build of the Psion CE 5.0 under VS2005
3460
      This target has been added to the WINCE target.
3461
 
3462
      WCEPSION_500_VS2005 build cannot consume build artifacts from the
3463
      WCEPSION_500. The two are separate.
3464
 
3465
    * Support for building WinCE targets under VS2005
3466
      Currently only the WCEPSION_500_VS2005 is fully supported
3467
      Support includes
3468
        * Building of executables and DLLs via jats directives
3469
        * Building of components via VS2005 'solution' files
3470
 
3471
Minor changes:
3472
    * Build file processing
3473
      Better detection of bad platform names under Windows
3474
      Note: All platform names should be in uppercase.
3475
 
3476
    * MOS builds
3477
      If a 'product' name not known to JATS is used and a board base address
3478
      is specified then no warnings are generated indicating an unknown 'product'
3479
 
3480
    * MOS builds
3481
      New 'known' product: PICP
3482
      Identical to the TP5 in all but name.
3483
 
3484
    * GenerateFiles directive
3485
        Better handling of '\' when passing arguments to a command line
3486
        under windows.
3487
 
3488
        .
3489
 
3490
    * Verbose builds now show command files
3491
      Currently only supported for WIN32 and WINCE builds.
3492
 
3493
      The use of 'OPTIONS=args' will cause the linker command file to be dumped
3494
      to the output stream.
3495
 
3496
      This facility will be retrofitted to other platform targets in the future.
3497
 
3498
    * Windows Shell
3499
      The shell provided with JATS for use under Windows has been modified so
3500
      that the COMSPEC and PATH variables are correctly formatted with '\'
3501
 
3502
      Addresses issues when invoking Windows tools and programs from within JATS.
3503
 
3504
    * H8S toolset
3505
      Ensure the the EnvVar CYGWIN is not set.
3506
 
3507
      If 'binmode' is set then the gcc compiler used by the H8S toolset cannot
3508
      handle macros that use line continuation.
3509
 
3510
Internal changes
3511
    * WinCe builds
3512
      Changed name of internal file 'toolset/vcwce' to better represent the
3513
      content of the file.
3514
 
3515
      Many internal changes to better support VS2005 and EVC
3516
 
3517
      Macros to encode and decode paths with embedded spaces.
3518
      Currently only used in WIN32 and WINCE toolsets.
3519
 
3520
------------------------------------------------------------------------
301 dpurdie 3521
Version:  2.79.6000.cr                               Released: 18-Sep-09
3522
------------------------------------------------------------------------
3523
Minor changes:
3524
    * PackageFile directive with spaces in names.
3525
      Corrected problem.
3526
 
3527
------------------------------------------------------------------------
299 dpurdie 3528
Version:  2.79.5000.cr                               Released: 14-Sep-09
3529
------------------------------------------------------------------------
3530
Major changes:
3531
 
3532
Minor changes:
3533
    * DPACKAGE file created on multiple machines [DEVI-054973]
3534
      DPACKAGE files are now machine specific.
3535
      Changes are transparent to users.
3536
 
3537
    * Creating static libraries without any object files is treated
3538
      as an error. The Microtec tools sets will create a 'pop-up' if
3539
      this occurs.
3540
 
3541
    * The LinkSandbox directive is not allowed when GBE_ABT is set.
3542
      This directive is highly discouraged in development: Use a jats 'sandbox'
3543
      Moreover it is not reproducible and thus not supported within the
3544
      automated build framework.
3545
 
3546
    * jats sandbox command
3547
      Added support to delete the sandbox metadata. This undoes the
3548
      'create' command.
3549
 
3550
    * jats command aliases. Added
3551
        jats extractfiles to be jats release -extractfiles
3552
        jats extract      to be jats release -extract
3553
 
3554
------------------------------------------------------------------------
297 dpurdie 3555
Version:  2.79.4000.cr                               Released: 29-Jul-09
3556
------------------------------------------------------------------------
3557
Major changes:
3558
    * Jats Command line and -java option
3559
      This version will place the specified java's 'bin' directory into
3560
      the PATH. Thus the commands:
3561
            jats -java=1.6 eprog java -version
3562
            jats -java=1.6 ant build
3563
      will work as expected
3564
 
3565
Minor changes:
3566
    * VS2008 Toolset
3567
      Picking up incorrect config details
3568
      May result in a warning message.
3569
 
3570
    * gen_cots utility
3571
      New option to allow use without ClearCase dependencies.
3572
      Its simply creates a buildable package image.
3573
 
3574
    * DELPHI7 toolset
3575
      Correct the definition of the Debug option '-$D+'
3576
      In debug mode, add $DELPHI/lib/debug to the search paths
3577
 
3578
------------------------------------------------------------------------
295 dpurdie 3579
Version:  2.79.3000.cr                               Released: 01-Jul-09
3580
------------------------------------------------------------------------
3581
Major changes:
3582
Minor changes:
3583
    * Escrow Utility
3584
      Add header to generated HTML describing the source of the data
3585
 
3586
    * IAR Compiler
3587
      Fixed test for loader file
3588
 
3589
    * GCC Toolset
3590
      Fixed DLL Version Number
3591
 
3592
    * DELPHI7 Toolset
3593
      Minor correction discovered during use.
3594
      Existing tools to create a .lib from .dll had serious path length issues
3595
      Extended the compiler search paths
3596
 
3597
    * Deployment utilities (old)
3598
      Correct SQL statement to work without any Schema assumptions
3599
 
3600
------------------------------------------------------------------------
293 dpurdie 3601
Version:  2.79.2000.cr                               Released: 11-Jun-09
3602
------------------------------------------------------------------------
3603
Major changes:
3604
Minor changes:
3605
    * Minor bug fix to address issues introduced in previous release
3606
      Affects SOLARIS and MOS builds
3607
 
3608
------------------------------------------------------------------------
291 dpurdie 3609
Version:  2.79.1000.cr                               Released: 10-Jun-09
3610
------------------------------------------------------------------------
3611
Major changes:
3612
Minor changes:
3613
    * Initial Support for Visual Studio 2008
3614
      New platforms: CSHARP2008 and VS2008
3615
 
3616
    * WIN32 Toolset
3617
      Corrected the -machine option passed to the Windows linker
3618
      Now passes -machine:X86 instead of -machine:IX86
3619
 
3620
------------------------------------------------------------------------
289 dpurdie 3621
Version:  2.79.0000.cr                               Released: 10-Jun-09
3622
------------------------------------------------------------------------
3623
Major changes:
3624
    * New Platform: DELPHI7
3625
      Support the creation of Units,Libraries, Packages and Programs using
3626
      Borlands Delphi Version 7.
3627
 
3628
      See Jats Reference Manual for complete details and Delphi specific options
3629
      to the Prog and SharedLib directives.
3630
 
3631
      This toolset has a number of limitations:
3632
        1) It can build either Debug or Production, but not both, in a single
3633
           makefile.pl. This is caused by the Delphi limitation that library
3634
           names cannot be changed.
3635
 
3636
        2) The generation of dependencies between the source and the generated
3637
           artifacts is very simplistic.
3638
 
3639
      Units are generated with the 'Lib' directive. The name of the Unit and the
3640
      name of the source are linked. The source should not be provided.
3641
        ie: Lib ('*', 'MyUnit' );
3642
      Will create a unit called MyUnit.dcu from the source file 'MyUnit.pas'
3643
 
3644
      Packages are generated with the SharedLib directive starting with a .dpk
3645
      file.
3646
        ie: SharedLib  ( '*', 'MyPackage' );
3647
      will create a package called MyPackage.bpl/dcp from the source file
3648
      MyPackage.dpk.
3649
 
3650
      Libraries are generated with the SharedLib directive starting with a .dpr
3651
      file.
3652
        ie: SharedLib  ( '*', 'MyDll' );
3653
      will create a package called MyDll.dll/lib from the source file
3654
      MyDll.dpr.
3655
 
3656
      Programs are generated with the Prog directive starting with a .dpr
3657
      file.
3658
        ie: Prog  ( '*', 'MyProg' );
3659
      will create a package called MyProg.exe from the source file
3660
      MyProg.dpr.
3661
 
3662
Minor changes:
3663
    * New EnvVar: DELPHI7
3664
      Required only if Borland Delphi 7 has not being installed in the
3665
      standard location or if the Windows Short Name is not
3666
      c:\PROGRA~1\Borland\Delphi7
3667
 
3668
    * BuildVersion directive
3669
      Added a 'Style' of 'Delphi' to allow the generation of version information
3670
      in a Delphi Unit.
3671
 
3672
      Modified the operation of the "C" style generation.
3673
      If the name of the file is provided via '--File', then the generated files
3674
      will be 'known' to JATS and can be consumed from any makefile. JATS will
3675
      'know' the location of the files.
3676
 
3677
    * Sanity test on the names of libraries and programs
3678
      Some characters are not allowed: ie: '/' as this is a mistake.
3679
 
3680
Internal Changes:
3681
    * ToolsetSHLD functions
3682
      Pass in the shared library version string as an argument
3683
      Means that the core of JATS can manage this information in a manner
3684
      that is decoupled from the toolsets.
3685
 
3686
    * Reworked the mechanism used to hold data about libraries, shared libraries
3687
      merged libraries and programs. Created a class to manipulate build targets
3688
      and to maintain information about the contents of the targets.
3689
 
3690
------------------------------------------------------------------------
287 dpurdie 3691
Version:  2.78.4000.cr                               Released: 30-Apr-09
3692
------------------------------------------------------------------------
3693
Major changes:
3694
    * Correctly generate dependencies for C++ only builds
3695
      Many tools sets ( gcc and others) would not generate makefile dependency
3696
      information for purely C++ builds.
3697
 
289 dpurdie 3698
    * Jats.bat and Jats.sh now provide a default Read Only username/password
3699
      for Release Manager and Deployment Manager.
287 dpurdie 3700
 
289 dpurdie 3701
      NOTE: Windows users will need to update their JATS.BAT file in order
3702
            to pick up changed passwords for Release Manager and Deployment
3703
            Manager
287 dpurdie 3704
 
3705
Minor changes:
3706
    * The jats option '-noexportvars' deletes selected JATS EnvVars from the
3707
      environment. This only affects the build daemons.
3708
 
3709
    * updatenodespec utility
3710
      Correct the SQL statements to work with ReadOnly access to the Deployment
3711
      Manager database.
3712
 
3713
------------------------------------------------------------------------
285 dpurdie 3714
Version:  2.78.3000.cr                               Released: 30-Mar-09
3715
------------------------------------------------------------------------
3716
Major changes:
3717
 
3718
Minor changes:
3719
    * Creation of DPACKAGE file [DEVI-054973]
3720
      Better support for packages that build on multiple platforms
3721
      Not completly fixed, but much better than before.
3722
 
3723
    * Escrow tool
3724
      Remove warning created during normal operation
3725
 
3726
    * Minor code cleanup as suggested by code analysis tools
3727
 
3728
------------------------------------------------------------------------
283 dpurdie 3729
Version:  2.78.2000.cr                               Released: 05-Mar-09
3730
------------------------------------------------------------------------
3731
Major changes:
3732
    * New Platform: H400
3733
      Supported by the KIELARMV3 toolset.
3734
      Refer to the Jats Reference Manual for toolset specific options
3735
 
3736
Minor changes:
3737
    * MergeLibrary directive
3738
      Allow a library that has been created in the same makefile.pl as the
3739
      directive to be located, without the need to 'install' it first.
3740
 
3741
 
3742
------------------------------------------------------------------------
281 dpurdie 3743
Version:  2.78.1000.cr                               Released: 26-Feb-09
3744
------------------------------------------------------------------------
3745
Major changes:
3746
 
3747
Minor changes:
3748
    * New command: jats make show
3749
      Will display the platfroms, alias definitions and the makefile paths
3750
      used in the build.
3751
 
3752
    * Escrow command
3753
      Now supports extraction based on a single package and version
3754
 
3755
    * Build File Rewrite Utility
3756
      Added a '-validate' option to allow the build daemons to validate the
3757
      build files against the Release Manager information.
3758
 
3759
      Improved error reporting to make it clear that the problem is a mis-match
3760
      between Release Manager and the package's build files.
3761
 
3762
------------------------------------------------------------------------
279 dpurdie 3763
Version:  2.78.0000.cr                               Released: 18-Feb-09
277 dpurdie 3764
------------------------------------------------------------------------
3765
Major changes:
279 dpurdie 3766
    * GBE_BUILDFILTER configuration has been simplified
277 dpurdie 3767
 
279 dpurdie 3768
      JATS will automatically filter out target platforms that cannot be built
3769
      on the users machine. ie: It will not try to build Solaris targets on a
3770
      Windows machine. Thus, under the new scheme a Windows GBE_BUILDFILTER need
281 dpurdie 3771
      not contain '!SOLARIS'
279 dpurdie 3772
 
3773
      This greatly simplifies the creation of GBE_BUILDFILTER as it does not
3774
      need to be configured to exclude targets that cannot by built.
3775
 
3776
      Existing GBE_BUILDFILTER definitions are backward compatible.
3777
 
3778
    * Jats utility : gen_cots
3779
      Requires the user to specify a target VOB with the -vob option
3780
        Ensures the user is aware of the target VOB
3781
 
3782
      Now creates temporary directory within the users TEMP directory.
3783
        Addresses problems where the user's CWD is within the package being
3784
        processed.
3785
 
3786
      Removed the '-delete' option
3787
        Always delete the temp work directory if it exists.    
3788
 
277 dpurdie 3789
Minor changes:
279 dpurdie 3790
    * Sandbox command
3791
      Added build, make, clean, clobber commands
3792
 
3793
      Sandbox packages may contain a file called 'stop', to exclude the
3794
      target from consideration in the build set.
3795
 
3796
    * MCR Toolset
3797
      This toolset only supports 16 compiler search paths. An descriptive error
3798
      has been added to detect and report on this error.
3799
 
3800
    * WIN32 and PHARLAP toolsets
3801
      The --Resource=xxx option specifies a comma separated list of files.
3802
      Spaces are now allowed either side of the comma.
3803
        ie: "--Resource=file1.h, File2.h"
3804
 
3805
    * Jats run_test command
3806
      Removed a non-fatal warning message that was being generated when the
3807
      tests we run on a Window machine.
3808
 
3809
    * descpkg file
3810
      Now contains HOSTNAME of the build machine
3811
      Not (yet) aggregated when packages are merged
3812
 
3813
   * built.<machine> tag files created by create_dpkg
3814
     Now contains build trace information
3815
        Date-Time, Machine, User, ABT config
3816
 
3817
   * jats abt command simplified usage
3818
     This command now appends the current directory as a library path to ANT if
3819
     it contains 'jar' files.
3820
 
3821
     Uses ANT 1.6 as the default version of ANT
3822
 
3823
     Both changes will simplify the use of this command within the escrow
3824
     environment. ie: 'jats abt -buildfile=build1.xml'
3825
 
3826
   * BuildVersion directive
3827
     Form:
3828
        BuildVersion ('--Style=C');
3829
     now works as expected.
3830
     Slightly better error detection on the directives arguments.
3831
 
3832
Internal Changes:
3833
 
3834
    * Error reporting mechanism
3835
      Improved the error reporting mechanism. Allowed a function to
3836
      create modify the error reporting parameters in such a manner that the
3837
      original values are restored at the end of a function.
3838
 
3839
 
3840
------------------------------------------------------------------------
3841
Version:  2.77.8000.cr                               Released: 18-Dec-08
3842
------------------------------------------------------------------------
3843
Major changes:
3844
 
3845
Minor changes:
277 dpurdie 3846
  * Jats Wrapper
3847
    Added -NoExportVars option to allow use of JATS to startup build daemons
3848
    without fixing the version of JATS that is used by the processes the daemon
3849
    then starts.
3850
 
3851
    Limit searches for local and sandbox archives to the '/home' directory
3852
    so that the Unix auto mounter does not report errors.
3853
 
3854
  * Jats makefiles. Platform Specifier
3855
    The Platform Specifier has been extended to support a '--MachType=name'
3856
    non-platform option.
3857
 
279 dpurdie 3858
    This may be used to limit Java builds to a 'win32' machine if required.
277 dpurdie 3859
 
3860
------------------------------------------------------------------------
275 dpurdie 3861
Version:  2.77.7000.cr                               Released: 17-Dec-08
3862
------------------------------------------------------------------------
3863
Major changes:
3864
 
3865
Minor changes:
3866
    * MugFile support
3867
      Added facilities to allow named files to be added the the Thx Fileset
3868
      Added options to facilitate the creation of sets of THX files
3869
      Refer to MASS-00099 for complete details.
3870
 
3871
    * Jats Utility: dstatus
3872
      Limit display width of the build machine named to 20 characters
3873
 
3874
    * Jats sandbox command (experimental)
3875
        A files called 'stop' within the root directory of the component
3876
        packages will prevent the utility from processing that subdirectory.
3877
 
3878
        Extended command sets to allow the command 'all', 'build' and 'make'
3879
        to be processed as commands to be invoked in all sandbox components
3880
 
3881
    * Jats Make: New EnvVars
3882
        GBE_MAKE_TYPE               - P or D
3883
        GBE_MAKE_TARGET             - Target platform
3884
        GBE_MAKE_CMD                - Current make target
3885
        GBE_MAKE_CFG                - Internal config
3886
 
3887
    * Jats generated scripts: set_<platform>.sh
3888
      The generated scripts preserve any spaces in the argument list passed
3889
      to the invoked application.
3890
 
3891
Internal Changes:
3892
    * JatsCopy Package
3893
      CopyFile operation can copy an array of files
3894
      CopyDir now supports MatchDirs
3895
 
3896
    * JatsMakeConfig Package
3897
      Added class to read in the parsed makefile.pl data for the current
3898
      build target.
3899
 
3900
    * Jmake - Jats Makefile Supervisor
3901
      Export GBE_MAKE_* EnvVars to directly export the current makefile
3902
      environment. 
3903
 
3904
 
3905
------------------------------------------------------------------------
273 dpurdie 3906
Version:  2.77.6000.cr                               Released: 11-Dec-08
3907
------------------------------------------------------------------------
3908
Major changes:
3909
 
3910
Minor changes:
3911
    * Jats command: sandbox
3912
      Support subcommands "clean" and "clobber"
3913
      These traverse the sandbox in the reverse direction so that the clean
3914
      up operations work correctly.
3915
 
3916
    * Makefile generation
3917
      Removed warning on the use of --OnlyProd and --OnlyDebug
3918
 
3919
    * JatsCopy Package
3920
      Minor enhancements to this internal package
3921
        CopyFile operation returns path to target file
3922
        CopyDir can, if asked, returns an array of files copied
3923
        Wildcard correctly supports the [0-9] construct
3924
 
3925
Internal Changes:
3926
    * Environment
3927
      Export EnvVar GBE_HOSTMACH
3928
      This is the same as GBE_MACHTYPE, but it is not modified by legacy
3929
      makefiles. Available for sanity testing.
3930
 
3931
    * Remove unused references to the File::Find package in Perl scripts
3932
 
3933
    * Jats building Jats now uses the JatsCopy package to perform the many
3934
      copy operations in the build.
3935
 
3936
 
3937
------------------------------------------------------------------------
271 dpurdie 3938
Version:  2.77.5000.cr                               Released: 24-Nov-08 
267 dpurdie 3939
------------------------------------------------------------------------
3940
Major changes:
3941
 
3942
Minor changes:
271 dpurdie 3943
    * Added LMOS_PPC_603E to the LMOS target
269 dpurdie 3944
 
271 dpurdie 3945
    * Jats Utility: dstatus
3946
      Improved handling of closed and archived releases
3947
      Displays include activity time information
269 dpurdie 3948
 
271 dpurdie 3949
Internal Changes
3950
    * jats.pl
3951
      Removed unused function
3952
 
3953
    * makeif.pl
3954
      Added significant documentation
3955
      Provided access to some of the functions via and API
3956
      Renamed to MakeIf.pm
3957
      Moved location to the LIB directory.
3958
 
3959
    * MakeEntry.pm
3960
      Added support for the use of in-memory files
3961
      Allows the output to be 'printed' to a memory variable rather then a file
3962
 
3963
    * ReadBuildConfig.pm
3964
      Added routines to access package information in a manner that is
3965
      independent of the underlying data.
3966
 
3967
    * makelib.pl2
3968
      Added mechanism to allow toolsets to register for notification
3969
      of specific source files present in the build.
3970
 
3971
      Improved readability of the generated makefiles.
3972
      Added informationas to the source of included files
3973
 
3974
      Added docuementation to previously undocumented functions
3975
 
3976
      Corrected usage of the MakeIf package.
3977
      Use it as a package.
3978
 
3979
    * Win32 binary tools
3980
      Added 7z.exe - command line utility to process various compressed
3981
      file formats. Can be used to perform tar-like operations underlying
3982
      windows.
3983
 
3984
    * JatsSvnCore.pm
3985
      Made use of a new binary utility ('stdmux') to multiplex stdout and
3986
      stderr into one data stream that can be handled by perl one allow
3987
      platforms.
3988
 
3989
 
269 dpurdie 3990
------------------------------------------------------------------------
271 dpurdie 3991
Version:  2.77.4000.cr                               Released: 11-Nov-08
269 dpurdie 3992
------------------------------------------------------------------------
3993
Major changes:
3994
 
3995
Minor changes:
271 dpurdie 3996
    Jats utility 'release' [DEVI-051370 ]
3997
    The utility will place a tag file in the root of the package
3998
    as specified by the '-path' option. This will be used by the build tool
3999
    tool re-locate the root of the package and thus allow the correct generation
4000
    of the ClearCase related metrics.
4001
 
4002
    Generation of Resource Files for WIN32 builds
4003
    Corrected version identifier
4004
 
4005
 
4006
------------------------------------------------------------------------
4007
Version:  2.77.3000.cr                               Released: 28-Oct-08
4008
------------------------------------------------------------------------
4009
Major changes:
4010
 
4011
Minor changes:
267 dpurdie 4012
    * Jats option '-locate' correctly locates ANT build files [DEVI-052423]
4013
 
4014
    * Allow Deployable packages to be built on some, but not all, of the
4015
      build machines and correctly package the descpkg file. [DEVI-052422]
4016
 
4017
    * JATS CompileOptions directive  [DEVI-052426]
4018
      New options:
4019
        no_define_source_file
4020
        define_source_file              (Default)
4021
 
4022
      The 'no_define_source_file' will suppress the compile definition __SOURCE__
4023
      Currently only implemented for WIN32 and WINCE toolsets.
4024
 
4025
      The __SOURCE__ definition renders pre-compiled headers useless.
4026
      This option has not be enabled by default to ensure backward
4027
      compatibility.
4028
 
4029
    * Jats directives: MakeProject
4030
      Now supports the following new options:
4031
            --InstallProgDebug=list
4032
            --InstallProgProd=list
4033
            --InstallProg=list
4034
 
4035
      These allows files that are created by the project builder to be
4036
      installed locally to be consumed by such packaging directives as
4037
      GenerateCab.
4038
 
4039
    * Jats directives: AddLDFlags and AddASFlags
4040
      Now supports the --Debug and --Prod options like the other AddFlags
4041
      directives.
4042
 
4043
    * Jats builder directive: BuildVersion
4044
      New options that can be used when generating a WinRC style version
4045
      information:
4046
            --Definitions                   - Create definitions only
4047
            --Comment=text
4048
            --Description=text
4049
            --Product=name
4050
 
4051
Internal Changes:
4052
    * These utility 'gen_winrc' now uses module used by the BuildVersion
4053
      directive to created the resource file.
4054
 
4055
      The BuildVersion.pm module has been modified to allows it to be used in
4056
      a standalone manner by gen_winrc.pl.
4057
 
4058
------------------------------------------------------------------------
265 dpurdie 4059
Version:  2.77.2000.cr                               Released: 26-Sep-08
261 dpurdie 4060
------------------------------------------------------------------------
4061
Major changes:
263 dpurdie 4062
 
4063
Minor changes:
265 dpurdie 4064
    * Jats utility jats_save_build.pl
4065
      Fix problem when used in new mode.
4066
      These label is now applied from the root of the VOB and not from
4067
      the location of the builder file.
4068
 
4069
------------------------------------------------------------------------
4070
Version:  2.77.1000.cr                               Released: 18-Sep-08
4071
------------------------------------------------------------------------
4072
Major changes:
4073
 
4074
Minor changes:
263 dpurdie 4075
    * New JATS Platform : PHARLAP [DEVI-051359]
4076
      Added support for PharLap 10.1
4077
      Requires that both PharLap 10.1 and Visual Studio 6 be installed
4078
      Full details in the JATS manual.
4079
 
4080
    * Windows utilities  [DEVI-051360]
4081
      Added rpccpp to assist in the creation of rcpgen based modules under
4082
      windows.
4083
 
4084
    * MOS68K and MOSCF toolsets
4085
      Made used of rpccpp. These platforms can now support the creation
4086
      of XDR based modules.
4087
 
4088
    * Jats GenerateFiles directive
4089
      New option '--PreDelete' will delete all generated files before
4090
      the generator process is run. This may be used in cases where the
4091
      generator process does not operate if the output files already exist,
4092
      such as the rpcgen utility.
4093
 
4094
    * Jats MakeAnt directive
4095
      Correct problem where unit_tests could not be run.
4096
      Automated unit_tests tests could be run.
4097
 
4098
    * Buildtool utility: jats_rewrite
4099
      Added -noconfig option to allow the creation of auto.xml files
4100
      in escrow.
4101
 
4102
    * create_dpkg utility
4103
      Merged files that exist in the target archive are now compared
4104
      against the local file. A difference is considered to be an error.
4105
 
4106
Internal Changes:
4107
    * Resolved issues with JatsEnv modules that make it difficult to include
4108
      the modules in other modules. This is now a package
4109
 
4110
    * JatsSystem Module
4111
      Resolved issues when 'shell' is used to invoke a 'system' command.
4112
      Now quote the command string being passed to the shell.
4113
 
4114
      Resolved issues with JatsCmd
4115
      Now takes an array of arguments.
4116
 
4117
      Added JatsTool to be more efficient where a known JATS tool is being
4118
      invoked. This is faster assist it does not invoked three unneeded
4119
      programs.
4120
 
4121
    * Renamed jats_cbuilder tool to jats_ccrelease.
4122
      Changes is not visible to the users, assist they go through the 'jats'
4123
      wrapper. Internally the changes is in preparation to alternate version
4124
      control systems.
4125
 
4126
 
4127
------------------------------------------------------------------------
4128
Version:  2.77.0000.cr                                Released: 1-Sep-08
4129
------------------------------------------------------------------------
4130
Major changes:
261 dpurdie 4131
    * Perl Version. Must be at least version 5.8.2
4132
      This is the first version that supports Windows 2003 server.
4133
 
4134
      After discovering that several operations are not fully function under
4135
      Perl 5.6.1 the minimum version of Active State Perl that is required has
4136
      been increased.
4137
 
4138
      A suitable windows installer can be found at:
4139
        \\auperaunx26\devl\releases\3rdParty-Products\ActivePerl\5.8.8.819\
4140
                                    ActivePerl-5.8.8.819-MSWin32-x86-267479.msi
4141
 
4142
    * Jats Build Targets
4143
      New target and toolset: VERIX
4144
 
4145
    * Jats utility: jats_save_build
4146
      Extended to allow all ClearCase specific operations to be removed
4147
      from the Build Daemons.
4148
 
4149
      This utility is only used by "Release Planner" and the "Build Daemons".
4150
 
4151
      Suggested new usage:
4152
        jats etool jats_save_build
4153
                        -pname=xxxx
4154
                        -pversion=yyyy
4155
                        -infofile=path_name
4156
                        -locatepkg=zzzz     (Optional)
4157
                        -infile=aaaa        (Optional)
4158
                        -outfile=bbbb       (Optional)
4159
                        -wiplabel=ccccc     (Optional)
4160
 
4161
Minor changes:
4162
    * JATS make: Merge Library Operation [DEVI-049475]
4163
      Fixed such that Library Merge operations don't delete other build
4164
      artifacts.
4165
 
4166
    * JATS make: New option expert=0|1
4167
      Runtime processing of 'expert' mode to allow dependencies between the
4168
      object files and the makefile to be ignored.
4169
 
4170
      Previous this operation could only be invoked at 'build' time. Now the
4171
      default state will be set at build time and it can be overridden at 'make'
4172
      time.
4173
 
4174
    * JATS utility: CCdiff
4175
      Corrected operation of the option "-new=dir=."
4176
 
4177
    * Nunit support in CSHARP
4178
      Improved support for different version of Nunit
4179
      Allow the DLLs that are required by nunit to be specified 
4180
      within the package.
4181
 
4182
    * Jats utility: dstatus
4183
      Suppresses archived releases.
4184
      Shows release state
4185
 
4186
    * Build file directive: BuildPkgArchive
4187
      Extended list of supported directories to include 'wsdl'.
4188
 
4189
Internal Changes:
4190
    * JATS make: Detection of makefile dependencies
4191
      Isolated the detection process to one point.
4192
      Previously was being done at two places
4193
        - Within jmake - jats makefile supervisor
4194
        - Within the generated makefile. This is still present but
4195
          is suppressed if jmake is used to invoke the makefile.
4196
 
4197
    * JATS make: Command line
4198
      Removed the use of the un used "VERBOSE=1" operation
4199
      Improved use of "options=args|allargs"
4200
 
4201
      It didn't work on all platforms.
4202
      Is better does with "options=args" or "options=allargs"
4203
 
4204
    * JATS command line
4205
      Improved operation of the -help,-man, -verbose and -debug options
4206
      to allow:
4207
        + Direct level specification (-verbose=3)
4208
        + Better use of Perl Option Parsing Utilities
4209
        + Consistent use of option parsing
4210
 
4211
    * JATS makefile generation
4212
      Simplifies creation of internal rules
4213
      Improved readability of the generation process
4214
      Improved readability of the generated makefile
4215
      Removed dead code
4216
      Improved the creation of Progs
4217
 
4218
    * JATS error reporting
4219
      Added a Fatal call to allow utilities to report infrastructure
4220
      problems.
4221
 
4222
      Corrected problem in the use of GBE_[tag]_VERBOSE and GBE_[tag]_DEBUG
4223
      environment variables where the 'tag' contains a space.
4224
 
4225
    * Assorted Perl files
4226
      Minor corrected after running Perl Syntax check over JATS files.
4227
 
4228
    * Made the use of IFLAGS uniform for all JATS toolsets
4229
      Removed the need, and use of IFLAGS3; simplifying the generated
4230
      makefiles
4231
 
4232
    * Corrected tagging  of files generated by the various toolsets
4233
      Many files where incorrectly tagged and were not being cleaned up.
4234
 
4235
    * FileUtils package.
4236
      Added functions to create and append text to small text files.
4237
      Provides consistent error messages and simplifies creation of small files.
4238
      Used functions within JATS.
4239
 
4240
 
4241
------------------------------------------------------------------------
259 dpurdie 4242
Version:  2.76.2000.cr                               Released: 23-Jul-08
257 dpurdie 4243
------------------------------------------------------------------------
259 dpurdie 4244
Minor changes:
4245
    * New Platform and Toolset : ACEX
4246
      Provides support for the Fairchild ACEx assebmler
4247
 
4248
------------------------------------------------------------------------
4249
Version:  2.76.1000.cr                               Released: 10-Jul-08
4250
------------------------------------------------------------------------
257 dpurdie 4251
Major changes:
4252
 
4253
    * Jats make: Package and Install directives [DEVI-049299]
4254
      Convert relative pathnames to absolute pathnames before passing
4255
      to copy command. This makes the most of Windows limited path length
4256
      as implemented by many Windows utilities.
4257
 
4258
Minor changes:
4259
    * JATS makefile generation: Provide case-corrected pathnames for
4260
      library and include files in dpkg_archive.
4261
 
4262
      Needed to support badly formed legacy packages when used with
4263
      some windows tools.
4264
 
259 dpurdie 4265
------------------------------------------------------------------------
255 dpurdie 4266
Version:  2.76.0000.cr                               Released: 24-Jun-08
4267
------------------------------------------------------------------------
4268
Major changes:
4269
    * Support for Microsoft Visual Studio 2005 [DEVI-049017]
4270
      The product must be installed in its default location.
4271
 
4272
      New platforms:
4273
        CSHARP2005
4274
         Uses C# Framework Version 2.0.50727
4275
         Support extends to allow:
4276
            1) Building of Csharp source using standard JATS
4277
            2) Build Visual Studio solutions
4278
         Can consume files from CSHARP and WIN32 components.
4279
 
4280
        VS2005
4281
         Support extends to allow:
4282
            1) Building of C and C++ source using standard JATS
4283
            2) Build Visual Studio solutions
4284
         Can consume files from VS2003 and WIN32 components.
4285
 
4286
      The existing WIN32 and CSHARP platforms can also utilize VS2005
4287
      through a version selector:
4288
        WIN32 Toolset   - "MS.NET2005"
4289
        CSHARP Toolset  - "MS.NET2005"
4290
 
4291
    * Version of Make for Win32 builds
4292
      The version of Make has been upgraded to 3.81 to provide access
4293
      to macros to simplify support for the MS VS2005.
4294
 
4295
    * CSHARP and WIN32 platforms
4296
      The LIB path uses to locate libraries and DLLs has been altered to:
4297
        - Contain absolute paths. Relative paths did not work under all
4298
          conditions when building projects and solutions.
4299
        - Contain valid paths. JATS generated paths that do not physically exist
4300
          will be removed from the search path. This removes warning messages
4301
          under VS2005.
4302
 
4303
Minor changes:
4304
    * New Jats utility: dstatus
4305
      Display Build Daemon Status. A text based utility.
4306
      Use 'jats dstatus -man' for full details.
4307
 
4308
    * PPC_603E Toolset
4309
      Changed the definition of HOST_CPU to be correct for the linux
4310
      architecture that uses the value - powerpc.
4311
 
4312
      Extended LinuxDrivers directive to allow for powerpc.
4313
 
4314
      Updated the MakeLinuxDriver directive to use EXTRA_CFLAGS as CFLAGS
4315
      has been removed. This change is backwardly compatible.
4316
 
4317
    * Modified all utilities to avoid a Perl-10 warning message [DEVI-049018]
4318
      Improved usage of the 'require' statement used to check for
4319
      a minimal value of perl.
4320
 
4321
      Removed excessive require statements.
4322
 
4323
    * JATS internal utilities - xmake
4324
      Source for Make 3.81 is now controlled
4325
      Include JATS specific files for
4326
        1) Windows
4327
        2) Linux
4328
 
4329
      JATS now includes binaries for make.
4330
      This will ensure that the version of make being used will be known for all
4331
      machines. Gnu make does not need to be installed for the various build
4332
      machines.
4333
 
4334
    * JATS internal utility sh.exe (windows)
4335
      Extended internal debugging via EnvVar SHDEBUGEXEC
4336
 
4337
    * JATS Environment
4338
      Allow Jats Environment variables that are used to specify a directory
4339
      to be set to either '-' or 'none'. The associated path will set to empty.
4340
 
4341
      This can be used to override defaults that may be inserted by the JATS
4342
      wrapper scripts.
4343
 
4344
    * JATS utility: sandbox (Experimental)
4345
      Correct problem with location of build files.
4346
      Spell check help and code.
4347
 
4348
------------------------------------------------------------------------
253 dpurdie 4349
Version:  2.75.3000.cr                               Released: 06-Jun-08
251 dpurdie 4350
------------------------------------------------------------------------
4351
Major changes:
4352
 
4353
Minor changes:
253 dpurdie 4354
    * Jats utility: release [DEVI-047291]
4355
      A race condition within clearcase will cause a view to fail during
4356
      creation. This is detected and the command will be retried a number
4357
      of times.
4358
 
4359
------------------------------------------------------------------------
4360
Version:  2.75.2000.cr                               Released: 27-May-08
4361
------------------------------------------------------------------------
4362
Major changes:
4363
 
4364
Minor changes:
251 dpurdie 4365
    * PPC_603E Toolset
4366
      Changed the definition of HOST_CPU to be non-numeric
4367
 
4368
    * GCC Toolset
4369
      Correct the operation of the assembler interface to 'gas' such that
4370
      options are passed correctly.
4371
 
4372
    * Jats utility: CCdiff [DEVI-048127] [DEVI-048439]
4373
      Sped up the label-label comparison.
4374
      Restored speed to that of observed before the label-view comparison
4375
      was added.
4376
 
4377
      Restored ability to perform a one-sided comparison. This is used when
4378
      reviewing a new package.
4379
 
4380
    * Makefile creation: BuildVersion directive
4381
      Better handling of the generated files such that they are
4382
      automatically included in the source file list.
4383
 
253 dpurdie 4384
    * Toolset updates
4385
      Thyron and gnu_mpt. From An Tran.
4386
 
251 dpurdie 4387
------------------------------------------------------------------------
249 dpurdie 4388
Version:  2.75.1000.cr                               Released: 14-May-08
229 dpurdie 4389
------------------------------------------------------------------------
4390
Major changes:
249 dpurdie 4391
 
4392
Minor changes:
4393
    * PackageFile directive [DEVI-048037][DEVI-047541]
4394
      Now supports the packaging of files with ( or ) in the name
4395
 
4396
------------------------------------------------------------------------
4397
Version:  2.75.0000.cr                               Released: 07-May-08
4398
------------------------------------------------------------------------
4399
Major changes:
247 dpurdie 4400
  * New toolset and platform
4401
    Added support for the PPC_603E platform.
4402
    This uses the powerpc-603e-linux-gnu compiler
4403
    The DEVLINUX and LMOS_DEVLINUX targets have been extended to include
4404
    this platform.
4405
 
4406
Minor changes:
4407
  * Jats utility: CCdiff
4408
    Extended operation to allow one side of the comparison to be a directory
4409
    within a static view. This allows comparison between a label and current
4410
    work.
4411
 
4412
  * Jats utility: release
4413
    Added checking of correct package name and version when files are
4414
    published to dpkg_archive.
4415
 
249 dpurdie 4416
  * Jats utility: jats_rewrite [DEVI-034837]
247 dpurdie 4417
    Extended operation to allow the special properties to be transferred from
4418
    Release Manager to the build tool to the target build. Currently only
4419
    supported for ANT builds.
4420
 
4421
    New 'known' ANT properties are:
4422
        releasemanager.releasename
4423
        releasemanager.projectname
4424
 
4425
    The configuration file, used by this utility, has been extended to support
4426
    tagged data item of the form
4427
 
4428
        releasemanager.releasename = value
4429
        releasemanager.projectname = value
4430
 
4431
  * Mug File Generation
4432
    Added --NoMugFiles option to suppress the creation of Mug Files
4433
    This allows THX files to be collected for possible deployment.
4434
 
4435
    When this option is enabled, the user does not need to specify the
4436
    Device ID, Name or Tier Number, nor are the external tools packages
4437
    required.
4438
 
4439
  * Makefile creation: BuildVersion directive
4440
    Modified the operation of the BuildVersion directive such that the
4441
    location of the files that are generated will be known to the Jats
4442
    makefiles. In this manner the user doesn't not need to know the location of
4443
    the files in order to use them.
4444
 
4445
    The file will need to be declared with a 'Src' directive, but JATS will
4446
    locate the file.
4447
 
4448
    This options does not occur for the 'C' version files. This is intentional
4449
    to ensure backward compatibility.
4450
 
4451
    The operation does occur for version files of Style:
4452
        * CSharp
4453
        * Properties
4454
        * WinRC
4455
 
4456
  * JATS directive: CompileOptions
4457
    Correct operation of options that make use of assigned values.
4458
    The case of the value is now preserved.
4459
    Value is correctly assigned.
4460
 
4461
------------------------------------------------------------------------
4462
Version:  2.74.0000.cr                               Released: 29-Apr-08
4463
------------------------------------------------------------------------
4464
Major changes:
245 dpurdie 4465
  * M16C toolset. Used by the MPR platform to build MCRFirmware [DEVI-047555]
4466
    Corrected the version number embedded in the generated THX file.
4467
 
4468
    Major and minor numbers greater than 9 were incorrectly represented
4469
    Added a test to ensure that the major and minor numbers are in the range
4470
    of 0 to 99 inclusive.
4471
 
4472
  * Auto-build when multiple build.pl files are labelled [DEVI-047461]
4473
    Modified JATS to allow support for the automated building of packages that
4474
    contain multiple, labeled, build files.
4475
 
4476
    Added a '-locatepkg=pkg' option to the Jats wrapper script. This allows the
4477
    user to specify the package to be selected from those that can be found.
4478
    This will be integrated into the build tool.
4479
 
4480
    Modified the operation of the 'jats release' command to use the
4481
    infrastructure provided by the above feature. Testing a release uses the
4482
    additional information to ensure that the created package name and version are
4483
    correct.
4484
 
4485
    Modified the operation of the (experimental) 'jats sandbox command to use
4486
    the infrastructure provided by the above feature.
4487
 
4488
Minor changes:
4489
  * Solaris Toolset [DEVI-047398]
4490
    The toolset no longer requires that the user have the compiler and the
247 dpurdie 4491
    'ar' utility in their path. It will be controlled by the toolset.
245 dpurdie 4492
 
4493
    This should improve build reproducibility.
4494
    This will simplify new user setup.
4495
 
4496
  * All Unix Toolsets
4497
    Corrected the operation of the 'options=showenv' so that it works
4498
    on unix systems
4499
 
4500
  * JATS release utility  [DEVI-047356]
4501
    Fixed problem where utility would issue a 'Broken Pipe' message
4502
    on some Solaris Machines.
4503
 
4504
  * JATS -version=<version>
4505
    Fixed operation on machines that do not have a GBE_DPKG_CACHE such that
4506
    JATS does not attempt to cache the alternate version.
4507
 
4508
------------------------------------------------------------------------
4509
Version:  2.73.4000.cr                               Released: 10-Apr-08
4510
------------------------------------------------------------------------
4511
Major changes:
243 dpurdie 4512
    * New platform: WCEPSION_500_emu [DEVI-047234]
245 dpurdie 4513
      Creates binaries for the WCEPSION_500 emulator
243 dpurdie 4514
      Added this platform to the default 'WINCE' alias.
4515
 
4516
Minor changes:
4517
    * JATS escrow utility [DEVI-047232]
4518
      Handle package names that have spaces and brackets
4519
 
4520
    * JATS release utility [DEVI-047232]
4521
      Handle view names that have spaces and brackets
4522
 
4523
    * Removed detection of unknown platforms
4524
      Does not work with LMOS
4525
 
4526
    * Readme.txt file
4527
      Added a brief description on the core_devl directory structure.
4528
 
4529
    * Misc Cleanup
4530
      Removed version-1 test that is not applicable to the current jats
4531
      Move PostInstall script into the BUILD directory.
4532
 
4533
------------------------------------------------------------------------
4534
Version:  2.73.3000.cr                               Released: 07-Apr-08
4535
------------------------------------------------------------------------
4536
Major changes:
241 dpurdie 4537
  * MOS68K Toolset (Not MOS68KRM)
4538
    Force compiler option -nOj
4539
    The default compiler option (-Oj) has been seen to cause problems with some
4540
    code. Problem reported/analysed by rparker and thunter.
237 dpurdie 4541
 
241 dpurdie 4542
  * MOS68K Toolset (Not MOS68KRM)
4543
    Correct problem in disabling Global Optimization that was introduced in
4544
    version 2.73.1000
4545
 
237 dpurdie 4546
Minor changes:
241 dpurdie 4547
  * JATS makefiles
4548
    Correct problem where a Production/Debug only build would create OBJ
4549
    directories for both production and debug, and not clean them up.
4550
 
4551
  * JATS builds
4552
    Allow ANT builds to be run in verbose mode to facilitate debugging
4553
    The command "make all options=args" will run the ANT builds in 'verbose'
4554
    mode.
4555
 
4556
  * JATS makefiles
4557
    Extended the 'selector' used in all makefile directives - as the first
4558
    argument. Added two non-platform related options:
4559
        --Project=xxxx      True if the package suffix matches
4560
        --Defined=yyy       True if yyy is declared with a SetValue or
4561
                            SetList directive.
4562
 
4563
    ie: AddSrcDir ('--Project=sls' , 'sls' );
4564
        AddSrcDir ('!--Project=sls', 'default');
4565
 
4566
  * JATS makefiles. MakeProject directive
4567
    New packaging options to package up programs to be used as JATS plug-ins
4568
        --PackageTool=xxxx
4569
        --PackageToolProd=xxx
4570
        --PackageToolDebug=xxx
4571
 
4572
  * JATS buildfile processing
4573
    Generate a warning for build platforms that are unknown to JATS
4574
    These may be the result of a user typo or an incompatible version
4575
    of JATS.
4576
 
4577
  * JATS save_build utility
4578
    Correctly handle autobuild branches that contain multiple checkouts, one of
4579
    which may be reserved.
4580
 
4581
  * JATS gen_cots utility
4582
    Correctly labels directories up to the VOB root.
4583
    Displays the correct 'Source Path' in the Release Manager Information.
4584
    Ignores the 'administration_view' as this is read-only
4585
 
4586
  * JATS sandbox (experimental)
4587
    Ensure the AutoBuildTool does not use any sandbox
4588
 
4589
  * JATS release (cbuilder) utility
4590
    Handle paths that have a trailing path separators.
4591
 
4592
  * JATS Makefile generation. Packaging directives
4593
    Packaging directives that use the --Dir option have been modified
4594
    such that the direction cannot use a a relative path.
4595
 
4596
    * Escrow tool
4597
      Creates a simple HTML file that details all the packages with a short
4598
      description.
4599
 
4600
------------------------------------------------------------------------
4601
Version: 2.73.2000.cr                                Released: 06-Mar-08
4602
------------------------------------------------------------------------
4603
Major changes:
4604
 
4605
Minor changes:
239 dpurdie 4606
    * Corrected operation of GBE_PLATFORM, when building a GENERIC package.
4607
      A GENERIC package can now be built independently of the value
4608
      of GBE_PLATFORM.
4609
 
4610
    * MOS Toolset
4611
      If only building for a production target, then don't generate an error
4612
      if there is no debug data and code addresses specified.
4613
 
4614
      Use to build platform independent MOS Releases. Cannot have debug, but
4615
      can have production (PIC) components.
4616
 
4617
    * Utility command: jats abt
4618
      Parse and use -buildfile=xxx option
4619
 
4620
    * Utility command: jats extract -extractfiles
4621
      The extractfiles option will now duplicate empty directories
4622
 
4623
    * Building ANT projects under JATS
4624
      Ensure that the PATH is correctly setup so that ANT can locate
4625
      utilities within the JAVA directory - for both Solaris and Windows.
4626
      Previously only worked on Windows
4627
 
4628
------------------------------------------------------------------------
4629
Version: 2.73.1000.cr                                Released: 21-Feb-08
4630
------------------------------------------------------------------------
4631
Major changes:
4632
 
4633
Minor changes:
237 dpurdie 4634
    * Jats Label Utility
4635
      Correct use of '-norecurse' operation.
4636
 
4637
    * Jats command line under Unix
4638
      Corrected problem when command line quoted arguments with a space are
241 dpurdie 4639
      passed in. ie: -xxx="aaa bbb ccc"
237 dpurdie 4640
 
4641
    * Escrow tool
4642
      Added totals to all the tables created in the HTML report
4643
 
4644
    * Platform MOS68KRM
4645
      Rome builds. Modified compiler options to match the existing build system
4646
 
4647
------------------------------------------------------------------------
239 dpurdie 4648
Version: 2.73.0000.cr                                Released: 20-Feb-08
237 dpurdie 4649
------------------------------------------------------------------------
4650
Major changes:
235 dpurdie 4651
    * New Toolset: BORLAND
4652
      The toolset uses the Borland C++ Builder 6 to build Borland Project
4653
      files via the MakeProject directive.
231 dpurdie 4654
 
235 dpurdie 4655
      In this release there is no support for native compilation and linking.
4656
 
4657
      Details are provided in MASS-00166 JATS Reference Manual
4658
 
231 dpurdie 4659
Minor changes:
235 dpurdie 4660
    * Extract/Release utility.
4661
      Handle Source Path option with spaces by creating a config spec
4662
      that can handle spaces
4663
 
4664
    * MOS Compiler
4665
      The TMP directory used by the assembler will be created before the
4666
      assembler is invoked. This will ensure that the directory exists.
4667
 
4668
    * Utility: create_dpkg
4669
      Uses the first 'descpkg' file found. Allows packages that have embedded
4670
      descpkg files to be copied.
4671
 
4672
    * AVR_IAR Toolset
4673
      Added support for AT90SC144144CT - by David Payne.
4674
 
4675
    * JATS ANT command
4676
      Better selection of the ant build file
4677
 
4678
    * Build directive: BuildVersion
4679
      Extended the WinRc version file to allow the name of an icon to be
4680
      embedded in the .RC file.
4681
 
4682
------------------------------------------------------------------------
4683
Version: 2.72.2000.cr                                Released: 06-Feb-08
4684
------------------------------------------------------------------------
4685
Major changes:
4686
 
4687
Minor changes:
233 dpurdie 4688
    * Building JATS. Installer will set a+x in dpkg_archive
4689
 
4690
    * JATS rewrite. Remove the need  for the 'name=' attribute in the
4691
      <project> field.
4692
 
4693
    * CCdiff utility
4694
      Now ignores blank lines when generating a file difference report.
4695
 
4696
    * Escrow utility
4697
      Quote 'path' in the generated extraction commands
4698
      Allow escrow to be based on a single Release Manager package
4699
 
4700
    * Minor Perl-10 tweaks  
4701
 
4702
------------------------------------------------------------------------
4703
Version: 2.72.2000.cr                                Released: 24-Jan-08
4704
------------------------------------------------------------------------
4705
Major changes:
4706
 
4707
Minor changes:
231 dpurdie 4708
    * Jats Tool: CCbc2 [DEVI-044908]
4709
      Locates BeyondCompare through the Windows Registry. This allows
4710
      BeyondCompare to be installed in places other then the default location.
4711
 
4712
    * Jats test runtime helper scripts set_PLATFORM.bat
4713
      Windows. Batch file modified so that it doesn't exit the shell.
4714
 
4715
    * Jats wrapper
4716
      If JATS attempts to cache itself and an error is reported by the caching
4717
      utility, then Jats would fail without reporting an error message.
4718
 
4719
------------------------------------------------------------------------
4720
Version: 2.72.00000.cr                                Released: 11-Jan-08
4721
------------------------------------------------------------------------
4722
Major changes:
229 dpurdie 4723
    * Jats Release Mechanism
4724
      Jats can now release itself. This is not the same a building all of its
4725
      internal components, but it does mean that a new version of JATS can be
4726
      released using the 'standard' mechanism.
4727
 
4728
      Jats releases will be tracked in Release Manager.
4729
 
4730
      A side effect of this is that the labelling scheme will change to align
4731
      itself with Release Manager. ie: <package_name>_<package_version>.
4732
 
4733
    * Running Jats
4734
      Running Jats from within a ClearCase view is being deprecated.
4735
      Jats should be run from a package present in dpkg_archive.
4736
      This may affect some windows developers.
4737
 
4738
      This release of JATS can be run from ClearCase, but generates a warning.
4739
      Future versions will generate an error.
4740
 
4741
      Refer to MASS-00164 Installing and Using JATS.
4742
 
4743
Minor changes:
4744
    * Perl Version Check
4745
      Jats will generate a warning if the version of Perl in use is newer
4746
      than the version used in test. Newer versions are not always backward
4747
      compatible. Currently JATS has been extensively tested with 5.8.8.
4748
 
4749
    * Build Directive: BuildVersion
4750
      This directive has been extended to allow the creation of a 'properties'
4751
      file. This file may be used to pass version information into a an ANT
4752
      build.
4753
 
4754
    * Jats Internals
4755
      Minor fix to interwork with Perl version 5.10.
4756
      Perl 5.10 has not been extensively tested - yet.
4757
 
4758
    * Jats Tool: CCbc2
4759
      Added utility to use BeyondCompare (BC2) to compare files in two
4760
      packages defined as ClearCase labels. The utility creates two dynamic views
4761
      and starts BeyondCompare. The views are destroyed at the end of the
4762
      process.
4763
 
4764
      Requires BeyondCompare to be installed in its default location.
4765
      Only works under Windows.
4766
 
4767
      Use jats CCbc2 -help (or -man) for further details.
4768
 
4769
    * Jats test runtime helper scripts set_PLATFORM.sh
4770
      Marked as executable, so that users can run them directly
4771
 
4772
    * Jats test runtime helper scripts set_PLATFORM.bat
4773
      Uses SETLOCAL / ENDLOCAL to prevent environment variables being exported
4774
      into the parent space. This mimics the behaviour of Unix.
4775
 
4776
    * Jats eprog
4777
      Consistent cross-platform handling of programs found in the current
4778
      directory.
4779
 
4780
    * jats tool jats_metrics
4781
      A new utility that will be used by the Automated Build System to collect
4782
      build metrics.
4783
 
4784
------------------------------------------------------------------------
227 dpurdie 4785
Version: 2.71.6.cr                                Released: 18-Dec-07
4786
------------------------------------------------------------------------
4787
Major changes:
4788
 
4789
Minor changes:
4790
    * Jats Tool: create_dpkg
4791
      Added options to allow the utility to sanity test the package name and
4792
      version of the package being created. This is intended to be used by the
4793
      automated build system. New options are:
4794
        -pname=Package_Name
4795
        -pversion=Package_Version
4796
 
4797
      Added option to allow the source package form to be tested, without
4798
      transferring the package. New options are:
4799
        -test
4800
 
4801
    * Jats Tool: CCdiff
4802
      -output=filename now works. Previously only -out=filename worked.
4803
      -vob=name does not generate internal message under unix
4804
 
4805
    * JATS Environment variables GBE_BUILDFILTER and GBE_PLATFORM can be either
4806
      a space separated or a comma separated list.
4807
 
4808
    * Solaris Toolset
4809
      Disable the use of purify, purecov and quantify when building shared
4810
      libraries. Shared libraries are not supported by these tools. Executable
4811
      programs are still supported.
4812
 
4813
------------------------------------------------------------------------
4814
Version: 2.71.5.cr                                Released: 07-Dec-07
4815
------------------------------------------------------------------------
4816
Major changes:
4817
 
4818
Minor changes:
4819
    * WINCE toolsets
4820
      Added a run-time test for the presence of the required toolset
4821
      This will report an error if the required WINCE toolset has not been
4822
      installed. This is better than obscure message generated by the compilers
4823
      when header files cannot be found.
4824
 
4825
    * GenerateFiles directive
4826
      If the generating tool can only be found in the users path, don't make
4827
      it a prequisite under Windows. There are problems with spaces in pathnames
4828
      that are difficult to solve.
4829
 
4830
    * MakePerlModule directive
4831
      Extended the directive syntax to allow command line options to be passed
4832
      to the the module builder.
4833
 
4834
    * Jats Tool: label
4835
      Add the ability to label specific sub-directories (-dirs=name[,name]+)
4836
      Allow the -up option to be used in conjunction with the  -files=xxx and
4837
      -dirs=xxx options.
4838
 
4839
    * Jats Tool: release
4840
      Corrected a problem when multiple ant builds where located within the
4841
      build view. Now all ants builds will be perform.
4842
 
4843
      Expanded the operation of the '-build=name' option such that it can be
4844
      used to limit ANT builds by specifying the name of the depends.xml file.
4845
 
4846
    * Jats Tool: CCdiff
4847
      Added utility to provide difference reports in a format suitable to be
4848
      uploaded to CodeStriker.
4849
 
4850
      Use jats CCdiff -help (or -man) for further details.
4851
 
4852
 
4853
------------------------------------------------------------------------
4854
Version: 2.71.4.cr                                Released: 30-Nov-07
4855
------------------------------------------------------------------------
4856
Major changes:
4857
    * New Platform : MOS68KRM
4858
      Building MOS for the 68K processor for Rome
4859
      Requires the Microtec 4.5R compiler
4860
      Similar to MOS68K, but has different optimization and definitions
4861
 
4862
Minor changes:
4863
    * label utility
4864
      Better handling of filenames with embedded spaces.
4865
 
4866
    * make package and install operations
4867
      Improved the error detection and reported that may occur during a file
4868
      transfer.
4869
 
4870
    * make clean up
4871
      Improved the cleanup of generated files.
4872
 
4873
    * Jats Tool: jats_transform_file
4874
      Tool that can be used within makefiles and test harnesses to perform
4875
      minor file transformations such as:
4876
        Copy, with optional rename
4877
        Force Dos or Unix style line endings
4878
        Perform simple TAG replacement
4879
 
4880
      Use 'jats jats_transform_file -help' for details
4881
 
4882
    * jats release utility
4883
      Added the -extractfiles option to extract files without leaving a view
4884
      in place.
4885
 
4886
    * escrow utility
4887
      Added -extract option to assist in creating images of all files in
4888
      the escrow, with a log file to summarize success/failure of the extraction.
4889
 
4890
------------------------------------------------------------------------
4891
Version: 2.71.3.cr                                Released: 16-Nov-07
4892
------------------------------------------------------------------------
4893
Major changes:
4894
 
4895
Minor changes:
4896
    * Makefile generation
4897
      Corrected a problem in the detection of a generated target
4898
      Some JAVA builds were not correctly detecting the need to run the
4899
      generate phase early.
4900
 
4901
------------------------------------------------------------------------
4902
Version: 2.71.2.cr                                Released: 09-Nov-07
4903
------------------------------------------------------------------------
4904
Major changes:
4905
 
4906
Minor changes:
4907
    * GBE_PLATFORM operation
4908
      Restored operation of GBE_PLATFORM. This feature is not encouraged.
4909
 
4910
    * Makefile generation
4911
      Added a sanity check to generate a warning if a file is packaged, or
4912
      installed, from more than one makefile.pl
4913
 
4914
    * Utilities gen_msproject, gen_dirlist and gen_metrics
4915
      Modified to use generic interface to the makefile data
4916
 
4917
    * AutoBuilder support tool 'save_build'
4918
      Check for users having placed locks on the build file and the autobuild
4919
      branch. The locks will be removed.
4920
 
4921
    * jats_rewrite utility
4922
      Better handling of DOS line ending under Unix
4923
 
4924
    * jats escrow utility
4925
      Can now create a simple escrow build, and information, on a Release.
4926
      Still handles an escrow based on an SBOM.
4927
 
4928
      Can be used to create an HTML report on unbuildable packages and
4929
      inconsistent packages.
4930
 
4931
    * jats make help
4932
      Corrected the list of target platforms to only show those that are
4933
      available within the current build.
4934
 
4935
    * jats makefiles
4936
      Modified the behaviour of jats when multiple instances of the
4937
      MakefileGenerate() directive are found.
4938
 
4939
      If the MakefileGenerate() directive is found in the 'common' makefile.
4940
      pl, then it will be ignored.
4941
 
4942
    * gcc toolset
4943
      SharedLibries.
4944
        The --Def=name option supports two types of def file
4945
        The 'old' form is used if the name of the Def file ends in .def
4946
 
4947
        The 'old' form is created by the existing versions of mod_if.pl
4948
        The 'new' form is created by tne new versions (daf_tools 25.1.5000.cr)
4949
        of mod_if - if the name of the file does not end in .def.
4950
 
4951
      SharedLibraries and Prog (Experimental)
4952
        New options:
4953
            --MultiScan
4954
            --NoMultiScan ( default)
4955
            MultiScan will scan the libraries until no more undefined references
4956
            can be satisfied. This may simplify linking of complex programs.
4957
 
4958
 
4959
------------------------------------------------------------------------
4960
Version: 2.71.1.cr                                Released: 16-Oct-07
4961
------------------------------------------------------------------------
4962
Major changes:
4963
 
4964
Minor changes:
4965
    PackageLib directive
4966
    The construct "PackageLib( '*', @SHLIBS, @LIBS );" now works as expected.
4967
    Packaging multiple libraries and shared libraries works as expected.
4968
    Packaging multiple shared libraries works as expected.
4969
 
4970
    MakefileGenerate directive
4971
    This directive should only be called once. JATS will now generate a warning,
4972
    and not produce an erroneous, if the directive is invoked more than once.
4973
 
4974
    Multiple Parent detection
4975
    A makefile.pl that is invoked from more than one other makefile.pl, or the
4976
    build.pl, is counted as having multiple parents. This condition is
4977
    normally treated as an error. When run by the Auto Built Tool, this
4978
    condition will be treated as a warning.
4979
 
4980
    Solaris Toolset
4981
    Added option '--WithMisalign' to the SharedLib directive.
4982
    When used in conjunction with the 'misalign' CompleOption this option will
4983
    cause a machine specific object file (misalign.o) to be included in the
4984
    link.
4985
 
4986
    Programs that are created with 'misalign' will automatically include the
4987
    misalign.o object file. The fact that shared libraries do not may be an
4988
    indication that this is a bad thing to do.
4989
 
4990
    Make and generation of subdirectories
4991
    Fixed an issue which caused created directories to have a bad timestamp.
4992
    This could result in multiple attempts to generate the source dependency
4993
    file.
4994
 
4995
------------------------------------------------------------------------
4996
Version: 2.71.0.cr                                Released: 10-Oct-07
4997
------------------------------------------------------------------------
4998
Major changes:
4999
    Makefile generation and make recursion
5000
    Extensive changes to the makefiles that are generated by JATS and method by
5001
    which JATS recuses through subdirectories during a build.
5002
 
5003
    Summary of changes:
5004
        - Removed the use of 'make' to perform recursion over subdirectories
5005
          and platforms. This has been replaced by a JATS program  that performs
5006
          the same task - only a great deal faster and with a greater scope for
5007
          flexibility.
5008
 
5009
          The user interface remains identical: jats make ....
5010
 
5011
        - Replaced the generated 'Makefile' with 'Makefile.gbe'. This is a text
5012
          file that provides sufficient information to allow JATS to locate the
5013
          interface directory and associated build information.
5014
 
5015
        - Significant speed up in determining the need to rebuild a makefile.
5016
          On a large package this has been reduced from 30+ seconds to less
5017
          than one second.
5018
 
5019
        - Significant speed up of large recursive builds through intelligent
5020
          building of the 'make_init' target. This is only processed once for
5021
          each platform type. Previously it was processed in each and every
5022
          makefile. This make target is used, internally, to perform sanity
5023
          testing of the compiler environment and to display the name of the
5024
          toolset. It is an expensive operation.
5025
 
5026
        - Intelligent speed up of large recursive through better mechanism
5027
          for creating required directories. These are now created on the fly,
5028
          rather than via a slow recursive pass though all makefiles.
5029
 
5030
        - Better makefile rebuilding
5031
          Makefiles can be rebuilt on the fly. The previous system was prone to
5032
          detecting that makefiles needs to be re-built, but then not re-
5033
          building them.
5034
 
5035
        - Detection of build file changes
5036
          The make process will detect that the build file has been modified
5037
          and that the component has not been rebuilt. This is a warning. It
5038
          does not prevent the 'make' operation.
5039
 
5040
        - Quieter make output
5041
          The 'Nothing to be done' message has been disabled.
5042
 
5043
 
5044
Minor changes:
5045
    MakeAnt Directive
5046
    Allows ANT_HOME to be a path with spaces. ie: c:\Program Files\apache-ant-1.6.5
5047
 
5048
    JATS command "debug" and "prod"
5049
    These now handle make arguments and options correctly. Thus the command:
5050
        jats prod WIN32 OPTIONS=args
5051
    Will correctly do a production build for WIN32 with command execution
5052
    display. Before, the system would attempt to process prod_OPTIONS=args.
5053
 
5054
    CSHARP toolset
5055
    Correctly detect missing compiler directories
5056
 
5057
------------------------------------------------------------------------
5058
Version: 2.70.2.cr                                Released: 27-Sep-07
5059
------------------------------------------------------------------------
5060
Major changes:
5061
 
5062
Minor changes:
5063
    Java target. Resolve problem of multiple project builds when multiple files
5064
    are generated.
5065
 
5066
    MakeAnt
5067
    If the Ant build fails JATS will terminate.
5068
    Previously JATS would continue until another error forced its termination.
5069
    This is done through a better startup of ANT using the
5070
    org.apache.tools.ant.launch.Launcher directly.
5071
 
5072
    MCR platform
5073
    Create '.mod' files from the generated THX files.
5074
    This is a MOS binary and can be download to the MCR devices.
5075
 
5076
------------------------------------------------------------------------
5077
Version: 2.70.1.cr                                Released: 20-Sep-07
5078
------------------------------------------------------------------------
5079
Major changes:
5080
 
5081
Minor changes:
5082
    MakeAnt directive extended
5083
    New option: --PackageBase
5084
        This will pass the path to all packages specified with LinkPkgArchive
5085
        directives to the build.xml file. Without the option the path will
5086
        address a 'jar' directory within the package.
5087
 
5088
    New passed parameter: PACKAGEDIR
5089
        This is the path to the output package that is being created by JATS
5090
        Allows the ant build script to place artifacts directly into the
5091
        package image being created.
5092
 
5093
------------------------------------------------------------------------
5094
Version: 2.70.0.cr                                Released: 13-Sep-07
5095
------------------------------------------------------------------------
5096
Major changes:
5097
    * Linux compiler
5098
      Changed the linux compiler used to build Embedded Linux platforms
5099
            DEVLINUX
5100
                LINUX_EMU
5101
                LINUX_ETX
5102
                ARM9TDMI
5103
 
5104
            LMOS
5105
                LMOS_LINUX_EMU
5106
                LMOS_LINUX_ETX
5107
                LMOS_ARM9TDMI
5108
 
5109
 
5110
    This is a non-backwardly compatibly release.
5111
 
5112
    Do not migrate to this version of JATS if you are building against
5113
    existing packages, until the underlying packages have been rebuilt.
5114
 
5115
    Packages created with the previous version of the compiler should not be
5116
    mixed with packages created with the version in this release.
5117
    Packages will be rebuilt with the new compiler as soon as possible.
5118
 
5119
    The new compiler will need to be installed on users VM's
5120
    The compiler package is dpkg_archive/linux_gnu_tools/1.1.0000.cots
5121
    The binary is:crosstool-gcc-4.1.1-glibc-2.5.tar.bz2
5122
    This should be extacted, as root, into / with the (one line) command
5123
         tar -xjf /net/auperaunx26/export/devl/dpkg_archive/linux_gnu_tools/1.1.0000.cots/
5124
                    crosstool-gcc-4.1.1-glibc-2.5.tar.bz2 -C/
5125
 
5126
Minor changes:
5127
    * Skipped 2.69 due to nature of major change
5128
 
5129
 
5130
------------------------------------------------------------------------
5131
Version: JATS_2.68.3                                Released: 28-Aug-07
5132
------------------------------------------------------------------------
5133
Major changes:
5134
 
5135
Minor changes:
5136
    * WIN32 CompileOptions to control use of precompiled headers
5137
      Added a WIN32 specific compiler option to control the pre compiled
5138
      headers.
5139
 
5140
        CompileOptions ('WIN32', 'PreCompileHdrs' );        (default)
5141
        CompileOptions ('WIN32', 'NoPreCompileHdrs' );
5142
 
5143
 
5144
------------------------------------------------------------------------
5145
Version: JATS_2.68.2                                Released: 28-Aug-07
5146
------------------------------------------------------------------------
5147
Major changes:
5148
 
5149
Minor changes:
5150
    * Reverted changes made in JATS_2.68.1 to the library search path
5151
      Although the search order is broken, we will need to live with it.
5152
 
5153
      Addressed the search order of /usr/lib under Solaris by adding a new
5154
      AddLibDir option (--System) to add system paths. These will be searched
5155
      last.
5156
 
5157
      For the record, the search order for header files and libraries is:
5158
 
5159
        1) As specified with AddIncDir/AddLibDir in the local makefile.pl
5160
           or within any such directive with the --Local option
5161
 
5162
        2) Within the components 'local' directories. These are populated with
5163
           InstallHdr and InstallLib directives.
5164
 
5165
        3) Within the 'interface' directory as populated by BuildPkgArchive
5166
 
5167
        4) As specified with AddIncDir/AddLibDir in the 'global' makefile.pl
5168
           or within any such directive with the --Global option
5169
 
5170
        5) Within packages specified by a LinkPkgArchive directive
5171
 
5172
 
5173
        6) As specified with AddIncDir/AddLibDir in any makefile.pl
5174
           with the --System option
5175
 
5176
    * LMOS target platform
5177
      Includes LINUX_ETX
5178
 
5179
------------------------------------------------------------------------
5180
Version: JATS_2.68.1                                Released: 24-Aug-07
5181
------------------------------------------------------------------------
5182
Major changes:
5183
 
5184
Minor changes:
5185
    * Solaris Toolset
5186
      Corrected library search order, such that /usr/lib is search after the
5187
      dependent packages.
5188
 
5189
    * RunTest operation
5190
      Added the current directory '.' to the PATH used when the test is run.
5191
 
5192
    * Csharp toolkit
5193
      .dtd files are treated as resource files too
5194
 
5195
------------------------------------------------------------------------
5196
Version: JATS_2.68.0                                Released: 20-Aug-07
5197
------------------------------------------------------------------------
5198
Major changes:
5199
    * Trap use of uncontrolled versions of 'ant' and the Java Compiler (javac)
5200
 
5201
      It was discovered that a few old makefile.pl's where invoking ant and
5202
      javac directly in order to build small Java components. This was
5203
      normally being done in the guise of the WIN32 target. These packages
5204
      were making assumptions about the version of Java on the users search
5205
      path.
5206
 
5207
      JATS can invoke ANT and build Java based components using the MakeAnt
5208
      directive and the JAVA platform. This method is controlled and
5209
      reproducible.
5210
 
5211
      This release provides changes such that these packages will not build.
5212
      This is better than building incorrectly.
5213
 
5214
      There are several aspects to the change
5215
        1) JATS provides binaries (ant and javac) with an error message. If
5216
           the user invoked ant/javac in a manner that involves searching the
5217
           PATH then these will be used and report an error.
5218
 
5219
       2) A special command (jats abt) can be used to start up the Auto Build
5220
          Tool in a manner that does not alter the PATH seen by the utilities.
5221
          Moreover it does not alter the JAVA_HOME seen by the build. This is
5222
          controlled separately.
5223
 
5224
Minor changes:
5225
    * Sanitize the PATH environment variable
5226
        Ensure the JATS bin directory is the first directory searched
5227
        Remove duplicates
5228
        Place non-existent components at the end of the PATH
5229
 
5230
------------------------------------------------------------------------
5231
Version: JATS_2.67.1                                Released: 17-Aug-07
5232
------------------------------------------------------------------------
5233
Major changes:
5234
 
5235
Minor changes:
5236
    * Makefile sanity test
5237
      Added a test to ensure that makefiles created on a machine of one type are
5238
      not then run on a machine of a different type.
5239
 
5240
      This will prevent files created on solaris-sparc being used on a solaris-
5241
      x86 machine.
5242
 
5243
    * Correct bug in RunTest
5244
      RunTest now extends the PATH to include the local bin directory
5245
 
5246
------------------------------------------------------------------------
5247
Version: JATS_2.67.0                                Released: 13-Aug-07
5248
------------------------------------------------------------------------
5249
Major changes:
5250
    * RunTest directive
5251
      Added support for running tests within the NUNIT test framework for the
5252
      CSHARP target. In the process a generalized mechanism for accessing
5253
      toolset specific test frameworks has been added.
5254
 
5255
      Changes to the directive to support a FrameWork.
5256
        The use of a test FrameWork is signaled with the option
5257
        --FrameWork=<name> If this is present then the raw name of the program
5258
        under test will be passed to the framework. program.
5259
 
5260
        If a FrameWork is in use, then JATS will invoke the specified framework
5261
        builder within the current toolset.
5262
 
5263
      When a framework is in place JATS will pass arguments of the form:
5264
        '--Tag=Text' to the FrameWork. Other options are processed as normal.
5265
 
5266
      With in the Nunit FrameWork the program under test will be a DLL Nunit
5267
      will only operate on a DLL. The DLL must have been created by the makefile
5268
      containing the RunTest directive.
5269
 
5270
      The Nunit Framework supports the following options:
5271
        --Uses=<Name>[,SubOption]+
5272
 
5273
        This option specifies other DLLs that are used by the TestDLL. They will
5274
        be copied in to the test directory, and may be sourced from an external
5275
        package or the components 'local' lib directory.
5276
 
5277
        SubOptions available to The --Uses directive are:
5278
            --NonJats       This is not a JATS built library. It will not have a
5279
                            P or D suffix.
5280
            --Jats          (Default) This is a JATS built library. JATS will
5281
                            select the correct library type for this build.
5282
 
5283
Minor changes:
5284
    * New Cache cleanup mechanism
5285
      When a package is consumed from the 'cache' a flag is updated within
5286
      the cache. The cache aging routines use this file in preference to
5287
      the descpkg file, thus it will prevent the aging of packages that are
5288
      frequently used. The aging policy can be made more aggressive.
5289
 
5290
    * Save Build Utility
5291
      This utility is used by the Auto Build System to save the 'build.pl' file
5292
      used in a ripple build.
5293
 
5294
      The utility has been enhanced to detect  a reserved checkout of the
5295
      build.pl. The checkout will be changed to unreserved - if possible.
5296
 
5297
    * Release Utility
5298
      The 'jats release' command will now unlock any labels that it locked
5299
      when an error is encountered.
5300
 
5301
      This simplifies the 'release' process as the developers label will be
5302
      unlocked if a build error occurs.
5303
 
5304
    * Jats caching local copy of itself
5305
      Fixed a bug which resulted in an "Use of individualized value" message
5306
      being displayed a large number of times during the file transfer process.
5307
 
5308
    * Minor extension to allow plug-in directives to perform a processing step
5309
      before the makefiles are created.
5310
 
5311
    * TestProg directive
5312
      TestProg's are now built in exactly the same manner as Progs
5313
 
5314
    * Correct problem introduced in 2.66.1 with packaging of files with
5315
      a 'space' or '$' in the file name.
5316
 
5317
------------------------------------------------------------------------
5318
Version: JATS_2.66.1                                Released: 20-Jul-07
5319
------------------------------------------------------------------------
5320
Major changes:
5321
    * New build target
5322
            LINUX_ETX           - Support for Linux on an ETX board
5323
            LMOS_LINUX_ETX      - Support for LMOS on the LINUX_ETX target
5324
 
5325
      These targets have also been added to the following pseudo targets.
5326
            DEVLINUX
5327
            LMOS_DEVLINUX
5328
 
5329
    * Internal utility dpkg_cache [Windows]
5330
      Modified to remove use of system utilities to perform the the file
5331
      transfer, after having problems the 'cp.exe' provided by JATS.
5332
 
5333
Minor changes:
5334
    * Added utility class to provide directory searching
5335
      To be used in JATS and JATS support tools
5336
 
5337
    * tweaks to the C# toolset
5338
      Correct problem with filename that start with "n" as in .\not_nice.cs
5339
 
5340
      Create resource files with Fully Qualified Names derived from the .resx
5341
      and .cs files.
5342
 
5343
      Handle Strong Key Names and creates wrappers to provide do the right
5344
      thing.
5345
 
5346
    * Microtec ColdFire compiler
5347
      Further attempts to get the compiler to place all of its temp files in a
5348
      local directory. The compiler uses a large number of EnVars to control
5349
      were it places temp files.
5350
 
5351
      Underlying problem is random compiler failures on big builds. Suspected
5352
      interaction with other builds.
5353
 
5354
    * Release utility command
5355
      Added a -tag=name option to allow the Auto Build Tools to create
5356
      multiple instances of a static view. The tag is used to provide a unique
5357
      component in the clearcase tag name.
5358
 
5359
------------------------------------------------------------------------
5360
Version: JATS_2.66.0                                Released: 27-Jun-07
5361
------------------------------------------------------------------------
5362
Major changes:
5363
  * Support for building CSHARP code
5364
    Natively build C# within JATS using the Microsoft command line programs
5365
 
5366
    Supports the handling of .resx files
5367
 
5368
    Supports the creation of windows programs, console programs and shared
5369
    libraries
5370
 
5371
Minor changes:
5372
  * Unit Tests
5373
    Allow test scripts to be PERL - with a .pl extension
5374
    These will be correctly initiated under WIndows and Unix
5375
 
5376
    Correct warning messsage that is generated if a "CopyIn" file is also listed
5377
    as a Script.
5378
 
5379
 
5380
------------------------------------------------------------------------
5381
Version: JATS_2.65.3                                Released: 11-Jun-07
5382
------------------------------------------------------------------------
5383
Major changes:
5384
 
5385
Minor changes:
5386
  * WINCE Support
5387
    Added WCEPA962_500 support. The WINCE target now includes this target.
5388
    Complete list of WINCE targets is:
5389
        WCEIT3000
5390
        WCEPA961
5391
        WCEPA962
5392
        WCEPA962_500
5393
        WCEPCM7220
5394
        WCEPSION_500
5395
        WCEPSPC_arm
5396
        WCEPSPC_emu
5397
        WCEX86A420
5398
        WCEX86A500
5399
        WCEX86A500_SOM4455
5400
 
5401
 
5402
------------------------------------------------------------------------
5403
Version: JATS_2.65.2                                Released: 06-Jun-07
5404
------------------------------------------------------------------------
5405
Major changes:
5406
 
5407
Minor changes:
5408
  * WINCE Support
5409
    Added WCEPSION_500 support. The WINCE target now includes this target.
5410
 
5411
  * Removed the following targets
5412
        TP5600
5413
        TP5600_ARM9TDMI
5414
        TP5600_EMU
5415
        LMOS_TP5600_ARM9TDMI
5416
        LMOS_TP5600_EMU
5417
 
5418
  * Deployment
5419
    Simplify access to build information during deployment
5420
 
5421
  * build.pl
5422
    Better error check on a packages version number.
5423
 
5424
    The --forcebuildpkg has been extended to copy files on a Unix system, rather
5425
    than to use symlinks. This simplifies remote builds.
5426
 
5427
  * Tool: gen_msprojects
5428
    Has been extended to create either a Debug build (default), or a Production
5429
    build.
5430
 
5431
        Eg: jats etool gen_msprojects -prod
5432
 
5433
  * Tool: escrow
5434
     New features
5435
     Given an rtag_id, report determine packages that are in the 'release' but
5436
     are not in the SBOM.
5437
 
5438
     Prune "patch" package versions.
5439
 
5440
     Specify packages to be ignored.
5441
 
5442
 
5443
------------------------------------------------------------------------
5444
Version: JATS_2.65.1                                Released: 30-May-07
5445
------------------------------------------------------------------------
5446
Major changes:
5447
  * Provided a mechanism by which JATS makefile.pl directives can be extended
5448
    through modules provided by external packages. This will be used to reduce
5449
    the dependancy on JATS of various packaging processes.
5450
 
5451
  * GenerateFiles
5452
    Added the options:
5453
        --UnknownPreq           - Will force the recipe to be run every time
5454
                                  the generated files are required. May be used
5455
                                  when the dependancies are too complex to
5456
                                  describe. ie: Entire directory tree.
5457
 
5458
        --AutoGenerate          - Will not force the recipe to be run during the
5459
                                  'generate' phase, unless the recipe generates
5460
                                  source files. Allows recipes to be run very
5461
                                  late. ie: when the dependent files are actually
5462
                                  required.
5463
 
5464
 
5465
Minor changes:
5466
  * GenerateFile directive
5467
    Added --Var(BuildRoot)
5468
 
5469
  * GCC Toolset
5470
    Creating Shared Libaries with a 'Def' file. The library is now dependent
5471
    on the Def file, such that changes to the Def file will cause the library to
5472
    be rebuilt.
5473
 
5474
  * MakeAnt and MakeProject directives
5475
    Preserve the order in which projects are built.
5476
 
5477
------------------------------------------------------------------------
5478
Version: JATS_2.65.0                                Released: 16-May-07
5479
------------------------------------------------------------------------
5480
Major changes:
5481
 *  Access to Release Manager and Deployment Manager databases
5482
    The database location, user and password have been made configurable via
5483
    environment variables.
5484
 
5485
    Reason: The Release Manager and Deployment Manager databases are being
5486
            moved.
5487
 
5488
    This will affect users that:
5489
        1) Use tools that access RM or DM
5490
           Some tools that build deployable packages
5491
 
5492
        2) Use the ABT system
5493
           The buildadm user, and the ABT scripts will be modified to provide
5494
           the required configuration
5495
 
5496
    If you need to use tools that access RM or DM, outside of the ABT scripts on
5497
    the build machine then you will need to add the following environment
5498
    definitions to your .profile_bash, or jats.bat.
5499
    Windows
5500
        set GBE_RM_LOCATION=jdbc:oracle:thin:@auperaora03:1521:RELEASEM
5909 dpurdie 5501
        set GBE_RM_USERNAME=RM_READONLY
5502
        set GBE_RM_PASSWORD=RM_READONLY
5710 dpurdie 5503
        set GBE_RM_URL=http://bms:8002/ManagerSuite/Release_Manager
227 dpurdie 5504
        set GBE_DM_LOCATION=%GBE_DM_LOCATION%
5909 dpurdie 5505
        set GBE_DM_USERNAME=DM_READONLY
5506
        set GBE_DM_PASSWORD=DM_READONLY
5710 dpurdie 5507
        set GBE_DM_URL=http://bms:8002/ManagerSuite/Deployment_Manager
227 dpurdie 5508
    Note: GBE_RM_LOCATION will change in the near future.
5509
 
5510
 
5511
  * New build platforms
5512
        ARM9TDMI            - To replace TP5600_ARM9TDMI
5513
        LINUX_EMU           - To replace TP5600_EMU
5514
 
5515
        LMOS_ARM9TDMI       - To replace LMOS_TP5600_ARM9TDMI
5516
        LMOS_LINUX_EMU      - To replace LMOS_TP5600_EMU
5517
 
5518
        DEVLINUX            - To replace TP5600
5519
        LMOS_DEVLINUX       - To replace LMOS_TP5600
5520
        LMOS                - New platform that expands to known LMOS targets:
5521
                              LMOS_ARM9TDMI, LMOS_LINUX_EMU, LMOS_WIN32
5522
 
5523
    Many of these targets are designed to replace the badly named platforms
5524
    of TP5600_ARM9TDMI and TP5600_EMU. These will be removed in a future
5525
    release.
5526
 
5527
    The GBE_BUILDFILTER for linux boxes may need to be changed to
5528
         LINUX_I386 ARM9TDMI LINUX_EMU LMOS_ARM9TDMI LMOS_LINUX_EMU
5529
 
5530
    The TP5600* targets should be removed to make it obvious that these packages
5531
    need to be converted.
5532
 
5533
  * Building Linux Device Drivers
5534
    The hard-coded path to the Kernel Headers has been removed.
5535
    Linux Drivers must be built with a suitable package to provide
5536
    the kernel headers. This allows multiple versions of the linux kernel to be
5537
    used for different targets platforms.
5538
 
5539
  * Sandbox support
5540
    Embryonic support for building multiple packages in a common sandbox
5541
    Will remain undocumented until fully implemented.
5542
 
5543
    New command: jats sandbox ...
5544
 
5545
Minor changes:
5546
 
5547
 
5548
------------------------------------------------------------------------
5549
Version: JATS_2.64.1                                Released: 03-May-07
5550
------------------------------------------------------------------------
5551
Major changes:
5552
  * MakeAnt directive
5553
    Added options to allow the and project to unit tests.
5554
 
5555
    New options
5556
        --AutoTest=<target>            # Run as Automated unit test
5557
        --UnitTest=<target>            # Run as Unit test
5558
 
5559
    This will invoke the ant build file, with the specified target, during the
5560
    run_unit_tests phase.
5561
 
5562
  * Sandbox support
5563
    Embryonic support for building multiple packages in a common sandbox
5564
    Will remain undocumented until fully implemented
5565
 
5566
Minor changes:
5567
  * jats build
5568
    Use platform configuration information to prune platforms from the list of
5569
    platforms that will be 'built'.
5570
 
5571
    This simplies the construction of a GBE_BUILDFILTER
5572
 
5573
    This information is not available for all supported platforms, but is
5574
    available for psuedo platforms that transform into machine specific
5575
    platforms. These include SOLARIS, LINUX, TP5600 and LMOS_TP5600
5576
 
5577
  * AVR_IAR Toolset
5578
    Clean up 9 files that may be created by the USB license dongle.
5579
 
5580
  * JATS.BAT
5581
    Example file now provides a default GBE_DPKG definition that assumes that
5582
    the "V" drive is mapped to \\auperaunx26\devl. This allows access to both
5583
    the dpkg_acrhive and the deploy_archive with the one mapping.
5584
 
5585
  * jats label
5586
    Correct problem when locking a label in a specified VOB
5587
 
5588
------------------------------------------------------------------------
5589
Version: JATS_2.64.0                                Released: 16-Apr-07
5590
------------------------------------------------------------------------
5591
Major changes:
5592
  * New build platform:
5593
        LMOS_TP5600
5594
        LMOS_TP5600_ARM9TDMI
5595
        LMOS_TP5600_EMU
5596
 
5597
    LMOS_TP5600 is a tag that will be expanded to the entire family of LMOS_TP5600
5598
    supported targets. A common alias of LMOS_T5600 will be created to
5599
    describe the group of platforms.
5600
 
5601
    LMOS_TP5600_ARM9TDMI and LMOS_TP5600_EMU
5602
    These are LMOS based targets. The 'lmos' package must be used in order to
5603
    build these targets.
5604
 
5605
    The LMOS_TP5600_ARM9TDMI can use components from the TP5600_ARM9TDMI,
5606
    where no LMOS_TP5600_ARM9TDMI components are provided.
5607
 
5608
    The LMOS_TP5600_EMU can use components from the TP5600_EMU,
5609
    where no LMOS_TP5600_EMU components are provided.
5610
 
5611
  * New build platform: WINCE
5612
    This is a tag that will be expanded to all the known WINCE targets.
5613
    Use of this platform will simplify the creation of components for
5614
    consumption on all WINCE machines.
5615
 
5616
    The current list of WINCE targets is:
5617
            WCEIT3000
5618
            WCEPA961
5619
            WCEPA962
5620
            WCEPCM7220
5621
            WCEPSION_420
5622
            WCEPSPC_arm
5623
            WCEPSPC_emu
5624
            WCEX86A420
5625
            WCEX86A500
5626
            WCEX86A500_SOM4455
5627
 
5628
    The WINCE targets actually built will be affected by GBE_BUILDFILTER.
5629
 
5630
 *  JATS makefile.pl
5631
    The package descriptor file, 'descpkg', will be packaged in all makefiles
5632
    that contain packaging directives.
5633
 
5634
    There is now no need to explicitly package the 'descpkg' file, except in
5635
    very unusual configurations.
5636
 
5637
Minor changes:
5638
  * Directive: PackageFile
5639
    Generate a warning if the source file name does not confirm to good naming
5640
    conventions. The filename must not start with a '-' and must not contain
5641
    an '='.
5642
 
5643
    Normally the result of an error in the directive. ie: "-Subdir=etc", instead
5644
    of "--Subdir=etc".
5645
 
5646
  * JATS Internal utility: cmdfile
5647
    Updated Linux and Solaris targets with a version of the cmdfile that
5648
    provides a better error message for libraries that cannot be found.
5649
 
5650
    This version will display the library search path with one item per line,
5651
    rather than all items on one, very long, line.
5652
 
5653
------------------------------------------------------------------------
5654
Version: JATS_2.63.0                                Released: 5-Apr-07
5655
------------------------------------------------------------------------
5656
Major changes:
5657
 
5658
  * JATS release command
5659
    Modified the configuration spec generated when a branching rule is
5660
    specified. The change will ensure that directories are not branched.
5661
 
5662
    Rules are:
5663
        Modify a file:      File will branch
5664
        Adding a file:      Containing directory will not branch
5665
                            File will be placed on a branch
5666
        Add a directory:    Containing directory will not branch
5667
                            New directory will branch
5668
 
5669
Minor changes:
5670
  * JATS release command
5671
    Added -noprefex option to allow the creation of a view directory without the
5672
    user name being prefixed to it. This is useful in creating an escrow view.
5673
 
5674
  * JATS label command
5675
    Detect and report parent directories that are checkedout when a label
5676
    is applied. Previously these had gone unreported.
5677
 
5678
  * JATS make
5679
    Undo previous change to preserve symbolic links while Packaging and
5680
    Installing files. A problem was encountered when a file from a package
5681
    was re-packaged.
5682
 
5683
  * JATS escrow
5684
    Added a tool to generate information for creating an escrow drop.
5685
    Use jats escrow -help for details
5686
 
5687
  * makefile.pl directive: MakeAnt
5688
    This directive will create parameters to specify the location of external java
5689
    packages that have been referenced via a LinkPkgArchive directive.
5690
 
5691
    This allows the build.xml to contruct a CLASSPATH to access JAR files in
5692
    packages, without the overhead of copying the entire package into the
5693
    interface directory.
5694
 
5695
  * build.pl directive: BuildPkgArchive
5696
    Modified the processing of 'jar' directories.
5697
    Directories of the form 'jar.<target>' will be transferred into the 'jar'
5698
    directory as seen by the package.
5699
 
5700
    Intended use: Deployment of oraclient for Solaris 10
5701
 
5702
  * JAVA 6
5703
    JATS now supports all versions of Java through the use of JAVA_HOME_X_Y
5704
    environment variables. Where X andY specify the version of JAVA.
5705
 
5706
    The jats.bat and jats.sh example files only provide indication of 1.4, 1.5
5707
    and 1.6 support, but all versions are now supported.
5708
 
5709
    The "jats vars -v" command will display all JAVA_HOME environment variables
5710
 
5711
  * Jats command: vars
5712
    Extended to show a "*" for EnvVars that do not address a valid directory
5713
    These indicate potential problems.
5714
 
5715
------------------------------------------------------------------------
5716
Version: JATS_2.62.4                                Released: 20-Mar-07
5717
------------------------------------------------------------------------
5718
Major changes:
5719
  * JATS create_dpkg + packageing shared libraries (Unix)
5720
    When a shared library is created a simple symbolic link to the versioned
5721
    libarry is also created.
5722
 
5723
    Previous versions of JATS would replace the symbolic link with a physical
5724
    copy of the file. The effect of this is that when the shared libaries is
5725
    'Installed', 'Packaged' and transferred into dpkg_archive there are two
5726
    files, instead of one file and one link to the file (in the same directory)
5727
    The Solaris shared libraries can be quite large, due to the debug
5728
    information contained within the file.
5729
 
5730
    This version of JATS will preserve symbolic links when 'Installing',
5731
    'Packaging' and transferring to dpkg_archive.
5732
 
5733
    The advantage of this will be significant reduction in disk space used
5734
    within the build environment and dpkg_archive.
5735
 
5736
  * Building Perl Modules
5737
    Modified the process to prevent the module builder attempting to modify the
5738
    documentation on the build machine.
5739
 
5740
    Integrated the 'jats clean' operation.
5741
 
5742
Minor changes:
5743
  * jats create_dpkg
5744
    Added an option to create a built.generic file
5745
    This is only used by the Automated Built Tools.
5746
 
5747
------------------------------------------------------------------------
5748
Version: JATS_2.62.3                                Released: 28-Feb-07
5749
------------------------------------------------------------------------
5750
Major changes:
5751
  * JATS JAVA build target
5752
    The default behaviour of the JAVA build target has changed such that the
5753
    default version of JAVA used will be 1.4.
5754
 
5755
    Previous behaviour was to use whichever version was specified by the EnvVar
5756
    JAVA_HOME. This was not controlled, thus the build was not controlled.
5757
    Problems occur when using the new AutoBuildTool as it uses Java 1.5 and this
5758
    is then picked up as the default version.
5759
 
5760
    If a version, other than 1.4, is required then specify it within the
5761
    build.pl file.
5762
 
5763
Minor changes:
5764
  * jats release
5765
    Ensure that the 'cleartool' command can be found in the users PATH
5766
    Issue an error if it cannot be found.
5767
    This error indicates bad DevEnv setup
5768
 
5769
    Added facility to create a view based on a config_spec, instead of a label.
5770
    Such a view cannot be used to create a release. It is intended to simplify
5771
    the creation of simple static views. The name of view is, by default,
5772
    based on the name of the config spec. Use the -view=name option to change
5773
    the name of the view.
5774
 
5775
  * GenerateFiles directive
5776
    Added new --Vars() to allow packaging of JATS plugin tools.
5777
 
5778
  * MOS Toolset
5779
    When using MOS fast intermodule calls the optimizer will preload commonly
5780
    used memory addresses into a register BEFORE the GDP has been correctly set
5781
    up. Use the following option to suppress this optimization
5782
 
5783
    Added: CompileOptions ('*', 'NoGlobalOptimization' );
5784
 
5785
 
5786
------------------------------------------------------------------------
5787
Version: JATS_2.62.2                                Released: 15-Feb-07
5788
------------------------------------------------------------------------
5789
Major changes:
5790
 
5791
Minor changes:
5792
  * JATS environment
5793
    Ensure that the true path of the Perl executable is present in the PATH
5794
    environment variable. This allows build tool access to various perl utilities
5795
    that are located in the Perl bin directory.
5796
 
5797
    Resolves issues in locating utilities such as pod2html
5798
 
5799
  * Use of GENERIC platforms
5800
    Report an error if a GENERIC platform is mixed with any other platform
5801
    specifier. GENERIC is used for packages that build on all machines because
5802
    they do not use a compiler or linker. They simply contains files that need
5803
    to be packaged.
5804
 
5805
  * Generated makefiles
5806
    Solaris and Linux: Ensure that LD_LIBRARY_PATH is exported if it is used.
5807
 
5808
  * Generating MOS THX files
5809
    Added option --BinaryImage to the SharedLib directive used to create MOS THX
5810
    files. This option will create a binary image (.bin) instead of a .thx file.
5811
    This is being used in the creation of BR Applets.
5812
 
5813
        SharedLib   ( 'MOS', "xxx", @OBJS, "--Rel=xxx.rel", "--BinaryImage" );
5814
 
5815
  * JATS release
5816
    Correct the operation of the -path option under Unix
5817
 
5818
  * JATS extract
5819
    New JATS command. This is the same as 'jats release -extract'
5820
 
5821
  * JATS Toolset
5822
    Added support for the WinCe PSION (WCEPSION_420)
5823
    This is a armv4i device using 4.20 of the WCE SDK    
5824
 
5825
 
5826
------------------------------------------------------------------------
5827
Version: JATS_2.62.1                                Released: 18-Jan-07
5828
------------------------------------------------------------------------
5829
Major changes:
5830
 
5831
Minor changes:
5832
  * jats label
5833
    Added a -vob=name option
5834
    This allwos the label utility to create, lock, unlock, rename and delete
5835
    labels without the user actually being located within the VOB. This option
5836
    cannot be used in conjunction with operations that place labels on files.
5837
    It can only be used for operations that manipulate the label.
5838
 
5839
    Added a -user=name option
5840
    This extends the operation of the -mine operation to change ownership of the
5841
    label to the named user.
5842
 
5843
  * jats release
5844
    Displays the path to the view and the build file in a user friendly manner
5845
    Under Windows it uses \, unless running under cygwin.
5846
 
5847
  * JATS build.pl
5848
    BuildProduct supports the --Uses=xxxx construct on a per-target basis.
5849
    ie:
5850
        BuildProduct ('TP5', 'LMOS_TP5600_EMU', 'LMOS_TP5600_ARM9TDMI,--Uses=TP5600_ARM9TDMI');
5851
 
5852
 
5853
------------------------------------------------------------------------
5854
Version: JATS_2.62.0                                Released: 22-Dec-06
5855
------------------------------------------------------------------------
5856
Major changes:
5857
  * GenerateFiles and RunTest directives
5858
    These directives have been extended to allow a large number of makefile
5859
    values to be added to the command lines,without resorting to knowledge of
5860
    the makefile internals. ie:
5861
        --Var(BuildName)
5862
    will be expanded to (hen building MyPackage)
5863
        -BuildName=MyPackage
5864
 
5865
    The complete list of Variables is provided in the JATS manual.
5866
 
5867
  * GenerateFiles
5868
    Added a --Clean option to allow tools to be invoked in the 'clean' phase
5869
    This allows external scripts to cleanup.
5870
 
5871
  * BuildPlatforms
5872
    Restored operation of the --Uses option
5873
 
5874
Minor changes:
5875
  * GCC Toolset
5876
    Exports path to compiler. Used by scripts to build packages
5877
 
5878
Internal changes:
5879
  * GenerateFiles
5880
    Maintains the arguments in an array for simpler processing.
5881
 
5882
    --Shell is now processed by the 'make' shell rather then invoking an
5883
    external shell. It will be the same shell, just easier to setup.
5884
 
5885
 
5886
------------------------------------------------------------------------
5887
Version: JATS_2.61.3                                Released: 14-Dec-06
5888
------------------------------------------------------------------------
5889
Major changes:
5890
  * Caching JATS
5891
    Added a mechanism whereby JATS can cache a copy of itself on the users local
5892
    drive. This is applicable to windows.
5893
 
5894
    This mechanism will allow a user to address JATS via the soft-links in
5895
    dpkg_archive and pick up the current version of JATS without the penalty of
5896
    then using JATS across a slow(network) link.
5897
 
5898
    The EnvVar GBE_CACHE_JATS controls the operation of this feature.
5899
    Set GBE_CACHE_JATS to one to enable the operation, but it will only be
5900
    effective if JATS is being run from GBE_DPKG in the first place.
5901
 
5902
    Use: Build Machines and Windows Users
5903
 
5904
Minor changes:
5905
  * Build directive: BuildAlias with --Target option
5906
    Corrected a problem when the target name is a expanded platform name (ie:
5907
    TP5600) that prevent correct expansion.
5908
 
5909
  * jats build
5910
    If the user has not configured a cache, then do not attempt to cache
5911
    packages. This will remove an annoying warning message for each package
5912
    processed by the build.
5913
 
5914
  * jats build
5915
    Modified the error messages generated when JATS fails to create the
5916
    makefiles. The previous system would report failures while creating
5917
    makefiles and, at the end of the process, it would generate a large error
5918
    message to indicate the failure. This large message diverted the users
5919
    from reading the other error messages resulting in confusion.
5920
 
5921
  * PackageFile, PackageLib, PackageProg and PackageHdr
5922
    Detect and report as an error use of the --Dir=<Path> option where the
5923
    Path is not specified.
5924
 
5925
    Most instances of this error will be where the option has been mis-used in
5926
    conjunction with a package.pl file, or during transition from using a
5927
    package.pl file. That change is detects errors where the user has specified
5928
        --Dir=$Pinc
5929
    but $Pinc is not defined.
5930
 
5931
  * Purify and Purecov under Windows
5932
    Changes to correct the operation of Rational's tools when used on the
5933
    Windows platform.
5934
 
5935
        - OPTIONS=purecov
5936
            Forces the link operations to generate the relocation table required
5937
            by 'purecov.
5938
 
5939
            Does not attempt to use purecov in the compiler tool chain
5940
            This is required under Solaris, but not Windows
5941
 
5942
        - OPTIONS=purify
5943
            Does not attempt to use purecov in the compiler tool chain
5944
            This is required under Solaris, but not Windows.
5945
            Under WIndows this option does nothing.
5946
 
5947
 
5948
------------------------------------------------------------------------
5949
Version: JATS_2.61.2                                Released: 27-Nov-06
5950
------------------------------------------------------------------------
5951
Major changes:
5952
  * makefile.pl directive Platform
5953
    This directive has been expanded to allow for the negation operation
5954
    Example:
5955
        Platform ('!MOSCF');
5956
            Process makefile for all targets other than MOSCF
5957
            This is the same as Platform ('*', '!MOSCF');
5958
 
5959
    Excluded platform will be processed after included platforms have
5960
    been determined.
5961
 
5962
Minor changes:
5963
  * Added the ScanList directive.
5964
    This directive allows a list of files within an external package to be
5965
    located at build-time.
5966
 
5967
  * Unix based systems
5968
    If the EnvVar LD_LIBRARY_PATH was undefined, then a warning would be
5969
    generated by make under some conditions. The warning has been removed.
5970
 
5971
  * MakeLinuxDriver
5972
    Added a --Define=text option to allow "defines" to be passed to the
5973
    driver being built.
5974
 
5975
 
5976
------------------------------------------------------------------------
5977
Version: JATS_2.61.1                                Released: 20-Nov-06
5978
------------------------------------------------------------------------
5979
Major changes:
5980
 
5981
 
5982
Minor changes:
5983
  * jats_rewrite tool
5984
    Handle the BuildPreviousVersion() directive.
5985
    This directive is only used within deployment scripts.
5986
 
5987
  * Internal package: RmPkgInfo
5988
    Extract modified date when extracting package information
5989
 
5990
    Added the function getDependenciesHash() to provide a hash of all the
5991
    dependancy information within a package.
5992
 
5993
    Added NO_WARN option to the classes 'new' method to supress warning
5994
    messages.
5995
 
5996
------------------------------------------------------------------------
5997
Version: JATS_2.61.0                                Released: 13-Nov-06
5998
------------------------------------------------------------------------
5999
Major changes:
6000
  * makefile.pl directives
6001
    Added directive: MakePerlModule to build and package CPAN style Perl Modules.
6002
 
6003
    Added directive: MakeLinuxDriver to build and Linux Device Driver.
6004
 
6005
    GenerateFiles.
6006
        Added option: --NoGenerate to indicate that the directive does
6007
                      not generate any tangible results. The command will
6008
                      be run on every invocation.
6009
 
6010
 
6011
Minor changes:
6012
  * Added the jats version command
6013
    Will only print out the current version of JATS
6014
 
6015
  * GCC Toolset (Used to build Linux)
6016
  Added options to allow the generation of statically linked programs.
6017
  There are two mechanism:
6018
 
6019
  Globally within the makefile.pl, or if applied in the common makefile.pl
6020
  the option can apply to all programs being built.
6021
 
6022
  CompileOptions ( 'platform', 'StaticProgs' );     - Generate static programs
6023
  CompileOptions ( 'platform', 'No_StaticProgs' );  - Default
6024
 
6025
  Within the Prog directive, the following options will override the global
6026
  default.
6027
    --Static    - Create a statically linked program
6028
    --Shared    - Create a dynamically linked program
6029
 
6030
------------------------------------------------------------------------
6031
Version: JATS_2.60.0                                Released: 03-Nov-06
6032
------------------------------------------------------------------------
6033
Major changes:
6034
  * SunWorks Toolset
6035
    Better determination of the location of the SunWorks compiler and library
6036
    Does not use an environment variable to locate compiler libraries
6037
    It is based on machine type.
6038
    Uses the absolute path to the compiler  and does not use the user's PATH
6039
 
6040
    Corrects a problem on the Solaris10 installs.
6041
 
6042
Minor changes:
6043
  * Perl DBI interface
6044
    Removed the message showing database connection
6045
 
6046
  * JATS internal library
6047
    Better handling of badly formed version numbers
6048
 
6049
------------------------------------------------------------------------
6050
Version: JATS_2.59.0                                Released: 30-Oct-06
6051
------------------------------------------------------------------------
6052
Major changes:
6053
  * GCC Toolset
6054
    Altered the mechanism used to determine cross compilation
6055
    Extended the cross compilers that can be handled by the toolset
6056
    Removed the use of `uname`.
6057
 
6058
  * Added platforms
6059
    TP5600                  ( Expands to TP5600_ARM9TDMI and TP5600_EMU )
6060
    TP5600_ARM9TDMI
6061
    TP5600_EMU
6062
 
6063
Minor changes:
6064
  * descpkg file reader
6065
    Allow handcrafted JAVA based packages that use tabs instead of spaces as a
6066
    field separator.
6067
 
6068
  * JATS eprog command
6069
    Can now start java programs encapsulated within JAR files
6070
 
6071
  * Microtec Coldfire compiler
6072
    Force the compiler to create temp files within the interface directory.
6073
    This is an attempt to solve a infrequent problem seen when multiple builds
6074
    are being performed. The 68k compiler already had a similar fix to address a
6075
    similar, but more pronounced, issue.
6076
 
6077
  * Atmel toolset (DEVI-031788)
6078
    New Products: AT90SC7272C and AT90SC3232CS
6079
        The AT90SC3232CS is identical to the existing AT3232
6080
        The AT90SC7272C replaces the (as yet unused) AT72722
6081
 
6082
    Note: Products of AT3232 and AT90SC3232CS cannot be mixed.
6083
          AT3232 is provided for backward compatibility.
6084
 
6085
------------------------------------------------------------------------
6086
Version: JATS_2.58.0                                Released: 16-Oct-06
6087
------------------------------------------------------------------------
6088
Major changes:  Directive: RunTests
6089
  * The --CopyIn option will always copy in the specified files
6090
 
6091
  * GCC Toolset (Shared Library Generation)
6092
    Added option --Def=file_name to the shared library definitions
6093
 
6094
    When compiling Shared Library objects the -fPIC flag has been added.
6095
 
6096
 
6097
Minor changes:
6098
  * JATS wrapper script
6099
    Added a sanity test to ensure that the JATS machine specific BIN directories
6100
    have been setup. When JATS is installed the PostInstall script must be run
6101
    to setup links to system programs.
6102
 
6103
------------------------------------------------------------------------
6104
Version: JATS_2.57.1                                Released: 15-Sep-06
6105
------------------------------------------------------------------------
6106
Major changes:
6107
 
6108
Minor changes:
6109
  * AT3232 toolset
6110
    Added a --Type=PayLoadType field to the Prog directive for this target
6111
    when creating .sxml files
6112
 
6113
  * Test Tool
6114
    Added: jats_lib_scan.pl
6115
    Use jats jats_lib_scan -man for detailed help
6116
 
6117
 
6118
------------------------------------------------------------------------
6119
Version: JATS_2.57.0                                Released: 12-Sep-06
6120
------------------------------------------------------------------------
6121
Major changes:
6122
  * SOLARIS toolset: CompileOptions
6123
    Added CompileOptions
6124
        misalign            - Only allowed on sparc platforms
6125
        no_misalign         - Default
6126
 
6127
        multithread         - Default
6128
        no_multithread      - Disable multithread compilation and linking
6129
 
6130
  * SOLARIS toolset: CompileOptions
6131
    Implemented the common CompileOptions
6132
 
6133
        prod_no_optimise
6134
        prod_no_debuginfo
6135
        prod_optimise
6136
        prod_debuginfo
6137
 
6138
        debug_no_optimise
6139
        debug_no_debuginfo
6140
        debug_optimise
6141
        debug_debuginfo
6142
 
6143
  * SOLARIS target: New Aliases
6144
    Provided new ALIAS based in the underlying architecture
6145
    Theses are:
6146
        SOLARIS_SPARC
6147
        SOLARIS_AMD
6148
    These may be used to limit operations to only flavor of SOLARIS. eg: The
6149
    utility 'rtc_patch_area' is only usable on sparc machines.
6150
 
6151
Minor changes:
6152
  * AT3232 toolset
6153
    Create .sxml files in conjunction with .s19 files
6154
 
6155
  * Jats build
6156
    Altered the programs help mechanism to use perl POD.
6157
    Extended the builtin help text.
6158
 
6159
------------------------------------------------------------------------
6160
Version: JATS_2.56.3                                Released: 04-Sep-06
6161
------------------------------------------------------------------------
6162
Major changes:
6163
 
6164
Minor changes:
6165
  * Utility InstallPkg as used by BuildPkgArchive()
6166
    Better dection of directories that have been processed to reduce warning
6167
    messages
6168
 
6169
  * PackageFile and PackageProg directives
6170
    The --Machine and --Tool options have been modified to allow the JATS tools
6171
    to be created in a directory that is related to GBE_MACHTYPE on which the
6172
    tool is created, rather then the target platform type.
6173
 
6174
------------------------------------------------------------------------
6175
Version: JATS_2.56.2                                Released: 28-Aug-06 
6176
------------------------------------------------------------------------
6177
Major changes:
6178
 
6179
Minor changes:
6180
  * WIN32 and WINCE toolsets
6181
    SharedLib operation. Added an option to allow the creation of a 'stub'
6182
    library without creating the body of the library:
6183
        eg: SharedLib ( 'WIN', 'MyStub' , '--Def=windef.def','--MutualDll','--Stubonly' );
6184
 
6185
 
6186
  * MOS toolsets
6187
    SharedLib operation. Added an option to allow the creation of a 'stub'
6188
    library without creating the body of the library:
6189
        eg: SharedLib ( 'MOS', 'MyStub' , '--Rel=lib.rel' , '--Implib=lib_stub','--Stubonly' );
6190
 
6191
  * JATS BIN directories
6192
    Added the program 'gmake' as a soft link.
6193
    gmake is required by some COTS packages that are being built from source
6194
    using autoconf.
6195
 
6196
  * Generate directive
6197
    The shared library search path is extended to allow the tools to locate
6198
    all shared libraies (.dll/.so) in packages and the local area.
6199
 
6200
    Simplifies the use of Xerces during the build process.
6201
 
6202
 
6203
------------------------------------------------------------------------
6204
Version: JATS_2.56.1                                Released: 23-Aug-06
6205
------------------------------------------------------------------------
6206
Major changes:
6207
  * Support for SOLARIS10_X86 and SOLARIS10_X64
6208
    Initial release.
6209
 
6210
Minor changes:
6211
 
6212
 
6213
------------------------------------------------------------------------
6214
Version: JATS_2.56.0                                Released: 18-Aug-06
6215
------------------------------------------------------------------------
6216
Major changes:
6217
  * Support for SOLARIS10_sparc32 and SOLARIS10_sparc64
6218
    Initial release.
6219
 
6220
  * Packaging directives
6221
    Added option --OsCommon to allow files and header files to be packed into
6222
    a directory known to all platforms being built for a common OS.
6223
 
6224
    Currently this is only supported to target platforms based on
6225
        SOLARIS
6226
        WIN32
6227
 
6228
  * Removal of support for badly formed packages
6229
    As of this release libraries that exist in the <packagename>/lib directory
6230
    will not be available to JATS. These libraries are in the incorrect
6231
    directory. They MUST be in a directory that indicates the intended purpose
6232
    of the library. A .so library cannot be used on all machines ( linux,
6233
    solaris-sparc, solaris-amd ... ).
6234
 
6235
  * Build Platform target name expansion facility
6236
    The build targets of SOLARIS and LINUX are seen as expandable names. They
6237
    will be expanded to suitable targets - depending on the host machine .
6238
 
6239
 
6240
Minor changes:
6241
  * Utility: JATS LABEL
6242
    Ensure that the 'cleartool' utility can be found in the users path.
6243
    Generate a suitable error message if it cannot be found.
6244
 
6245
  * Utility: JATS RELEASE
6246
    Added a -root=dirname to allow the user to place the created view at a given
6247
    location
6248
 
6249
    Added GBE_VIEWBASE to provide a globally configured mechanism for
6250
    controlling the view location. Performs the same job as -root=xxxx
6251
 
6252
  * Utility genrc
6253
    Added the company name to the copyright string
6254
 
6255
  * Utility: jats_save_build
6256
    Added option: -new
6257
    This option forces the saved file only a new branch.
6258
    The option can be used to save a build.pl file onto a new project-specific
6259
    branch. Useful when branching an entire release.
6260
 
6261
  * Utility: jats_rewrite
6262
    Added options to allow project suffixes to be replaced.
6263
    Use: Convert a .syd project to a .bej project.
6264
 
6265
 * Deprecated features: package.pl and tree.dir
6266
   These two build features are being deprecated. They are not suitable for
6267
   migration to other SOLARIS based platforms.
6268
 
6269
   The Package directives provide sufficient power to replace the package.pl
6270
   features - in a uniform manner.
6271
 
6272
 
6273
Internal Changes:
6274
  * Major rework of the JATS BuildPlatform, BuildAlias an BuildProducts
6275
    directives, together with the mechanism used to describe the platform builds.
6276
 
6277
    Introduced a CFG/<PLATFORM>.CFG file to provide:
6278
        1) Platform information available at build time
6279
        2) Dynamic platform names
6280
 
6281
  * Major rework of the 'SOLARIS' platform
6282
    The SOLARIS platform will generate one or more targets, depending on the
6283
    machine on which the platform is invoked.
6284
 
6285
    Consolidated a number of SOLARIS specific kludges and converted them into
6286
    configurable items. These kludges are really on applicable to the
6287
    SOLARIS8_SPARC32 platform. New SOLARIS builds will be well formed.
6288
 
6289
  * BuildPkgArchive operation
6290
    Formalized a number of kludges in operation of the SOLARIS8 under sparc32
6291
    platform. These are configured early in the build process and are no longer
6292
    needed.
6293
 
6294
    A side effect of this work is that files from external packages may be
6295
    located in 'SOLARIS', 'SOLARIS_sparc' or 'sparc' directories. The change
6296
    should be transparent as the consumer tools should be able to handle
6297
    files from all of these.
6298
 
6299
------------------------------------------------------------------------
6300
Version: JATS_2.55.1                                Released: 17-Aug-06
6301
------------------------------------------------------------------------
6302
Major changes:
6303
 
6304
Minor changes:
6305
  * WinCE toolset
6306
    Added support for the adv_som_4455_wlan
6307
 
6308
------------------------------------------------------------------------
6309
Version: JATS_2.55.0                                Released: 3-Aug-06
6310
------------------------------------------------------------------------
6311
Major changes:
6312
  * Jats wrapper: Specify version of JATS to be used
6313
    Added a -version=xxxx option to force JATS to use a specific version of
6314
    JATS. The same operation can be achieved by setting GBE_JATS_VERSION.
6315
 
6316
    The required version MUST be found in one of the known archives.
6317
 
6318
    JATS will attempt to cache the version of JATS to assist in speeding up
6319
    the operations.
6320
 
6321
    The version option MUST be the first option.
6322
 
6323
    The version option MUST be followed by a '--' option.
6324
    This prevents JATS parsing other options and recursion issues.
6325
 
6326
    Example:    jats -version=2.54.3.cr -- build
6327
 
6328
  * Migrated the "jats install" functionality out of the jats wrapper script
6329
    and into the create_dpkg utility. This is transparent to the user.
6330
 
6331
  * Utility: create_dpkg
6332
    Added a '-quiet' option to allow use within scripts
6333
    Extended the built-in help
6334
    Added useful error messages
6335
    Migrate code to a common error reporting mechanism
6336
 
6337
  * WinCE toolset
6338
    Added support for the WCEPA962 target.
6339
 
6340
  * M16 toolset as used in building MCRFirmware
6341
    Added a --MotOnly option to the Prog directives. MOT files 
6342
    are used in the creation of bootstraps.
6343
 
6344
Minor changes:
6345
  * JATS wrapper script
6346
    Added a -ABT=xxx option to allow the Auto Build Tool to be invoked from
6347
    the command line.
6348
 
6349
  * Utility: jats_rewrite
6350
    Modified so that it will display changes. These will then be present in the
6351
    ABT log so that a developer can see which packages have been rippled.    
6352
 
6353
Internal Changes:
6354
  * Common Error Reporting
6355
    Will use environment variables to control DEBUG and VERBOSE levels
6356
    for individual users. A module reporting with a name of XXXX will use EnvVars
6357
    of GBE_XXXX_VERBOSE and GBE_XXXX_DEBUG to control the debug and VERBOSE
6358
    level.
6359
 
6360
    Force flushing after a "Question" is asked to ensure that the prompt is
6361
    displayed.
6362
 
6363
    Enable autoflush for both STDOUT and STDERR.
6364
 
6365
  * Added JatsSystem module
6366
    Common code for accessing system commands        
6367
------------------------------------------------------------------------
6368
Version: JATS_2.54.3                                Released: 17-Jul-06
6369
------------------------------------------------------------------------
6370
Major changes:
6371
 
6372
Minor changes:
6373
  * BR Compiler toolset
6374
    Add the include file search path to the link command line. Allows
6375
    .def files to include other files.
6376
 
6377
  * IAR toolset
6378
    Added AT7272 support
6379
 
6380
  * Tool: jats_manifest
6381
    Added links to a suitable md5sum program on target platforms
6382
 
6383
------------------------------------------------------------------------
6384
Version: JATS_2.54.2                                Released: 12-Jul-06
6385
------------------------------------------------------------------------
6386
Major changes:
6387
 
6388
Minor changes:
6389
  * BR Compiler toolset
6390
    Corrected a problem in flagging that the non-version-1 compiler was in
6391
    use.
6392
 
6393
 
6394
------------------------------------------------------------------------
6395
Version: JATS_2.54.1                                Released: 29-Jun-06
6396
------------------------------------------------------------------------
6397
Major changes:
6398
 
6399
Minor changes:
6400
  * Mictotec toolset
6401
    Assembler files. Define DEBUG in debug builds and NDEBUG in production
6402
    builds.
6403
 
6404
  * JATS Core
6405
    Added GBE_ABT. This is used by the Auto Build Tool to indicate that an
6406
    auto build is in progress. It may be used by various tools to modify their
6407
    behaviour.
6408
 
6409
------------------------------------------------------------------------
6410
Version: JATS_2.54.0                                Released: 22-Jun-06
6411
------------------------------------------------------------------------
6412
Major changes:
6413
  * Removal of non-core deployment functionality from JATS.
6414
    Deployment package will be affected.
6415
 
6416
    The build.pl file of deployment package will need to import deployment
6417
    support with a BuildPkgArchive directive. ie:
6418
 
6419
        BuildPkgArchive ( 'deployfiles', '1.0.0.cr' );
6420
 
6421
    This version of deployfiles contains the same functionality as that provided
6422
    by the previous version of JATS. Version 2 of this package will be the start
6423
    of a deployment system that will provide support for building InstallShield
6424
    packages.
6425
 
6426
 * Deployment support utilities must be run under JATS
6427
   The environment required for the deployment support utilities is complex
6428
   and is provided by the JATS wrapper script.
6429
 
6430
   This is a change in usage. Instead of running the program 'updatenodespec'
6431
   the user will need to run 'jats updatenodespec'
6432
 
6433
Minor changes:
6434
  * SubDir directive
6435
    Added a sanity test to detect the case when a 'SubDir' directive specifies
6436
    a directory from two different makefiles.
6437
 
6438
  * Tools: Dependancy generator mkdepend
6439
    If an include file was referenced by a symbolic name, then the generated
6440
    dependancy information would be wrong for all but the first occurrence
6441
    of the file usage.
6442
 
6443
  * New utility: jats_manifest
6444
    Used by the build system to generate and validate source files.
6445
    Beta Release: Windows only at the moment
6446
 
6447
  * Unit tests under SOLARIS_sparc
6448
    The LD_LIBRARY_PATH has been modified to correctly pick up libraries
6449
    generated within the build and have been installed locally.
6450
 
6451
  * Default behaviour of JATS the wrapper script
6452
    This has been changed. Previous unknown commands were passed to make.
6453
    In this release unknown comamnds will be treated a 'etool' commands and 
6454
    will execute a JATS extended command.
6455
 
6456
 
6457
Internal Changes:
6458
  * Code refactor
6459
    Created JatsEnv to encapsulate functionality that was multiply defined.
6460
 
6461
  * Deployment utilities
6462
    The Perl module Ignorelist.pm and the .ccignore file
6463
    Changed the mechanism by which this module locates a .ccignore file.
6464
    The .ccignore file has been moved to the same directory as the module and
6465
    the module can locate the file.
6466
 
6467
    Previously the module required an environment variable in order to locate
6468
    the file, which was in a fixed location anyway.
6469
 
6470
  * JATS core
6471
    Removed the use of the environment variable PERLINC.
6472
 
6473
    Better parsing of descpkg files.
6474
 
6475
  * JATS core debugging: JatsError.pm
6476
    Allow control over the debug and verbose messages of specific programs
6477
    through the use of environment variables.
6478
 
6479
    A program reporting errors as "name" can be controlled via environment
6480
    variables GBE_name_VERBOSE and GBE_name_DEBUG.
6481
 
6482
  * BuildPkgArchive operation
6483
    Modified the subdirectories transferred with this directive to include:
6484
        deployfiles     - as used by the deployment system
6485
        tools/scripts   - as used by perl based extensions
6486
 
6487
  * Make environment
6488
    Extended the PERL5LIB path seen by perl programs executed under make to
6489
    include 'tools/script' directories that contain Perl Modules.
6490
 
6491
 
6492
------------------------------------------------------------------------
6493
Version: JATS_2.53.2                                Released: 13-Jun-06
6494
------------------------------------------------------------------------
6495
Major changes:
6496
  * Deployment. GetMassInstId.rul (From George Christidis)
6497
    Added support for SILENT_MODE
6498
 
6499
 
6500
------------------------------------------------------------------------
6501
Version: JATS_2.53.1                                Released: Not release
6502
------------------------------------------------------------------------
6503
 
6504
Not Released.
6505
This label waas used as a place keeper. This version was not used as a basis
6506
for JATS_2.53.2. Its much closer to JATS_2.54.0.
6507
 
6508
 
6509
------------------------------------------------------------------------
6510
Version: JATS_2.53.0                                Released: 11-Apr-06
6511
------------------------------------------------------------------------
6512
Major changes:
6513
  * Deployment Scripts: Release Manager Database Access
6514
    The mechanism for communicating with the Release Manager Database has been
6515
    radically replaced.
6516
 
6517
    A test tool has been added to prove connectivity to Release Manager.
6518
    Usage:
6519
        jats etool test_rmconnection
6520
 
6521
    The pervious scripts used DBI::ODBC to communicate with the Oracle
6522
    Database that contains Release Manager. There were a number of problems with
6523
    this solution:
6524
         - Required the installation of two Perl Modules
6525
         - Required the installation of an Oracle client
6526
         - Required the use of an ODBC bridge machine when used on Solaris
6527
         - Support for Perl within Oracle appears to be on the decline
6528
 
6529
    The solutions uses a Java application and Java's jdbc. The oracle:thin
6530
    client is used as this does not require any installation or configuration in
6531
    order to work.
6532
 
6533
    JATS overrides Perl's DBI package with a package of the same name, but
6534
    reduced functionality.
6535
 
6536
 
6537
Minor changes:
6538
  * makefile.pl directive: SetValue
6539
    Added a '--' option to disable and enable parsing of options.
6540
    This allows a value with leading '--' to be set.
6541
 
6542
  * makefile.pl directive: SetList
6543
    Added this directive to formalise the creation and processing of lists
6544
    within the makefiles.
6545
        Options:
6546
            --NoWarn                    Disable name clash warnings
6547
            --Project=xxxx[,xxxx]+      Add to list in selected projects
6548
            --Unique                    Add only if not already present
6549
            --Clear                     Clear list, before adding new items
6550
            --Append                    Append items to list (default)
6551
            --                          Disable/Enable option parsing
6552
        Useage:
6553
 
6554
    SetList ('*', 'LibList', 'lib1', 'lib2', '--Project=syd');
6555
    SharedLib ('*', 'MyDLL', @OBJS, @LibList );
6556
 
6557
  * Makefile.pl directive: RunTest
6558
    Corrected the option of the --CopyIn=file option where the specified file
6559
    is not in the current directory.
6560
 
6561
  * Jats Command: ant'
6562
    This command has been extended to make use of the -buildfile=xxxx option
6563
    to allow multiple buildfiles to be differentiated.
6564
 
6565
    eg: jats -buildfile=MyPackage ant
6566
 
6567
  * TOOLSET: DAFBR Compiler support
6568
    Modified the toolset to support an optimisation feature of the next
6569
    generation of the daf_br_compiler. These will be enabled if the major version
6570
    of the package containing the compiler is greater the "1". ie: 2.0.0.cr
6571
 
6572
  * Interface helper files: set_XXXX.bat/.sh
6573
    Added provision to process user command arguments.
6574
    Thus
6575
 
6576
        set_WIN32.bat prog
6577
 
6578
    will set the WIN32 environment and run the command: prog
6579
 
6580
 
6581
------------------------------------------------------------------------
6582
Version: JATS_2.52.2                                Released: 30-Mar-06
6583
------------------------------------------------------------------------
6584
Major changes:
6585
 
6586
Minor changes:
6587
  * Addressed issue with BUILDNAME, an internal variable.
6588
    Due to the use of these 'raw' values in user build.pl's they need to be
6589
    maintained. Previously the values may or may not have had a project
6590
    extension. It was bad. Now:
6591
        $(BUILDNAME) contains two or three space seperated fields - always
6592
 
6593
  * m16c Toolset - MCRFirmware
6594
    Force the generation of .thx and payload files when the .bin files are
6595
    created. Previously this only occured in the packaging phase.
6596
 
6597
Internal changes:
6598
  * JATS toolsets
6599
    Added a feature to allow a toolset to flag additional files that get created
6600
    as a part of a "Prog". This allows a "Prog" definition to generate a
6601
    number of files, some which may be packaged.
6602
 
6603
    Previously such files where only generated during the packaging phase. Now
6604
    they will be generated during the make_prog phase - with the other programs.
6605
 
6606
------------------------------------------------------------------------
6607
Version: JATS_2.52.1                                Released: 29-Mar-06
6608
------------------------------------------------------------------------
6609
Major changes:
6610
  * Jats command: etool
6611
    Extended to allow execution of deployment tools. This allows the deployment
6612
    tools to use the JATS core perl modules.
6613
 
6614
  * Address issues with the use of BUILDVER and ScmBuildVer
6615
    Due to the use of these 'raw' values in user makefile.pl's they need to be
6616
    maintained. Previously the values may or may not have had a projectt
6617
    extension. It was bad. Now:
6618
        $(BUILDVERSION) contains the project extension - always
6619
        $ScmBuildVersion does not contain a project extension - always
6620
 
6621
Minor changes:
6622
 
6623
 
6624
------------------------------------------------------------------------
6625
Version: JATS_2.52.0                                Released: 27-Mar-06
6626
------------------------------------------------------------------------
6627
Major changes:
6628
  * JATS environment variables
6629
    Added GBE_DPKG_STORE
6630
        Optionally addresses a dpkg_archive store. This is intended to allow
6631
        read only access to a remote repository. The GBE_DPKG_STORE will be
6632
        searched after GBE_DPKG. It will be searched last. JATS, be default,
6633
        will not publish packages in this repository.
6634
 
6635
        Uses: Seed repository for a complete build
6636
              Remote repository
6637
 
6638
    Added GBE_DPLY
6639
        Optionally addresses a Deployment Archive. This is only used in the
6640
        placement of deployment packages. This value may be project specific.
6641
 
6642
  * MOS_MRI toolset
6643
    Changes the mechanism used to link against the compiler RTL.
6644
    Previously the RTL was included multiple times in the link order. This
6645
    created problem with daf_dsi as the function 'time()' was being satisfied by
6646
    the RTL before being satisfied by the user libraries.
6647
 
6648
    The compiler RTL is now treated as a library of last resort. It will be
6649
    processed once and it will be processed last.
6650
 
6651
 
6652
Minor changes:
6653
  * JATS utility: build
6654
  * JATS utility: cache_dpkg
6655
    Extended the package search algorithm to locate a package within
6656
    GBE_DPKG_STORE. This archive will be searched last.
6657
 
6658
  * JATS utility: gen_cots
6659
    Ensure label is not locked
6660
    Add option to allow user to specify source directory other than a package
6661
    that already exists in dpkg_archive.
6662
 
6663
  * JATS directive: PackageFile
6664
    Now supports --Prod and --Debug options to limit the packaging process
6665
    to a specific type of build.
6666
 
6667
  * JATS directive: GenerateFiles and RunTests
6668
    Added a --PackageInfo() replacement tag to allow package version information
6669
    to be extracted and passed to generator programs.
6670
        ie: --PackageInfo(sysbasetypes,syd,--fullversion)
6671
 
6672
    Extended the --PackageBase() replacement tag to work with packages such as
6673
    sysbasetypes, where there is a .cr and a .syd type.
6674
        ie: --PackageBase(sysbasetypes,syd)
6675
 
6676
  * JATS utility: release
6677
    Under windows, ensure that the directory C:\Clearcase exists. There have
6678
    been installations of Clearcase where this is directory does not exist.
6679
 
6680
  * JATS utility: label
6681
    Added option: "-comment=Text" to allow a comment to be added to a label,
6682
    when it is being created.
6683
 
6684
Internal Changes
6685
  * JATS utility: create_dpkg
6686
    Refactored code to use JATS DescPkg class.
6687
 
6688
    Added options to allow packaging to the various archives. This is of no use
6689
    to the normal developer, but will be used within the complete build system.
6690
 
6691
  * Factored out the parsing of the BuildName directive
6692
    This process was being done in 3 locations - and there were getting
6693
    different results.
6694
 
6695
  * ToolsetRequire directive
6696
    This has been extended to allow JATS to locate Toolset extensions within
6697
    packages. They should be placed within the tool/scripts directory
6698
 
6699
------------------------------------------------------------------------
6700
Version: JATS_2.51.0                                Released: 15-Mar-06
6701
------------------------------------------------------------------------
6702
Major changes:
6703
 
6704
  * MCR toolset
6705
    Generate CD payload files in conjunction with the .BIN files
6706
 
6707
------------------------------------------------------------------------
6708
Version: JATS_2.50.0                                Released: 15-Feb-06
6709
------------------------------------------------------------------------
6710
Major changes:
6711
  * WIN32 utilities
6712
    Replaced a number of the Windows utilities ( cp, rm, mv ...)
6713
    with versions from the GNUWin32 project.
6714
 
6715
    The 'cp' previously used could not recursively copy large directories
6716
    under Windows Server 2003, when both the source and destination are on the
6717
    same drive. ( dpkg_cache of ace ).
6718
 
6719
Minor changes:
6720
  * BuildVersion
6721
    The definition of VERSION_BUILD within the generated version-defs.h file
6722
    will have leading zeros removed, thus allowing it to be used within a 'C'
6723
    program without the number being interpreted as an octal constant.
6724
 
6725
    The string form (VERSION_BUILD_STR) will retain the zeros.
6726
 
6727
  * Unix Builds
6728
    Corrected several issues encountered when specifying the name of a static
6729
    library or a shared library.
6730
 
6731
    JATS will prepend 'lib' to the user specified library name. Problems occurred
6732
    when the user specified a library name that started with 'lib'. Now, on Unix
6733
    systems, JATS will only prepend 'lib' if the library name does not already
6734
    start with 'lib'.
6735
 
6736
  * BuildPkgArchive
6737
    Since 2.45.0 JATS will only transfer files for the BuildPkgArchive, if
6738
    they have not already been transferred. Added a test for the source
6739
    package being updated and then forceing the copy to be repeated.
6740
 
6741
------------------------------------------------------------------------
6742
Version: JATS_2.49.0                                Released: 10-Feb-06
6743
------------------------------------------------------------------------
6744
Major changes:
6745
  * MOS_MRI toolset
6746
    Corrected a problem with the dependencies between a .REL file and the target
6747
    THX file. If the .REL files was modified the output THX file did not get
6748
    regenerated. This was only a problem in cases where the .REL file was
6749
    being manually maintained.
6750
 
6751
 
6752
Minor changes:
6753
  * MakeAnt directive
6754
    Introduced a check to ensure that this directive is only used with a toolset
6755
    that can handle an 'ant' build file. Currently only the JAVA toolset
6756
    supports ANT builds.
6757
 
6758
  * BuildPkgArchive directive
6759
    Correct problem in the caching of BuildPkgArchive packages in the case where
6760
    there is no GBE_DPKG_LOCAL on the machine.
6761
 
6762
  * Label utility
6763
    Added a 'files=filename,filename' option to allow only specified
6764
    files to be labeled.
6765
 
6766
  * Build. Parsing descpkg files
6767
    Corrected problem in which Java Manifest files were not parsed correctly
6768
    on Solaris.
6769
 
6770
  * Generated makefiles
6771
    Fix a bug with the CompilerOptions that allowed a '0' definition to be set to
6772
    nothing.
6773
 
6774
  * MOS Toolset
6775
    Added 'CompileOptions' of CcSupervisor.
6776
    This will set a MOS internal definition suitable for building specialised
6777
    modules.
6778
 
6779
  * Utility: gen_cots
6780
    This utility will create a JATS buildable package froma dpkg_archive entry
6781
    and then check it in under clearcase.
6782
 
6783
    JATS etool gen_cots -man will provide only help.
6784
 
6785
  * Utilty cache_dpkg
6786
    Detect and repair incomplete copy operations.
6787
 
6788
------------------------------------------------------------------------
6789
Version: JATS_2.48.0                                Released: 24-Jan-06
6790
------------------------------------------------------------------------
6791
Major changes:
6792
  None
6793
 
6794
Minor changes:
6795
  * DEVI addressed
6796
    DEVI-022055 JATS builds DLLs with wrong copyright symbol in version resource
5710 dpurdie 6797
    DEVI-022054 JATS puts "VIX Group test" in Product Name of Windows resource
227 dpurdie 6798
 
6799
  * Utility: release (cbuild)
6800
    Added an option to create a view configured to work with a branching
6801
    rule. A single branch can be named with the -branch option. eg:
6802
 
6803
        jats release -extract 'label' -branch SITS_LEGACY_BRANCH
6804
 
6805
    will create a view based on the named label, but suitable for creating
6806
    a patch for Sydney Legacy work.
6807
 
6808
  * RunTest directive
6809
    The 'PATH' that the test uses is extended to allow access to programs that have
6810
    been installed with a InstallProg directive. This allows a test script to
6811
    test a program that is generated elsewhere within the package.
6812
 
6813
  * PackageFile, Option --DirTree
6814
    Support for filenames that contain a "$" or a ' ' within the
6815
    --DirTree option. Implemented to allow entire JAVA class trees to be
6816
    packaged under JATS
6817
 
6818
    Note: In general the use of a $ and space within a filename is not
6819
          supported within JATS.
6820
 
6821
  * Jats utility wrapper
6822
    Added an eprog option. The allows any program to be run within the
6823
    sanitized environment provided by JATS.
6824
 
6825
    The specified program may be in the current directory or the user's
6826
    PATH. If the program is a perl script then it will be run with the
6827
    JATS perl interpreter, otherwise it will be processed by the system.
6828
 
6829
    Eg: jats eprog myscript arg1 arg2
6830
    Eg: jats ant
6831
 
6832
  * Jats utility wrapper
6833
    Added an 'ant' command. ( "jats ant" )
6834
 
5710 dpurdie 6835
    This will run an VIX ANT build by scanning the current directory for a file
227 dpurdie 6836
    called <ProjectName>depends.xml and then looking the a file called
6837
    <ProjectName>.xml. Jats will then create 'auto.xml' based on the
6838
    <ProjectName>depends.xml file and use ant to invoke the
6839
    <ProjectName>.xml file.
6840
 
5710 dpurdie 6841
    If the VIX build files cannot be found then ant is simply run and it will
227 dpurdie 6842
    expect a build.pl file.
6843
 
6844
  * Jats utility wrapper
6845
    Force the environment variable PERL5INC to be unset.
6846
 
6847
  * Jats utility: create_dpkg
6848
    Simplify handling of ANT based projects. Look for the package within
6849
    the build/pkg subdirectory, in the JANTS style.
6850
 
6851
  * Utility: gen_winrc (DEVI-022054)
6852
    Added a "'-product=text'" option to allow the product name to be specified.
6853
 
6854
  * Build files
6855
    Handle the java generated descpkg files. These are a Manifest format with
5710 dpurdie 6856
    VIX extensions.
227 dpurdie 6857
 
6858
------------------------------------------------------------------------
6859
Version: JATS_2.47.0                                Released: 20-Dec-05
6860
------------------------------------------------------------------------
6861
Major changes:
6862
  * BuildVersion directive in build.pl
6863
    Correct a problem in the generation of version.c
6864
    The function GetModuleInfo() would return a string with a trailing
6865
    space when the 'array' mode was selected.
6866
 
6867
    This may cause module validation to fail.
6868
 
6869
Minor changes:
6870
  * None
6871
 
6872
------------------------------------------------------------------------
6873
Version: JATS_2.46.0                                Released: 08-Dec-05
6874
------------------------------------------------------------------------
6875
Major changes:
6876
  * BuildProduct and BuildPlatforms directives
6877
    Added option --Uses=NAME
6878
    ie:
6879
        BuildProduct    ( 'OBFTP,--Uses=TP5',    'MOSCF' );
6880
 
6881
    This will create a OBFTP_MOSCF platform that will 'use' TP5
6882
    headers and libraries if none are specifically provided for the
6883
    OBFTP. It is the users responsibily to ensure that the two build
6884
    environments are compatible.
6885
 
6886
 
6887
Minor changes:
6888
  * BuildName option
6889
    Modifications to allow the creation of COTS packages with buildnames
5710 dpurdie 6890
    that do not confirm to the VIX naming scheme (--RelaxedVersion).
227 dpurdie 6891
 
6892
  * jats.bat
6893
    Ensure that GBE_BIN is not defined
6894
    It will be set by the jats.pl to a fully qualified path.
6895
 
6896
------------------------------------------------------------------------
6897
Version: JATS_2.45.0                                Released: 29-Nov-05
6898
------------------------------------------------------------------------
6899
Major changes:
6900
  * BuildPkgArchive directive
6901
    The operation of the BuildPkgArchive directive has been modified
6902
    so that a package will only be installed once. This significantly
6903
    speeds up multiple 'build' operations.
6904
 
6905
    If the package is being extracted from the 'local archive', then
6906
    this mechanism is suppressed as packages in the local archive are
6907
    considered as under development and are subject to change.
6908
 
6909
    If package cache is being refreshed, then the package will be
6910
    installed a second time. Thus it is possible to force the package to
6911
    be transferred into the 'interface' directory.
6912
 
6913
    A BuildTags directory is used to track packages that have been
6914
    transferred.
6915
 
6916
  * Internal changes to factor common code into a group of packages.
6917
    See notes below.
6918
 
6919
  * WIN32 toolset
6920
    Allow the Microsoft preprocessor directive #import to operate
6921
    correctly.
6922
 
6923
    Export the complete library search path into the build environment
6924
    for all Microsoft command, not just the linker and library commands.
6925
 
6926
  * BuildVersion
6927
    Modifications to allow the generation of version files for C#
6928
    The mechanism has been extended to allow version information for
6929
    other langauges as needed.
6930
 
6931
 
6932
Minor changes:
6933
  * Utility: gen_winrc.pl
6934
    Will extracted build number from the patch number, if present.
6935
    This information will be available to be placed into the generation
6936
    version strings.
6937
 
6938
  * GenerateFiles directive
6939
    Fixed a problem detecting programs that were not in the local
6940
    package or an imported package.
6941
 
6942
  * Toolsets: MOS_MRI
6943
    Generate an error if required tools are not found.
6944
    Previously this condition would generate a warning.
6945
 
6946
  * BuildPkgArchive and LinkPkgArchive directives
6947
    Ensure that packages are only included once. The previous check
6948
    was half-hearted and could allow multiple packages of the same
6949
    version to be included. This could result in badly formed
6950
    makefiles and strange error messages.
6951
 
6952
Internal Changes
6953
  * Started to factor out internal packages and place them into a common
6954
    directory. This will allow common error handling thoughout the suite
6955
    of utilities.
6956
 
6957
    Modified all utilities to utilize the common error reporting
6958
    functions.
6959
 
6960
------------------------------------------------------------------------
6961
Version: JATS_2.44.0                                Released: 18-Nov-05
6962
------------------------------------------------------------------------
6963
Major changes:
6964
  * Generated makefiles
6965
    Modified the windows shell to remove the use of the EXTENDED_LINE
6966
    cache. This did not work. Modified the extend.lst file to ensure
6967
    that sed did not process its arguments.
6968
 
6969
    This has been done to address a problem seen within test scripts
6970
    within unit tests that use wildcard expansion. The windows shell was
6971
    incorrectly processing:
6972
        sed '-es~.*WIN32~~'
6973
    The '.*' construct was being seen as a wildcard and the shell was
6974
    then putting the argument into a command file - it was totally
6975
    confused.
6976
 
6977
    NOTE: Attempted to remove use of EXTENDED_LINE, but this caused a
6978
    breakage with the DOS based gcc compiler( ie:H8S and others).
6979
    The construct
6980
        -D__SOURCE__=\"name\"
6981
    was corrupted somewhere. If the command is put in a command file,
6982
    then it works.
6983
 
6984
  * MakeAnt directive
6985
    Added option: --GeneratedFile=PathOfFile
6986
 
6987
    This option has the following effects
6988
        1) Marks the file a source file. It is then known to JATS and
6989
           can be used installed and manipulated.
6990
 
6991
        2) Schedules the processing of the ANT build to be done
6992
           early - in the generated files phase.
6993
 
6994
    Intended use. The creation of packages with a JNI. The Java
6995
    component needs to generate a header file early.
6996
 
6997
 
6998
Minor changes:
6999
  * JATS post-installation script
7000
    Flag deployment tools and libraries as executable.
7001
 
7002
  * Detection of extension type is case insensitive for non-unix
7003
    systems. Thus *.h and *.H files will considered header files in
7004
    windows.
7005
 
7006
  * Build.pl rewrite tool
7007
    Handle all variants of BuildName
7008
 
7009
  * Jats wrapper script
7010
    Generate an error if the JATS configuration variables are not usable
7011
        1) Contain spaces
7012
        2) Start with a // - Remote drives must be mapped
7013
 
7014
  * Toolset
7015
    Added a 'LINUX' platform.
7016
 
7017
  * JAVA toolset
7018
    Ensure the that build file passed via MakeAnt contains the following
7019
    directive:
7020
 
7021
        includeAntRuntime="off"'
7022
 
7023
    This MUST be used to ensure that ANT's classpath is not passed to
7024
    the java compiler thus ensuring that the compiler does not use ANT's
7025
    version of any JAR files that have not been specified by the user.
7026
 
7027
  * GCC Toolset
7028
    Use -Map name to create map files as needed for GCC under Debian
7029
 
7030
  * Makefile generation
7031
    When packages are used by name to resolve package location JATS
7032
    has been modified to use the package name specified by the user.
7033
    Previously JATS would use the package name found within the
7034
    descpkg file. In cases where the descpkg file was badly formed the
7035
    package could not be used.
7036
 
7037
  * Unit Tests
7038
    The following environment variables are set:
7039
 
7040
        GBE_TYPE    - The type of build. Debug or production. This
7041
                      will be set to either a 'P' or 'D'
7042
 
7043
        GBE_HOST    - The host machine we are running on.
7044
                      This will be set to 'WIN' or Unix'
7045
 
7046
    These variable should assist in the production of test scripts.
7047
 
7048
  * New makefile.pl directive: SetValue
7049
 
7050
 
7051
------------------------------------------------------------------------
7052
Version: JATS_2.43.0                                Released: 01-Nov-05
7053
------------------------------------------------------------------------
7054
Major changes:
7055
  * New Platform : "MCR" using the Mitsubishi m16c compiler.
7056
 
7057
    Special features of this toolset.
7058
    1) A .THX source file will be converted to an obtect file
7059
       This allows processing of fonts within a THX file to be
7060
       incorporated within the target image.
7061
 
7062
    2) Prog directive extensions:
7063
       --Set=Name=Value
7064
                The 'Name' is set to 'Value' at link time.
7065
                This allows the location of program segments to be set
7066
 
7067
       --Ref=name
7068
                The name of a Release file. If provided, it will be used
7069
                to provide information that will be placed within the
7070
                THX header. The version number will be ignored. It
7071
                will be taken from the build version number.
7072
 
7073
Minor changes:
7074
  * MOS Toolset
7075
    Create the VisionClick files when the THX file is created.
7076
    Previously the files were created when the THX was installed or
7077
    packaged.
7078
 
7079
  * Src directive
7080
    No generates a warning if no source files are located within the
7081
    directive. This is normally the result of a missing platform
7082
    specifier.
7083
 
7084
  * WIN32 runtime support
7085
    Added the following 'Unix' style utilities to assist in testing.
7086
        1) od       - dump files in octal and other formats
7087
        2) cmp      - compare two files byte by byte
7088
 
7089
Internal:
7090
    Added an extension to allow the target toolset to handle the "Prog"
7091
    dependancy generation if required. This allow complex program
7092
    generation mechanisms to be handled by the toolset.
7093
 
7094
------------------------------------------------------------------------
7095
Version: JATS_2.42.0                                Released: 19-Oct-05
7096
------------------------------------------------------------------------
7097
Major changes:
7098
    * BuildAlias directive
7099
      Added options.
7100
        --Define        - Does not create implicit platforms
7101
        --Target        - Redeclares the alais as the list of all
7102
                          platforms that are based on a given target or
7103
                          targets.
7104
      Eg:
7105
        BuildAlias      ( 'LMOS,--Target', 'LMOS_WIN32', 'LMOS_linux_armv4' );
7106
        BuildProduct    ( 'GAK',    'LMOS', 'MOS68K', 'MOSCF' );
7107
        BuildProduct    ( 'PCP',    'LMOS', 'MOS68K' );
7108
 
7109
      Will export an alias of LMOS that can be used within makefile.pl's
7110
      that will be the list of all platforms that have a target of
7111
      'LMOS_WIN32' or 'LMOS_linux_armv4'.
7112
 
7113
      Note the dual use of LMOS within the example. This is intentional.
7114
      The LMOS alias is used within the BuildProduct to simplify the
7115
      specification of all the LMOS targets.
7116
 
7117
 
7118
Minor changes:
7119
  * Label utility
7120
    Will generate a warning message if it labels more than one
7121
    build.pl file
7122
 
7123
  * Package directives. PackageFile.
7124
    Corrected a problem with wildcard expansion in which a --FilterIn
7125
    needed to be specified in order for the --FilterOut to operate.
7126
    Now all files in the tree are considered 'in' unless modified by the
7127
    --FilterIn option.
7128
 
7129
  * jats release (cbuilder) utility
7130
    Correct use of the -prodOnly and -debugOnly flags.
7131
    The full name was not accepted; -debug and -prod was.
7132
 
7133
  * Location of descpkg file
7134
    All makefile.pl's now know where the package descpkg file was
7135
    created. This simplifies the process og packaging this file as it
7136
    can be done within any makefile.pl.
7137
 
7138
------------------------------------------------------------------------
7139
Version: JATS_2.41.0                                Released: 27-Sep-05
7140
------------------------------------------------------------------------
7141
Major changes:
7142
  * RunTest directive
7143
    Extended the options and operation of RunTest
7144
    Additional options
7145
      --CopyIn=file
7146
        This will copy the specified file into the BIN directory before
7147
        the test is run. The file will be marked as executable. This
7148
        allows scripts and configuration files to be transferred into
7149
        the test area.
7150
 
7151
    Additional operations
7152
    The arguments passed to the script/program allow a number of
7153
    transformations, similar to GenerateFiles. Transforms
7154
      --File(xxxx[,flags])          - xxxx is a known file
7155
      --Local(xxxx[,flags])         - xxxx is a file that has been Installed
7156
      --PackageBase(xxxx[,flags])   - xxxx is a Package
7157
    Allows flags:
7158
      --dir         - directory part of the pathname
7159
      --file        - file part of the pathname
7160
      --abspath     - as an absolute path
7161
      --absdrive    - as an absolute path with drive letter (Windows)
7162
 
7163
    Files and directories are prerequisites of the test. Their
7164
    existence is tested.
7165
 
7166
  * Packaging Directives
7167
    Added a --Derived option to support the packaging of derived targets
7168
    such as LMOS.
7169
 
7170
        PackageHdr ('*', 'file1.h', '--Derived=LMOS');
7171
 
7172
    Will place file1.h into .../include/LMOS_WIN32
7173
 
7174
        PackageHdr ('*', 'file1.h', '--Derived=LMOS,sys');
7175
 
7176
    Will place file1.h into .../include/LMOS_WIN32/sys
7177
 
7178
  * JAVA 1.4 and 1.5
7179
    Added support to the JATS JAVA platform to allow the user to specify
7180
    the version of Java to be used to build a package.
7181
 
7182
        BuildPlatforms  ( 'JAVA,--Version=1.5' );
7183
 
7184
    The default will use the default machine version of JAVA.
7185
    This may not be sutable for all packages.
7186
 
7187
    Non-default versions of JAVA require that an environment variable be
7188
    set to the root of the JDK directory. These are:
7189
 
7190
      JAVA_HOME_1_4
7191
      JAVA_HOME_1_5
7192
 
7193
Minor changes:
7194
  * Script directive
7195
    Scripts may be copied into the BIN directory for use by a test.
7196
    These scripts are now always marked as executable.
7197
 
7198
  * JATS environment
7199
    Ensure that all programs run under JATS in Windows have an uppercase
7200
    COMSPEC envvar. Windows appears to define a mixed case one. Fixed in
7201
    the JATS wrapper script.
7202
 
7203
  * Label utility
7204
    Added -[no]checkout to control the labeling of checked out files.
7205
    There are three modes of operation:
7206
        1) -nocheckout      Checked out files are not labeled
7207
        2) -checkout        Only checked out files are labeled
7208
        3) Neither          All files are labeled.
7209
 
7210
 
7211
------------------------------------------------------------------------
7212
Version: JATS_2.40.0                                Released: 15-Sep-05
7213
------------------------------------------------------------------------
7214
Major changes:
7215
 
7216
Minor changes:
7217
  * label utility
7218
    Added -smartlabel option to unlock and lock the label - if it was locked.
7219
    This options retains the locked state of a label.
7220
 
7221
  * AVR_IAR toolset
7222
    Extended the 'Prog' directive to allow a Program Loader to be
7223
    added to a program as it is created. The option is:
7224
      --ProgLoader=name
7225
 
7226
  * Package directives. PackageFile
7227
    Added support for packaging of directory trees.
7228
    Options to do this are:
7229
        --TreeDir=name
7230
        --FilterOut=regexp
7231
        --FilterIn=regexp
7232
        --StripDir
7233
 
7234
    Only a single directory can be specified.
7235
    Multiple filters are allowed.
7236
    The directories must be within the current directory. It is not
7237
    possible to search outside the subdirectory tree below the makefile.
7238
 
7239
    The filters allow elements within the directory to be selected.
7240
    The filters are regular expressions. Examples:
7241
 
7242
      '--FilterIn=\.h$'         - Select all files ending with .h
7243
      '--FilterOut=MyHeader.h'  - Except this one
7244
 
7245
    The --StripDir option will remove the TreeDir directory from the
7246
    files. This allows the top level directory to be stripped off.
7247
 
7248
 
7249
------------------------------------------------------------------------
7250
Version: JATS_2.39.0                                Released: 14-Sep-05
7251
------------------------------------------------------------------------
7252
Major changes:
7253
    * Make commands
7254
      Consolidated the parsing of the OPTIONS arguments.
7255
 
7256
      The filter and nofilter options are globally applied to all tools
7257
      sets. ie: jats make debug OPTIONS=nofilter
7258
 
7259
    * Label utility
7260
      Generate a warning when attempting to label a symbolic link.
7261
      Links are very hard to maintain in a reproducible manner.
7262
 
7263
Minor changes:
7264
    * Toolsets
7265
      Replaced the use of c:\WINDOWS and c:\Program Files with suitable
7266
      variables and overrides.
7267
 
7268
      The make_init target is always run.
7269
      This facility had been lost. The target was being used to provide
7270
      compiler sanity testing, but had was not being reliably run.
7271
 
7272
    * Deployment
7273
      Suppress testing of compiler existence when used in conjunction
7274
      with deployment operations.
7275
 
7276
    * Release utility
7277
      Add options to build only the debug or the production versions.
7278
      The default is to build both. Note: User option may be further
7279
      restricted by options within the build.
7280
 
7281
    * PackageLib, InstallLib and MergeLib directives in makefile.pl
7282
      The use of @LIBS and @MLIBS in unix systems was causing a
7283
      problem as these variables already had a 'lib' prepended to the
7284
      list of libraries. These directives would add another 'lib' to the
7285
      list of libraries under unix causing a mismatch.
7286
 
7287
      Corrected by stripping liblib from the names within these
7288
      directives.
7289
 
7290
    * MakeProject directive
7291
      If the project build fails the log file was not being displayed
7292
      because 'make' stops when a command fails.
7293
 
7294
      The MakeProject operations have been modified to ensure that the
7295
      log file is always displayed. The exit code of the build command
7296
      is preserved.
7297
 
7298
    * Auto build utility jats-rewrite.pl
7299
      Modified to support the rewrite of Java 'using' and 'project'
7300
      statements.
7301
 
7302
    * Mugfile generation
7303
      Added a --ThxDir=xxxx option to allow the THX and load files to
7304
      be placed in the target package.
7305
 
7306
 
7307
------------------------------------------------------------------------
7308
Version: JATS_2.38.0                                Released: 01-Sep-05
7309
------------------------------------------------------------------------
7310
Major changes:
7311
    * BuildVersion directive
7312
      The 'defs' mode has been extended to create a file with a build
7313
      number as well as a patch number.
7314
 
7315
      The patch number is decoded into a patch number and a build
7316
      number.
7317
 
7318
Minor changes:
7319
    * AddFlags directives
7320
      Added a --NoWarn option that will suppress the warning of
7321
      duplicate flags being added.
7322
 
7323
    * GBE_CORE environment variable (Windows)
7324
      Ensure that GBE_CORE has a driver letter. This allows use of JATS
7325
      loaded into the same dynamic view as the user code.
7326
 
7327
    * Mug File Generation
7328
      Added support to allow load files to include other load files.
7329
 
7330
   * 'cbuild' or 'release' command
7331
     Added a -latestroot=xxxx option. This is a work around for the
7332
     problem where the root level directory in the VOB has not been
7333
     labeled. After using this switch add the label to the root
7334
     directory.
7335
 
7336
     The need to use this this switch indicates that the view is NOT
7337
     reproducible.
7338
 
7339
------------------------------------------------------------------------
7340
Version: JATS_2.37.0                                Released: 22-Aug-05
7341
------------------------------------------------------------------------
7342
Major changes:
7343
    * jats.bat and jats.sh
7344
      Changes to include GBE_DPKG and GBE_DPKG_CACHE.
7345
      Most importantly GBE_DPKG must be a single directory. It is no
7346
      longer a list of directories.
7347
 
7348
      Removal of the setup of Microsoft Visual Studio 6. This is now
7349
      done within the toolset.
7350
 
7351
      *** Update your jats.bat to follow the format in this release
7352
 
7353
    * JATS environment variables
7354
      Redefined variable
7355
        GBE_DPKG        - Now the MASTER dpkg_archive
7356
                          Previously was a list that included the
7357
                          dpkg_archive cache.
7358
 
7359
      New variable
7360
        GBE_DPKG_CACHE  - Optional directory for a local cache of
7361
                          the main dpkg_archive.
7362
 
7363
 
7364
Minor changes:
7365
    * Utility: gen_packagelist
7366
      Enhanced (thanks Ross) to allow PATH information for various
7367
      target platforms to be extracted.
7368
 
7369
      Better support for Product families. This is only an issue
7370
      for WIN32 derived families due to the generation of a list of
7371
      libraries. The list now observes Product hierarchy.
7372
 
7373
    * Utility: release (cbuilder)
7374
      Added -noruntests option too suppress the running of unit tests
7375
      Units tests will still be run by default.
7376
 
7377
      Tighten the config specification used to build the sandbox. It has
7378
      no LATEST rules. All directories and files MUST be labeled.
7379
 
7380
    * Utility: jats_rewrite
7381
      Support ANT based XML files
7382
 
7383
    * Utility: create_dpkg
7384
      Support ANT flavor Manifest dependancy files and pkg directory
7385
      structure.
7386
 
7387
    * makefile.pl's
7388
      GenerateFiles directive. Added a --Prog specifier to allow tools
7389
      to be generated within the same script. Example:
7390
 
7391
            Prog('*', 'Myprog', @OBJS );
7392
            GenerateFiles ('*', "--Prog=MyProg",
7393
                                '--Prereq(infile)',
7394
                                '--GeneratedCommon(outfile)' );
7395
 
7396
      RunTest directive. Added a --Auto option to flags tests that can
7397
      be run within the Build Systems Auto Build environment. These
7398
      tests will be run with the 'run_unit_tests' target. All tests will
7399
      be run with the 'run_tests' targets. Only tests that confirm to
5710 dpurdie 7400
      the VIX "Unit Test Automation" guidelines should be marked as
227 dpurdie 7401
      -- Auto.
7402
 
7403
    * Added a new make target: run_unit_tests
7404
      This will be used by the build tool to run non-interactive
7405
      unit tests within an automated framework.
7406
 
7407
    * Make run_test and run_unit_test operation
7408
      The search path for DLL's or Shared Libraries is extended to
7409
      include all Shared Libraries in the build package list as well
7410
      as the local and interface directory. This allows tests to
7411
      locate required Shared Libraries at runtime.
7412
 
7413
    * WIN32 targets built using Visual Studio 6
7414
      The path to the compiler is setup within JATS. It is no longer
7415
      imported from the users environment as the environment is
7416
      indeterminate when multiple versions of Visual Studio are
7417
      installed on the machine.
7418
 
7419
    * WINCE Targets
7420
      The name of the SDK is case sensitive.
7421
      The POCKET PC 2003 was incorrect
7422
 
7423
 
7424
 
7425
------------------------------------------------------------------------
7426
Version: JATS_2.36.0                                Released: 03-Aug-05
7427
------------------------------------------------------------------------
7428
Major changes:
7429
    * WIN32 platforms
7430
      When building Microsoft project files the PATH environment
7431
      variable is extended to include the DLL path of imported packages
7432
      and installed packages.
7433
 
7434
    * Building DLL or EXE with the --NoPDB option will disable the
7435
      generation of debug information so that the  linker does not
7436
      create CV style debug information in the target.
7437
 
7438
    * UNIX Platforms (SOLARIS and LINUX)
7439
      Modification to allow BuildProduct and BuildPkgArchive to
7440
      interwork. Previously BuildPkgArchive packages were placed into
7441
      the 'interface/lib/SOLARIS' subdirectory and this was not being
7442
      searched when looking for libraries.
7443
 
7444
Minor changes:
7445
    * GenerateFiles directive
7446
      New sub-options to filename generation commands
7447
        --abspath       - provide the named file with an absolute path
7448
        --absdrive      - provide the named file with an absolute path
7449
                          and drive letter
7450
 
7451
    * Src directive
7452
      Modified the --FromPackage' option to allow searching of the root
7453
      directory of a package.
7454
 
7455
            Src('*', 'etc/data.ini', '--FromPackage' );
7456
 
7457
      Also prevent warnings on duplicate files if the package is
7458
      imported with a BuildPkgArchive directive. The file was being
7459
      found in the package and the interface directory.
7460
 
7461
    * jats_rewrite utility
7462
      Process depend.xml files for auto builder
7463
 
7464
 
7465
------------------------------------------------------------------------
7466
Version: JATS_2.35.0                                Released: 28-Jul-05
7467
------------------------------------------------------------------------
7468
Major changes:
7469
    * SunWorks production builds
7470
      Corrected the flag used to select the level of compiler
7471
      optimisation. The current flag generates an error of:
7472
            cc: Warning: option -2 passed to ld
7473
      The flag has been changed from -O2 to -xO2 inline with the
7474
      compiler documentation.
7475
 
7476
    * MOS Toolset
7477
      Implement a workaround for a bug in VisionClick's convert program
7478
      in which the tool would not generate a valid .bdx file.
7479
 
7480
      The solution was to create the .bdx and .ab file in two steps.
7481
 
7482
Minor changes:
7483
    * Correct the case of 4 toolset files. The files were created under
7484
      windows, which has a habit of capitalizing filenames.
7485
      This should not affect current users.
7486
 
7487
    * Mugfile generation
7488
      Extended the --Package option to allow subdirectories to be
7489
      specified.
7490
        "--Package=MyPackage,--Subdir=thx/moscf,thx"  
7491
 
7492
------------------------------------------------------------------------
7493
Version: JATS_2.34.0                                Released: 22-Jul-05 
7494
------------------------------------------------------------------------
7495
Major changes:
7496
    MOS Toolset
7497
    Modified the optimizations options used to generate 'Production'
7498
    code. A problem with -Ob optimization has been identified.
7499
 
7500
Minor changes:
7501
    * Jats wrapper script
7502
      Windows: Ensure that cmd.exe is in the users PATH. Without cmd.exe
7503
      scripts will not work properly as the PERL 'system' command assumes
7504
      that cmd.exe is in the users PATH.
7505
 
7506
    * LinkPkgArchive and BuildPkgArchive
7507
      Processing soft links. Generate a warnings if a package soft
7508
      link and a real package are found in the same directory. The link
7509
      may be suspect.
7510
 
7511
    * GenerateFiles directive
7512
      Added a --PackageBase(xxx) argument that will be replaced with
7513
      the pathname to the specified package.  
7514
 
7515
------------------------------------------------------------------------
7516
Version: JATS_2.33.0                                Released: 18-Jul-05
7517
------------------------------------------------------------------------
7518
Major changes:
7519
    * Added a JAVA platform to better support the processing of ANT
7520
      build.xml files.
7521
 
7522
Minor changes:
7523
    * WIN32 toolset.
7524
      Delete V7 specific temp files when compiling with V7 compiler
7525
 
7526
    * MakeAnt
7527
      Pass an absolute path to the 'interface' directory to allow the
7528
      build.xml file to be a directory other than the current directory
7529
 
7530
      Allow the ANT_HOME path to contain spaces: c:\Program Files\Ant
7531
 
7532
    * gen_winrc - A utility to generate Windows RC files with version
7533
      information. Allow 3 or 4 fields in the version number. If only
7534
      3 fields are provided, then the fourth field is set to 0.
7535
 
7536
    * MakeAnt directive
7537
      Now supports --Debug and --Prod options to limit the building of
7538
      ANT files. The MakeAnt directive is only going to work in
7539
      conjunction with the JAVA target
7540
 
7541
      Recommended usage:
7542
      MakeAnt('JAVA',"build.xml","--Jar=java.build/test.jar",'--Prod');
7543
 
7544
Internal Changes
7545
      The MakeAnt directive is now treated like a MakeProject directive.
7546
 
7547
 
7548
------------------------------------------------------------------------
7549
Version: JATS_2.32.0                                Released: 13-Jul-05
7550
------------------------------------------------------------------------
7551
Major changes:
7552
    * Initial release of WINCE and WIN32 V7 based project builds
7553
      The DSW, VCW and SLN files can be built via JATS and selected
7554
      files packaged into the release.
7555
 
7556
      Refer to the 'MakeProject' directive in
7557
            MASS-00166 JATS Reference Manual
7558
            http://auperaws396/mass/Wiki.jsp?
7559
                                page=UsingJATSToBuildMicrosoftProjects
7560
 
7561
    * Added support for Visual Studio 2003.
7562
      The recommended platform is:
7563
        BuildProduct    ( 'VS2003', 'WIN32,--Version=MS.NET2003' );
7564
 
7565
    * Initial release of support for building Ant files.
7566
      JATS can build small Java sub-components using Ant. This is not
7567
      a replacement for JANTS it is intended for mixed C++ and Java
7568
      components.
7569
 
7570
      Refer to the 'MakeAnt' directive in
7571
            MASS-00166 JATS Reference Manual
7572
            http://auperaws396/mass/Wiki.jsp?
7573
                                page=UsingJATSToBuildSmallJavaComponents
7574
 
7575
Minor changes:
7576
    * Support for Windows DLLs
7577
      When building a WIN32 target the file interface/set_WIN32.bat is
7578
      created. This file extends the Windows PATH to allow DLLs used
7579
      by the package to be accessed.
7580
 
7581
      The file may be "called" from a wrapper batch file to start the
7582
      application or visual studio.
7583
 
7584
    * The descpkg file created by JATS contains a JATS version number
7585
      and the JATS Core path.
7586
 
7587
    * AddIncDir, AddSrcDir and AddLibDir directives
7588
      Now generate an error if there is only one argument to the
7589
      directive or if no directories where specified.
7590
 
7591
    * MOS Toolset
7592
      Add support for the TPT device
7593
      Correct error message for unsupported devices.
7594
 
7595
    * Correct problem with in creating absolute path names to allow
7596
      DOS driver letters to be handled correctly.
7597
 
7598
    * Added --ExcludeLib(xxx,yyy) processing to allow specified
7599
      libraries to be excluded from a list of libraries processed by
7600
      when creating libraries, shared libraries and programs.
7601
 
7602
      Used in conjunction with --Using(aaaa) to correct errors.
7603
 
7604
Internal Changes
7605
    * JATS release process validates the JATS version number contained
7606
      in jats.pl
7607
 
7608
------------------------------------------------------------------------
7609
Version: JATS_2.31.0                                Released: 28-Jun-05
7610
------------------------------------------------------------------------
7611
Major changes:
7612
    * JATS wrapper script
7613
      Allow multiple alternative build files: auto.pl and build_test.pl
7614
 
7615
    * Initial support for the building of WINCE based projects
7616
 
7617
    * Formal release of the toosl to generate Mug Files
7618
 
7619
Minor changes:
7620
    * Deployment support
7621
      Allow a --PatchNum to be specified in the BuildName
7622
      This is then used to invoke a deploypatch.pl file
7623
 
7624
    * 'build'
7625
      Added --ForceBuildPkg switch to the 'jats build' command to
7626
      force LinkPkgArchive directives to be interpreted as
7627
      BuildPkgArchive. This option is useful for the creation of
7628
      sandboxes for use within IDEs as the package files are placed
7629
      in a known directory structure within the sandbox.
7630
 
7631
    * WINCE and WIN32 Toolset
7632
      Options for Program and Shared Library construction
7633
            --Entry=xxxx            - Alternate entry point
7634
            --NoAddLibs             - Do not add default libraries to
7635
                                      the link phase.
7636
 
7637
    * BuildPkgArchive
7638
      Handle symlink directories at the top level of the package tree
7639
      Previously these were ignored.
7640
      Minor code cleanup
7641
 
7642
    * "cbuild" or "release" utility
7643
      Add a "-path=xxxx" option to provide sanity testing of the Release
7644
      Manager "Source Path" field.
7645
 
7646
    * SOLARIS targets
7647
      Modified the TARGET name generated with building a Product Family
7648
      based on SOLARIS. It is treated in the same manner as a Platform
7649
      of SOLARIS and creates a targets of SOLARIS_sparc
7650
 
7651
    * MugFile generation
7652
      Allows a 'load.cmd' file to be used to list the THX files to be
7653
      included in the final package.
7654
 
7655
    * Corrected a problem with the processing of platform selection
7656
      arguments used within all directives within a makefile.pl.
7657
      Multiple platforms should be specified as:
7658
            Src( 'PLAT1,PLAT2,PLAT3', .... );
7659
      with only a comma between the platforms: No whitespace
7660
      If whitespace did exist then the makefile.pl would not do what
7661
      was expected - and it would not warn the user. The simplest
7662
      solution was to allow whitespace either side of the comma.        
7663
 
7664
    * GenerateFiles directive within makefile.pl
7665
      Allow 3 different bracket styles for the arguments to allow for
7666
      embedded  brackets. Now allow
7667
            --Option=(some_text)
7668
            --Option=[some_text]
7669
            --Option={some_text}
7670
 
7671
Internal Changes
7672
    * Derive the names of the package and install directories from a
7673
      single data structure rather then being hardcoded throughout the
7674
      code.
7675
 
7676
------------------------------------------------------------------------
7677
Version: JATS_2.30.0                                Released: 01-Jun-05
7678
------------------------------------------------------------------------
7679
Major changes:
7680
    * JATS wrapper script
7681
      Changed the command line parsing. Now use GetOpts.
7682
 
7683
      Modified "all" command It no longer performs an "install"
7684
      The "install" process is not needed. the build places a shortcut
7685
      to the package into the local_dpkg_archive. This can be used by
7686
      other components.
7687
 
7688
      Removed "bmake" command. The "all" command is the now that same.
7689
 
7690
    * JATS
7691
      Created a class to write JATS configuration files.
7692
      Changes to the code to use this new class.
7693
 
7694
    * Build operations
7695
      Perform one level of package version checking. Generate warnings
7696
      if required packages are built against different versions of
7697
      packages.
7698
 
7699
    * Make operations
7700
      Added a new target - "deploy". This interfaces to the deployment
7701
      scripts. This is still a work interfaces progress.
7702
 
7703
Minor changes:
7704
    * Added environment variables to assist in the running of the
7705
      deployment builds.
7706
        PERL5LIB        - Extended based on GBE_CORE
7707
        DEPLOYLIB_DIR   - Calculate based on GBE_CORE
7708
 
7709
      Extended the "jats vars" display
7710
 
7711
    * build.pl
7712
        Corrected BuildAlias() operation. Defined options are correctly
7713
        processed. Allows
7714
            BuildAlias('WIN', 'WIN32,--OnlyProduction');
7715
        to define a platform called WIN32 that only builds for
7716
        production.
7717
 
7718
    * MOS toolset
7719
      Added a '--Acon' options to SharedLib to allow the creation of
7720
      Acon modules. These required special linking.
7721
 
7722
    * create_dpkg utility
7723
      Adds a files to the published package to indicate which type of
7724
      machine the package was published from. This will be used in a
7725
      multi-machine build environment to assist in determining the
7726
      progress of the build.
7727
 
7728
    * New utility - jats_save_build.pl
7729
      This is specific to the auto build system. It will be used to
7730
      capture the modified build files back into the version control
7731
      system.
7732
 
7733
------------------------------------------------------------------------
7734
Version: JATS_2.29.0                                Released: 25-May-05
7735
------------------------------------------------------------------------
7736
Major changes:
7737
    * WIN32 and WINCE toolsets
7738
      Modified the way that PDB files are created.
7739
      The files are now created using absolute pathnames when compiling
7740
      The name of the PDB files embedded in created DLLs is now correct.
7741
      The PDB files created when compiling objects for DLLs are now not
7742
      named after the DLLs - this was causing the linker toolsets crash.
7743
 
7744
    * WCEX86A500 target
7745
      Corrected problem creating DLLs.
7746
 
7747
    * MOS Toolsets
7748
      Modified the mechanism by which absolute filenames are passed to
7749
      the compiler.
7750
 
7751
    * RunTest directive
7752
      This directive will ensure that the named test is either a script
7753
      or a TestProg. If the test to be run is a TestProg then a
7754
      suitable suffix will be added to the named test.
7755
 
7756
Minor changes:
7757
    * JATS BUILD
7758
      Generate an error if the setting of GBE_BUILDFILTER or
7759
      GBE_PLATFORM prevents any targets being made at all. This should
7760
      highlight bad settings.
7761
 
7762
    * Publish the JATS toolsets extension pathnames to simplify the
7763
      access to extensions.
7764
 
7765
------------------------------------------------------------------------
7766
Version: JATS_2.28.0                                Released: 18-May-05
7767
------------------------------------------------------------------------
7768
Major changes:
7769
    * WIN32 and WINCE toolsets
7770
      Enable dependancy file generation of C++ files
7771
 
7772
    * label utility ( SOLARIS )
7773
      Fix bug with the escaping of '(' and ')' in cleartool commands
7774
      under unix.
7775
 
7776
Minor changes:
7777
    * label utility
7778
      Added options to:
7779
        o Delete a label
7780
        o Prevent recursion while labeling
7781
        o Control labeling of files missing from a static view
7782
 
7783
    * WIN32 and WINCE toolsets
7784
      Correct problem with the packaging of PDB files. Packaging of the
7785
      PDB files can be controlled with the -Extras= options to the
7786
      Package directives.
7787
 
7788
    * Added GBE_UNIX to the JATS_2 controlled environment. Set by
7789
      jats.pl to be used by utilities to determine the underlying
7790
      system.
7791
 
7792
------------------------------------------------------------------------
7793
Version: JATS_2.27.0                                Released: 10-May-05
7794
------------------------------------------------------------------------
7795
Major changes:
7796
    * MOS Toolset
7797
      The generation of multiple THX's in the one makefile.pl now works
7798
      There was a subtle "closure" problem in the toolset.
7799
 
7800
    * WIN32 Toolset
7801
      Added CompileOption of AddLibs (default) and NoAddLibs
7802
      toolset suppress the addition of thread libraries toolset the link
7803
      list.
7804
 
7805
    * Put a version number in the "interface" information toolset
7806
      allow JATS to generate an error when the "interface" changes.
7807
 
7808
      This version is manually maintained and prone to error.
7809
 
7810
    * GenerateFiles directive one Unix systems was incorrectly
7811
      invoking "sh.exe" instead of "sh"
7812
 
7813
 
7814
Minor changes:
7815
    * SOLARIS_SPARC platform (GCC toolset)
7816
      The process of creating a Shared Libraries creates a soft link
7817
      to the the "GBEBIN" directory. This directory was not listed as
7818
      a prerequisite and was not being created. This problem has been
7819
      corrected.
7820
 
7821
    * JATS will detect an "auto.pl" file and use it as an alternate
7822
      build.pl file. Previously this file was named build.use.pl.
7823
 
7824
    * Correct problem when .PDB files are installed from a merged
7825
      library created from libraries that have been 'installed'
7826
      JATS would create a circular dependancy.
7827
 
7828
------------------------------------------------------------------------
7829
Version: JATS_2.26.0                                Released: 03-May-05
7830
------------------------------------------------------------------------
7831
Major changes:
7832
    * WIN32 Toolset
7833
      Correct a problem linking in required / correct libraries for
7834
      use with multithreaded modes.
7835
 
7836
    * Complete the support for Global build options of --OnlyDebug and
7837
      --OnlyProd.
7838
 
7839
      These options can now be provided in the "Platform" directive
7840
      within the makefile.pl.
7841
 
7842
Minor changes:
7843
    * Platform directive within makefile.pl
7844
      These use of the "*" platform specifier has been modified such
7845
      that options provided within the directive will be added to all
7846
      platforms.
7847
 
7848
      eg:   Platform ('*', '--OnlyProduction' );
7849
 
7850
------------------------------------------------------------------------
7851
Version: JATS_2.25.0                                Released: 29-Apr-05
7852
------------------------------------------------------------------------
7853
Major changes:
7854
    * Correct problem in handling the SOLARIS_SPARC platform.
7855
      The SOLARIS platform is a bit of a kludge for backward
7856
      compatibility. JATS was not differentiating between SOLARIS and
7857
      SOLARIS_SPARC correctly.
7858
 
7859
    * Preliminary Support
7860
      Global build options of --OnlyDebug and --OnlyProd, which are
7861
      mutually exclusive. These may between specified in the build.pl
7862
      file as build arguments in any of the three standard mechanism.
7863
 
7864
        BuildPlatforms ( 'SOLARIS', '--OnlyDebug' );
7865
        BuildProduct   ( 'GAK', 'MOS68K,--OnlyProduction' );
7866
        BuildArgument  ( 'WIN', '--OnlyProduction' );
7867
 
7868
      These options limit processing to either Production or Debug
7869
      building. The default build will build both.
7870
 
7871
Minor changes:
7872
    * Extended the search path that JATS will use attempting to locate
7873
      a build.pl file. JATS will now look in ., build and build/jats
7874
      directories in the current directory and 3 directories up.
7875
 
7876
    * WCEX86A420 toolset
7877
      Added suitable libflags entry. Prevents the warning:
7878
        warning: undefined variable `WCE_LIBFLAGS'
7879
 
7880
 
7881
------------------------------------------------------------------------
7882
Version: JATS_2.24.0                                Released: 21-Apr-05
7883
------------------------------------------------------------------------
7884
Major changes:
7885
    * PackageLib and PackageProg directives now have a --Extra=xxx[,xxx]
7886
      option. Where xxx can be one or more of: none stub map lint debug
7887
      or all.
7888
 
7889
      This option may be used to limit the files that are packaged with
7890
      the library or program.
7891
 
7892
      Eg: PackageLib ('MOS', 'MyThx', '--Extra=none' );
7893
 
7894
      Will only package the .thx file. It will not package the stub
7895
      library or any debug files.
7896
 
7897
    * GenerateFiles
7898
      All processed arguments now support two options.
7899
 
7900
          ie: --Prerequisite(xxxx,--dir)
7901
              directory in which the prereq file is found
7902
 
7903
          ie: --Prerequisite(xxxx,--file)
7904
              The filename of the prereq file
7905
 
7906
    * LinkPkgArchive and BuildPkgArchive will cause the build to fail if
7907
      the required package is not available. A "--package" option, to
7908
      the build command, will prevent this behaviour.
7909
 
7910
 
7911
Minor changes:
7912
    * create_dpkg utility
7913
      Touch descpkg files when packages are merged. This will allow
7914
      utilities that use the timestamp of this file to determine that
7915
      the package has been altered.
7916
 
7917
------------------------------------------------------------------------
7918
Version: JATS_2.23.0                                Released: 14-Apr-05
7919
------------------------------------------------------------------------
7920
Major changes:
7921
    * New toolset: WCEX86A420
7922
      This is a WINCE target
7923
      This uses the ADVANTEC_X86_CE42 SDK
7924
 
7925
    * New toolset
7926
      mpt for the mpt500 platfomr
7927
 
7928
    * Modified toolset
7929
      THYRON - updates from An An Tran
7930
 
7931
    * Modified toolset
7932
      MRI68K. Now supports the Microtec 5.1 68k compiler
7933
 
7934
Minor changes:
7935
    * "cbuild" or "release" command now has a -merge option to allow
7936
      builds from different machines to be merged into dpkg_archive.
7937
 
7938
      The default operation is to replace the package indpkg_archive.
7939
 
7940
    * Simplify the use of GBE_BUILDFILTER
7941
      GBE_BUILDFILTER should be used to limit the creation of makefiles
7942
      to those that are supported by the underlying hardware.
7943
 
7944
      The change allows the construct
7945
        GBE_BUILDFILTER=SOLARIS --TARGET=SOLARIS
7946
      to be replaced by the simpler
7947
        GBE_BUILDFILTER=SOLARIS
7948
 
7949
      The default operation is to allow or disallow all TARGETS of the
7950
      specified name.    
7951
 
7952
 
7953
------------------------------------------------------------------------
7954
Version: JATS_2.22.0                                Released: 13-Apr-05
7955
------------------------------------------------------------------------
7956
Major changes:
7957
    * Dependancy generator
7958
      Extend the number of header files that can be included
7959
      to allow for 4096 included files.
7960
 
7961
------------------------------------------------------------------------
7962
Version: JATS_2.21.0                                Released: 12-Apr-05
7963
------------------------------------------------------------------------
7964
Major changes:
7965
    * Dependancy generator
7966
      Extend the number of header files that can be included
7967
 
7968
------------------------------------------------------------------------
7969
Version: JATS_2.20.0                                Released: 12-Apr-05
7970
------------------------------------------------------------------------
7971
Major changes:
7972
    * The "package.pl" file.
7973
      Setting $Pbase to "." is now supported and will result in the
7974
      package name being taken from the build name
7975
 
7976
      It is an error to set Pbase to a value other than "." or the
7977
      package Build Name.
7978
 
7979
Minor changes:
7980
    * create_dpkg utility
7981
      The -m ( merge) option will not replace a file if it already exists
7982
 
7983
------------------------------------------------------------------------
7984
Version: JATS_2.19.0                                Released: 08-Apr-05
7985
------------------------------------------------------------------------
7986
Major changes:
7987
 
7988
Minor changes:
7989
    * Dependancy generator
7990
      Correct two common situations
7991
        1) // Style comments. The following line was ignored
7992
        2) Allow preprocessor directives to be indents. This is not
7993
           ansi, but is often done.
7994
 
7995
    * GCC toolset
7996
      Corrected operation of the C++ compiler. The object file was not
7997
      being created in the correct place.
7998
 
7999
    * jats "label"
8000
      The -auto -clone options allow a label to be created if its not
8001
      present. Previously this would label all files in the VOB.
8002
 
8003
 
8004
------------------------------------------------------------------------
8005
Version: JATS_2.18.0                                Released: 06-Apr-05
8006
------------------------------------------------------------------------
8007
Major changes:
8008
 
8009
Minor changes:
8010
    * BuildPkgArchive. The transfer of the "pkg" subdirectory has been
8011
      modified. Directories of the form pkg/pkg.$(GBE_MACHTYPE) will
8012
      be transferred to the "pkg" directory.
8013
 
8014
      If there are no directores of the form "pkg.xxxxx" then the entire
8015
      pkg directory will be transferred.
8016
 
8017
    * Transfer to dpkg_acrhive
8018
      Corrected a problem in which a file with the same name as the
8019
      package was not being transferred.
8020
 
8021
------------------------------------------------------------------------
8022
Version: JATS_2.17.0                                Released: 06-Apr-05
8023
------------------------------------------------------------------------
8024
Major changes:
8025
    * Support for solaris_i386
8026
      The JATS toolset has been modified to provide the required
8027
      binaries for this target.
8028
 
8029
      The platform SOLARIS_I386 has been created to build on this target
8030
      with the GCC compiler.
8031
 
8032
      The JATS startup shell has been modified to allow specfic values
8033
      to be imported from the environment. Under Unix such values may
8034
      need to be specified in the /etc/profile file.
8035
 
8036
Minor changes:
8037
    * The InstallHdr, InstallLib, InstallJar and InstallProd directives
8038
      will now generate a warning if a "local" directory has not been specified
8039
      with a "BuildInterface" directive in the build.pl file.
8040
 
8041
    * cbuild ( release) utility
8042
      Fxied a problem locating VOBs under Solaris
8043
 
8044
------------------------------------------------------------------------
8045
Version: JATS_2.16.0                                Released: 04-Apr-05
8046
------------------------------------------------------------------------
8047
Major changes:
8048
    * The InstallHdr, InstallLib, InstallJar and InstallProd directives
8049
      will generate an error if a "local" directory has not been specified
8050
      with a "BuildInterface" directive in the build.pl file.
8051
 
8052
      The "local" directory should be specified to JATS so that it can
8053
      remove the directory tree with the "clobber" command.
8054
 
8055
    * jats_rewrite.pl utility
8056
      Allow BuildName and LinkPkgArchive directives to contains comments
8057
      with either " or ' characters.
8058
 
8059
    * BuildSubDir - in build.pl
8060
      It is now an error if the specified subdirectory does not exist
8061
      and  does not contain the file "makefile.pl".
8062
 
8063
    * SubDir - in makefile.pl
8064
      It is now an error if the specified subdirectory does not exist
8065
      and  does not contain the file "makefile.pl".
8066
 
8067
    * Jats wrapper
8068
      Added a "-locate" option to force JATS to locate the build.pl file
8069
      and then change to the containing directory before execution
8070
      further commands.
8071
 
8072
Minor changes:
8073
    * WinCe and Win32 toolsets
8074
      Corrected a problem in the generation of .dep files used in the
8075
      creation of Shared Libraries. There was a miss-match between the
8076
      name of the .dep file and its content.
8077
 
8078
------------------------------------------------------------------------
8079
Version: JATS_2.15.0                                Released: 22-Mar-05
8080
------------------------------------------------------------------------
8081
Major changes:
8082
    * WIN32 and WinCE Toolset. New CompileOptions
8083
        NoPDB   - Disable the generation of PDBs
8084
        PDB     - Enable the generation of PDBs (default).
8085
 
8086
      These options operation affect all components within the
8087
      makefile.pl. If the directive is used within the common makefile.pl
8088
      then they will affect all components within the build.
8089
 
8090
      Note: It is not possible to create a merged library in which some
8091
            of the component libraries have PDB's and some do not.
8092
 
8093
Minor changes:
8094
 
8095
------------------------------------------------------------------------
8096
Version: JATS_2.14.0                                Released: 18-Mar-05
8097
------------------------------------------------------------------------
8098
Major changes:
8099
    * The MergeLibrary directive, under WIN32 and WinCe, will publish the
8100
      PDB files associated with the library files being merged.
8101
 
8102
Minor changes:
8103
    * gen_winrc tool can add an icon to a program.
8104
      The utility supports -icon=filename.ico
8105
 
8106
    * The JATS wrapper script command "prod" to build and package the
8107
      production parts. This is similar to the "dev" command.
8108
 
8109
------------------------------------------------------------------------
8110
Version: JATS_2.13.0                                Released: 18-Mar-05
8111
------------------------------------------------------------------------
8112
Major changes:
8113
    * Modified the order in which the makefiles passes operate. Merged
8114
      the make_shlib and the install_shlib into one phase. The
8115
      implication of this is that Shared Libraries that are created can
8116
      "installed" so that other shared libraries can link against them.
8117
      The order in which the makefile.pl's are processed is important as
8118
      this is the order in which the libraries will be created and
8119
      installed.
8120
 
8121
      This solution does not handle mutual shared libraries: two shared
8122
      libraries that depend on each other.
8123
 
8124
      This is an issue only in Solaris and Linux systems that do not
8125
      generate separate stub libraries to link against.
8126
 
8127
Minor changes:
8128
    * WIN32 and WinCE Toolsets
8129
      Building up resources. The RC compiler can now locate resource files
8130
      in the "local" and "interface" directory.
8131
 
8132
    * The version.c, version.h and descpkg files will be created in the
8133
      first directory named with a BuildDir directive, unless a
8134
      "src" directory is encountered. This mimics the operation
8135
      of the older JATS, without the need for a "src" directory.
8136
 
8137
------------------------------------------------------------------------
8138
Version: JATS_2.12.0                                Released: 18-Mar-05
8139
------------------------------------------------------------------------
8140
Major changes:
8141
 
8142
Minor changes:
8143
    * Added a --Depend=xxx[,yyy]+ option to the Src directive
8144
      Not needed for C and C++ files, but may be used in conjunction
8145
      with assembler files to indicate that the file includes another
8146
      file.
8147
 
8148
    * Fixed problem with the local_dpkg_archive consistency test when
8149
      a soft link is used to redirect to the package.
8150
 
8151
    * Win32 and WinCE toolsets
8152
      Added a compiler option to enable Run Time Type Information.
8153
            CompileOptions ('WIN32', 'RTTI' );
8154
 
8155
      Add an option to Shared Library creation to allow the generation of
8156
      a Resource Only DLL. Option is "--ResourceOnly"
8157
 
8158
      Add an option to allow Resources to be built into Static Libraries
8159
      in the same manner at Shared Libraries.
8160
 
8161
    * WinCE toolsets
8162
      Mutual DLL support corrected. Library path is used to resolve
8163
      compiler specific libraries.
8164
 
8165
    * SOLARIS toolset
8166
      Prevent the compiler displaying its command line. This is in line
8167
      with the other tools sets. The commands can be seen with
8168
      OPTIONS=args and this may be set in the users environment.
8169
 
8170
      Modified the cleanup process to delete the links to shared
8171
      libraries. Only files, and not links to files, where being
8172
      cleaned up.
8173
 
8174
    * Microtec tools set (MOS)
8175
      Dependancy generation can display commands with OPTIONS=args
8176
 
8177
    * jats_rewriter.pl
8178
      Allow BuildName and LinkPkgArchive directives to contains arguments
8179
      with either " or ' characters.
8180
 
8181
 
8182
------------------------------------------------------------------------
8183
Version: JATS_2.11.0                                Released: 15-Mar-05
8184
------------------------------------------------------------------------
8185
Major changes:
8186
    * BuildPkgArchive operation
8187
      The entire "include" directory is copied into the interface area
8188
      The installer was trying to be too smart and only copy platform
8189
      specific files,but was missing out many needed subdirectories
8190
 
8191
      Reduce the warnings generated. These were an artifact of the process
8192
      of picking up all the strange variations of the directory structures.
8193
 
8194
    * Cleaned up the handling of object files that were generated by the
8195
      user.
8196
 
8197
    * MOS Microtec Toolset
8198
      Always present an absolute filename to the compiler
8199
      Display a shortened filename to allow the user to track progress
8200
 
8201
      This will remove error messages about the path being too long
8202
      for the   -Gf option.
8203
 
8204
Minor changes:
8205
    * SOLARIS Toolset
8206
      Remove duplicate -KPIC flags on the command line
8207
 
8208
    * Win32 and WinCE Toolset
8209
      Source files are either compiled by the C compiler as C files or
8210
      the C++ compiler as C++ files. The option to allow the compiler to
8211
      figure out what sort of file it is has been removed.
8212
 
8213
------------------------------------------------------------------------
8214
Version: JATS_2.10.0                                Released: 11-Mar-05
8215
------------------------------------------------------------------------
8216
Major changes:
8217
    * Extended BuildName to accept the form
8218
            BuildName ('package_name', 'nn.nn.nn.xxx' );
8219
 
8220
    * MOS68K and MOSCF toolset.
8221
      Extended the --board option to allow the user to define code and
8222
      data addresses for the board.
8223
 
8224
            BuildProduct( 'TP5', 'MOSCF','--board=01234H,05678H' );
8225
 
8226
      Will set the code,data address for the debugable image
8227
 
8228
    * Extended the PackageXxxxx options
8229
      1) Allow --Platform=xxx,yyy
8230
         Where xxx is a directory prefix and yyy is suffix to the
8231
         "platform" name.  Only useful within the context of the
8232
         PackageFile
8233
 
8234
      2) The operation of --Platform=xxx when used by the PackageFile
8235
         directive now treats the xxx directory as a prefix to the
8236
         platform name. Other Package directives still treat it as a
8237
         suffix. In practice this is the logical use.
8238
 
8239
    * Allow InstallLib and PackageLib to install a file that has been
8240
      discovered with a "Src" directive. This allows generated files
8241
      to be installed and packaged.
8242
 
8243
Minor changes:
8244
 
8245
    * cache_dpkg utility
8246
      If a package is found in the local_dpkg_archive then the cache
8247
      entry will be deleted and the master archive will not be accessed.
8248
 
8249
    * label utility
8250
      New option -auto to create and label
8251
 
8252
    * Build WIN32 and WinCe Mutual DLLs with all the object files
8253
      This allows the generated import library to contain C++ names
8254
 
8255
    * The BuildDirTree directive now supports an empty first argument
8256
      This allows a NULL tree.dir file, while still creating the root
8257
      directory. ie:
8258
 
8259
            BuildDirTree    ( '', 'pkg' );
8260
 
8261
    * Fixed DEVIM 00019520
8262
      The problem was that /bin/pwd could return a different path to
8263
      the Cwd:getpwd() function. Solution: Use one mechanism throughout.
8264
 
8265
 
8266
------------------------------------------------------------------------
8267
Version: JATS_2.9.0                                 Released: 28-Feb-05
8268
------------------------------------------------------------------------
8269
Major changes:
8270
    * First release for Back Office and Front Office use.
8271
 
8272
    * Added the jats tool  jats_rewrite.pl to rewrite build.pl files.
8273
      To be used by the nightly build process.
8274
 
8275
    * Work around a problem in the Microtec 68K compiler.
8276
      The compiler uses temp files. If the temp file name that the
8277
      compiler uses already exists, then the compiler will not delete
8278
      the file. Instead it appends information to the existing file.
8279
 
8280
      The workaround is to create the temp files within the build's
8281
      interface directory and to remove all temp files before each
8282
      compilation.
8283
 
8284
      This bug does not affect the Mictotec CF compiler.
8285
 
8286
Minor changes:
8287
    * The "jats clobber" command will remove version definition file, if
8288
      one is being produced.
8289
 
8290
    * Using JATS within a Visual Studio project. The "rebuild all"
8291
      option now translates to the JATS unbuild command to do a better
8292
      job of cleaning the workspace.
8293
 
8294
    * Added GetPackageRoot() directive to support the packaging of MOS
8295
 
8296
    * Generate error message for misuse of the SubDir directive
8297
 
8298
    * Modified BuildName to allow an '-' in the name.
8299
      This provides backward compatibility with existing packages.
8300
 
8301
------------------------------------------------------------------------
8302
Version: JATS_2.8.0                                 Released: 17-Feb-05
8303
------------------------------------------------------------------------
8304
Major changes:
8305
    * Added some new WINCE based targets. These require WINCE SDKs to be
8306
      installed in order for the compilers to work.
8307
 
8308
    * New PLATFORMS are WCEIT3000, WCEPA961 and WCEPCM7220
8309
 
8310
    * All invocations of xmake specify the name of the makefile
8311
      This allow GNUMakefiles and the Jats makefiles to exist in the
8312
      same directory
8313
 
8314
    * Overcome a limitation of the Microtec compiler in which the flag
8315
      _DEBUG is defined enev in production builds - contrary to the
8316
      documenattion.
8317
 
8318
Minor changes:
8319
    * Process of descpkg files allows for both Unix and DOS line endings
8320
      Under Unix JATS would report that the package names don't match
8321
 
8322
    * Corrected a problem with BuildPkgArchive in which file names with
8323
      spaces could not be soft linked. Only affects Unix systems.
8324
 
8325
    * Added a -rename to the "jats label" utility.
8326
      Ensure that the user specified label exists in the VOB
8327
 
8328
    * Correct problem with "make clean" that resulted in a verbose display
8329
      when the verbose option had not been selected
8330
 
8331
    * Correct a problem with "make unbuild". Changes in the build files
8332
      would prevent the execution of the command. This command should
8333
      be exempt from this test.
8334
 
8335
    * Correct a problem with "make clean" in the WIN32 and WINCE
8336
      platforms where the .exp files were not deleted.
8337
 
8338
    * The "JATS clobber" command now invokes "make clobber" and "build
8339
      clobber". The result is as clean a clean as it can be.
8340
 
8341
      Note: Jats "clean" does not remove a lot of files. These can be
8342
      removed with "unbuild" and "unpackage". This is what "clobber"
8343
      does.
8344
 
8345
    * The operation of "build clobber" has been cleaned up. It will
8346
      not try to invoke make if the makefiles have already been removed.
8347
 
8348
 
8349
------------------------------------------------------------------------
8350
Version: JATS_2.7.0                                 Released: 09-Feb-05
8351
------------------------------------------------------------------------
8352
Major changes:
8353
    * First release with support for the DAFBR compiler
8354
 
8355
    * Extended MergeLibrary. Added per-file options of:
8356
        --Interface         - Pull lib from Interface directory
8357
        --Local             - Pull lib from Local directory (default)
8358
        --SubDir=pathname   - Pull lib from a subdirectory
8359
                              Note: xxxx,pathname still works
8360
 
8361
    * Added "jats label" to provide a number of useful labeling
8362
      operations.
8363
 
8364
    * Added extensive help to JATS. JATS -man.
8365
 
8366
    * Added this manual ChangeLog file
8367
 
8368
Minor changes
8369
    * Added an 'ebin' command to jats to allow the JATS binary tools to
8370
      be run in a controlled environment from the command line.
8371
 
8372
    * Prune the list of library paths passed through to the various
8373
      toolsets. If a directory does not have any files in it then the
8374
      directory is not added to the library path.
8375
 
8376
      Thus if a library is located in xxxx/lib/WIN32 then JATS will
8377
      not add the xxxx/lib to the path.
8378
 
8379
    * cbuilder will now look in all VOBs for the user specified label.
8380
      The program has a list of "known" labels which it will search
8381
      first in an attempt to speed up the process.
8382
 
8383
    * The AddFlags directive will issue a warning if the flags does not
8384
      begin with a -D or a -U. The user should not be using compiler
8385
      specific flags.
8386
 
8387
    * The use of linker flags will issue a warning.
8388
 
8389
    * Process the common makefile.pl after the toolset has been
8390
      determined. This allows the toolset to extend the CompileOptions
8391
      such they are available to the common makefile.pl.
8392
 
8393
    * Added the WIN32 CompileOptions "jats_v1" to force JATS to specify
8394
      a number of compile time definitions used by earlier versions of
8395
      JATS.
8396
 
8397
    * Fixed bug in the --Debug option to the PackageProg directives that
8398
      caused both the production and debug versions to be packaged.
8399
 
8400
    * The gen_msproject utility now creates simpler names for the MS
8401
      projects that it creates. The name no longer contains the full
8402
      pathname, thus making them shorter and readable.
8403
 
8404
    * The ShowDlls utility now handles absolute and relative paths to
8405
      the initial DLL or EXE.
8406
 
8407
    * Correct problem in which the use of Generate/Rule directives may
8408
      fail since prerequisite subdirectories were not being created
8409
      since the "generate" phase was not being run.
8410
 
8411
      Added messages to prompt the user to remove Generate, Generated
8412
      and Rule directives. Use the GenerateFiles directive
8413
 
8414
    * JATS.BAT file will exclude LINUX builds by default.
8415
 
8416
    * The make NODEPEND=1 processing now does not recurse at all.
8417
      Previously each subdirectory was visited - only to do nothing.
8418
 
8419
    * Correct a problem in creating stub libraries for MOS targets if
8420
      the stub library object was not listed with the SharedLib's
8421
      objects.
8422
 
8423
    * Correct a problem with the MS Studio support. The invoked make
8424
      command is XXX_all_debug. There was a problem with this command in
8425
      that it did not do any dependancy checking and would not always
8426
      build defendants.