Subversion Repositories DevTools

Rev

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

Rev Author Line No. Line
6073 dpurdie 1
------------------------------------------------------------------------
7213 dpurdie 2
Version:  3.20.0000.cr                              Released: 22-Jul-19
3
------------------------------------------------------------------------
4
Minor changes:
5
    * Utility: vcsdiff
6
      Extended a to allow direct comparison against various subversion branches
7
      including: released, head, trunk and a named branch. Thanks to Andrew Lewis.
8
 
7214 dpurdie 9
    * Utility: vcsdiff
10
      Add a '-patch' option to allow the creation of a 'patch' file that can be used
11
      in pre-commit code reviews.
12
 
7213 dpurdie 13
    * Utility: sandbox
14
      Improved support for package extractions that have multiple builders for the 
15
      same package. A 'stop' file in the same directory as a packages 'build.pl' file
16
      will cause the build.pl file to be ignored.
17
 
18
 
19
------------------------------------------------------------------------
7066 dpurdie 20
Version:  3.19.9000.cr                              Released: 17-Jun-19
7045 dpurdie 21
------------------------------------------------------------------------
22
Minor changes:
23
    * Undid the changes to INSTRUMENTED Builds made in 3.19.8000.cr
24
      Profiling does not interwork with Valgrind and we use Valgrind
25
 
7066 dpurdie 26
    * Platform: WCEX86A700_SOM4466
27
      Is a member of the WINCE alias as well as WINCE7
28
 
29
    * BuildPkgArchive
30
      Extended so that a directory called 'mavenRepository' will be transferred 
31
      to the interface directory.
32
 
7045 dpurdie 33
------------------------------------------------------------------------
7040 dpurdie 34
Version:  3.19.8000.cr                              Released: 13-May-19
35
------------------------------------------------------------------------
7066 dpurdie 36
 
37
NOTE NOTE NOTE : This has been reverted. It affected existing usage of Valgrind
38
 
7040 dpurdie 39
Minor changes:
40
    * INSTRUMENTED Builds
41
      Compile with the '-pg' option. This is the same as:
42
            CompileOptions('INSTRUMENT', 'profile');
43
            jats make options=profile
44
 
45
------------------------------------------------------------------------
7018 dpurdie 46
Version:  3.19.7000.cr                              Released: 18-Apr-19 
47
------------------------------------------------------------------------
48
Minor changes:
49
    * JATS-446 Windows linker options do not support those with a 'space'
50
      Second attempt to limit work to Windows
51
 
52
------------------------------------------------------------------------
7014 dpurdie 53
Version:  3.19.6000.cr                              Released: 18-Apr-19 
54
------------------------------------------------------------------------
55
Minor changes:
56
    * Platform: WCEX86A700_SOM4466
57
      Is a member of the WINCE7 alias
58
 
59
------------------------------------------------------------------------
7010 dpurdie 60
Version:  3.19.5000.cr                              Released: 17-Apr-19 
7009 dpurdie 61
------------------------------------------------------------------------
62
Minor changes:
63
    * New Platform: WCEX86A700_SOM4466
64
      A WINCE 7.0 based toolchain
65
 
7010 dpurdie 66
    * JATS-446 Windows linker options do not support those with a 'space'
67
      Supported for Windows only
68
 
7009 dpurdie 69
------------------------------------------------------------------------
6954 dpurdie 70
Version:  3.19.4000.cr                              Released: 29-Mar-19 
71
------------------------------------------------------------------------
72
Minor changes:
73
    * Internal: Added perl ZIP packages to provide support on
74
                platforms with random versions of Perl that do not
75
                have this support.
76
 
77
------------------------------------------------------------------------
6925 dpurdie 78
Version:  3.19.3000.cr                              Released: 18-Mar-19 
6910 dpurdie 79
------------------------------------------------------------------------
80
Minor changes:
81
    * New utility: rm_query - Execute simple SQL query against the Release
82
      Manager database.
83
 
6925 dpurdie 84
    * Unit Test Post processing of junit results
6922 dpurdie 85
      Remove duplicate test names that result from a unit test that runs 
86
      all other unit tests.
87
 
6925 dpurdie 88
    * CORTEXM3_IAR Toolset
89
      Included changes from David Payne to support C and C++ compilation
90
 
91
    * New platform : MANSIG
92
      Used exclusively to generate Manifest Signatures
93
      Allows a controlled machine to be located within the build system
94
 
6910 dpurdie 95
------------------------------------------------------------------------
6906 dpurdie 96
Version:  3.19.2000.cr                              Released: 28-Feb-19
97
------------------------------------------------------------------------
98
Minor changes:
99
    * GenerateFile
100
      Removed sanity test for misue of the --NoGenerate option
101
 
102
------------------------------------------------------------------------
6898 dpurdie 103
Version:  3.19.1000.cr                              Released: 27-Feb-19
104
------------------------------------------------------------------------
105
Minor changes:
106
    * Unit Test Supported
107
      Enhanced GenerateFiles to allow it to run a Unit Test with support
108
      for post processing so that the results can be included in the build system
6906 dpurdie 109
      Added sanity checks.
6898 dpurdie 110
 
111
Internal:
112
    * Unit Test Support
113
      Removed the 'ant' utf post processing filter
114
      Enhanced the 'junit' utf post processing filter to support 'ant', karma
115
      and gradle output.
116
 
117
    * Added support to remove files and folders during the 'clobber' phase
118
 
119
------------------------------------------------------------------------
6888 dpurdie 120
Version:  3.19.0000.cr                              Released: 19-Feb-19 
6887 dpurdie 121
------------------------------------------------------------------------
122
Minor changes:
123
    * Oracle Interface
124
      Corrected order in which rows are returned
125
 
126
Internal:
127
    * Provide internal indication when a dependent package is from
128
      a sandbox.
129
 
130
    * Add scripted used in the Release Manager Migration process
131
 
132
------------------------------------------------------------------------
6798 dpurdie 133
Version:  3.18.9000.cr                              Released: 10-Dec-18 
134
------------------------------------------------------------------------
135
Minor changes:
136
    * Support for Perl 5.26
137
      Removed '.' from the @INC which affects some searching.
138
      Perl 5.26 is not recommended, but is a part of Ubuntu 18.
139
 
140
    * GCC Toolset
141
      [JATS-445] Improved handling of Unit Tests that have not been
142
      built, but are attempted to run.
143
 
144
    * New Platform - STIBAXIO
145
      The AXIO device from Parkeon as used in STIB.
146
 
147
------------------------------------------------------------------------
6684 dpurdie 148
Version:  3.18.8000.cr                              Released: 28-Aug-18
149
------------------------------------------------------------------------
150
Minor changes:
151
    * Build Files
152
      Added LinkPkgExclude directive
153
 
154
------------------------------------------------------------------------
6653 dpurdie 155
Version:  3.18.7000.cr                              Released: 21-Aug-18 
156
------------------------------------------------------------------------
157
Minor changes:
158
    * Subversion support
159
      The command 'jats svn branch someName' will now create the 'branches'
160
      subdirectory within the Subversion repository if it does not already
161
      exist.
162
 
163
------------------------------------------------------------------------
6628 dpurdie 164
Version:  3.18.6000.cr                              Released: 13-Aug-18
165
------------------------------------------------------------------------
166
Minor changes:
167
    * Unit Test support
168
      Fixed breakage introduced in 3.18.5000.cr 
169
 
170
------------------------------------------------------------------------
6619 dpurdie 171
Version:  3.18.5000.cr                              Released: 07-Aug-18
172
------------------------------------------------------------------------
173
Minor changes:
174
 
175
    * Unit Test support
176
      Added support for 'googletest', via --UtfFormat=gtest
177
 
178
    * Platform: HAMMERHEAD
179
      Correctly marked as having debian packaging support under linux_x64. 
180
 
181
------------------------------------------------------------------------
182
Version:  3.18.4000.cr                              Released: 23-Jul-18
183
------------------------------------------------------------------------
184
Minor changes:
185
 
186
    * JAVA Builds
187
      Fix java version test used when ANT is provided as a dependency.
188
 
189
------------------------------------------------------------------------
190
Version:  3.18.3000.cr                              Released: 23-Jul-18
191
------------------------------------------------------------------------
192
Minor changes:
193
 
194
    * Unit Test support
195
      Added GBE_UTFTEST to Java and Android tools 
196
 
197
------------------------------------------------------------------------
198
Version:  3.18.2000.cr                              Released: 20-Jul-18
199
------------------------------------------------------------------------
200
Minor changes:
201
 
202
    * Unit Test support
203
      Fix UtfFilter_junit.pm so that it will run on all supported architectures
204
 
205
------------------------------------------------------------------------
206
Version:  3.18.1000.cr                              Released: 19-Jul-18
207
------------------------------------------------------------------------
208
Minor changes:
209
    * build command
210
      Added -localcache option to cache packages within the interface
211
      directory. A simple single package caching mechanism.
212
 
213
    * Makefile generation.
214
      Fixed issue where makefile definitions could be created out of order.
215
 
216
    * Unit Test support
217
      Added UTF post processing for junit files as produced by Karma
218
      and possibly other tools.
219
 
220
      Added GBE_UTFTEST. Used by junit processing to support multiple 
221
      test runs in the same build.
222
 
223
------------------------------------------------------------------------
224
Version:  3.18.0000.cr                              Released: 04-Jul-18 
225
------------------------------------------------------------------------
226
Minor changes:
227
    * Build File
228
      Added warnings to build directives that should be removed as they
229
      do nothing and are just noise.
230
 
231
    * Subversion utilities
232
      Extended to handle svn client 1.10 when running against a 1.10 server
233
 
234
    * Utilities: jats_rewrite and jats_upddep now support a '-zero' option
235
      This option will rewrite the build file with version numbers that
236
      are 0.0.0.0000.
237
 
238
------------------------------------------------------------------------
6511 dpurdie 239
Version:  3.17.9000.cr                              Released: 15-May-18
240
------------------------------------------------------------------------
241
Minor changes:
242
    * Restored error in the detection of jats-internal tools within packages 
243
      to allow for badly formed legacy packages.
244
 
6619 dpurdie 245
    * Fix WINCE Entry point calculation
246
 
6511 dpurdie 247
------------------------------------------------------------------------
248
Version:  3.17.8000.cr                              Released: 09-May-18
249
------------------------------------------------------------------------
250
Minor changes:
251
    * Makefile generation
252
      Correct the PATH generated in the set_<PLATFORM>.sh files
253
 
254
------------------------------------------------------------------------
255
Version:  3.17.7000.cr                              Released: 08-May-18
256
------------------------------------------------------------------------
257
Minor changes:
258
    * Available makefile variables
259
      Added $ScmBuildBaseVersion - Contains the version number, without 
260
      the project suffix, patch and build number. Useful in COTS 
261
      packages to provide the non-JATS portion of the 
262
      packages version number.
263
 
264
------------------------------------------------------------------------
6504 dpurdie 265
Version:  3.17.6000.cr                              Released: 08-May-18
266
------------------------------------------------------------------------
267
Internal:
268
    * Extended the detection of jats-internal tools within packages
269
      to allow for toolsets that require a directory structure to be 
270
      maintained (ie: cmake)
271
 
272
------------------------------------------------------------------------
273
Version:  3.17.5000.cr                              Released: 30-Apr-18
274
------------------------------------------------------------------------
275
Minor changes:
276
    * Makefile generation
277
      GenerateFiles - Added --Tool(name) argument
278
      RunTests      - Added --Tool(name) argument
279
 
280
Internal:
281
    * Debug and Verbose functions
282
      Revert to processing array items as one per line if a '++' is 
283
      encountered.
284
 
285
------------------------------------------------------------------------
6469 dpurdie 286
Version:  3.17.4000.cr                              Released: 18-Apr-18 
287
------------------------------------------------------------------------
288
 
289
Minor changes:
290
    * Makefile generation
6504 dpurdie 291
        [JATS-434] - GenerateFiles directive incorrect when 
6469 dpurdie 292
                     prerequisite cannot be found
293
 
294
------------------------------------------------------------------------
6459 dpurdie 295
Version:  3.17.3000.cr                              Released: 18-Apr-18 
296
------------------------------------------------------------------------
297
 
298
Minor changes:
299
    * ANDROID NDK Build Support
300
      Added new platforms: ANDROIDARMV7
301
      This is a part of the ANDROIDNDK alias
302
 
303
------------------------------------------------------------------------
6442 dpurdie 304
Version:  3.17.2000.cr                              Released: 17-Apr-18 
305
------------------------------------------------------------------------
306
 
307
Minor changes:
308
    * WINCE toolchains. Shared Library generation.
309
      The use of --ResourceOnly and -Entry=xxxx are mutually exclusive
310
 
6459 dpurdie 311
    * ANDROID NDK Build Support
6442 dpurdie 312
      Added new platforms: ANDROIDARM64, ANDOROIDMIPS64 and ANDROIDX86_X64
6459 dpurdie 313
      These are a part of the ANDROIDNDK alias
6442 dpurdie 314
 
315
------------------------------------------------------------------------
6423 dpurdie 316
Version:  3.17.1000.cr                              Released: 10-Apr-18
317
------------------------------------------------------------------------
318
 
319
Minor changes:
320
    * VS2015_X64. Added flags to allow the NSIS packager to generate
321
      an installer tagged as X64 instead of WIN32, but default.
322
 
323
    * GenerateFiles directive.
324
      Will display the RecipeTag, if provided, as a hint in backets when 
325
      building the package.
326
 
327
    * Makefile generation
328
      Fixed issues with $(BUILDVERNUM) embedded in rules
329
 
330
Internal:
331
    * Added FileUtils::CatPaths will silently ignore 'undef' arguents
332
      This will simplify creation of optional elements.
333
 
334
------------------------------------------------------------------------
6415 dpurdie 335
Version:  3.17.0000.cr                              Released: 06-Apr-18 
336
------------------------------------------------------------------------
337
 
338
Minor changes:
339
    * GenerateFiles directive.
340
        Added option --RecipeTag=name
341
        Remove 'undef' arguments for the call parameters
342
Internal:
343
    * Added FileUtils::ValidatePath
6423 dpurdie 344
        Centralise the testing of a user-provided path to ensure that
6415 dpurdie 345
        it is within the package being built and is sane.
346
 
347
------------------------------------------------------------------------
6403 dpurdie 348
Version:  3.16.9000.cr                              Released: 04-Apr-18
349
------------------------------------------------------------------------
350
 
351
Minor changes:
352
    * Correct buildfilter calculation on build machines
353
 
354
------------------------------------------------------------------------
6387 dpurdie 355
Version:  3.16.8000.cr                              Released: 27-Mar-18
356
------------------------------------------------------------------------
357
 
358
Minor changes:
359
    * New Directives:
360
        PackageDir  - Packages an entire directory tree
361
            Can be used to package generated components - unlike 
362
            PackageFile with the --DirTree option, which will only package
363
            files present when the makefile is generated.
364
 
365
        InstallDir  - Installs an entire directory tree
366
 
367
    * Makefile directive - RunTest
368
        Added --Dir=(path) option to allow paths to tests to be massaged
369
        as required.
370
 
371
    * Build Alias for LMOS based platforms
372
      Corrected the generation of internal alias for LMOS based platforms
373
      In particular PKG_DEB.
374
 
375
Internal:
376
    * Makefile generation. 
377
        Sped up directory searching over large number of items. 
378
        UniquePush is slow for large items.
379
 
380
    * Add helper routine to assist in creation of plugins
381
        AddToSrc() - Like Src, but will only process one file if not already known
382
 
383
    * Src directive. Add --IgnoreDup option. Suppress warnings on duplicate adds
384
 
385
    * Extended 'jats_runtime' to support PackageDir
386
 
387
------------------------------------------------------------------------
6353 dpurdie 388
Version:  3.16.7000.cr                              Released: 15-Feb-18
389
------------------------------------------------------------------------
390
 
391
Minor changes:
392
    * Directive: MakeProject and the ANDROID platform
393
      Enhanced to allow the the population of the build environment
394
      to work in production or debug Only modes - as well as the normal
395
      production and debug mode.
396
 
397
    * Subversion interface
398
      Detect newer credentials error messages and provide suitable prompt
399
 
400
Internal:
6387 dpurdie 401
    * Removed some files that are now a part of the Release Note 
402
      generation package.
6353 dpurdie 403
 
404
------------------------------------------------------------------------
6294 dpurdie 405
Version:  3.16.6000.cr                              Released: 18-Jan-18
6281 dpurdie 406
------------------------------------------------------------------------
407
 
408
Minor changes:
6294 dpurdie 409
    * Fixed build target LMOS_LINUX_I386
410
      It is meaningless, but is needed for historical builds
6285 dpurdie 411
 
6294 dpurdie 412
    * Toolset: GCC
413
      Correctly tagged the 'dbg' files such that will not be packaged
414
      when packages with the option of '--Extras=none'
415
 
416
    * Makefile generation. DPACKAGE processing
417
      Generated sorted entries so that the file is the same on all machines
418
 
6285 dpurdie 419
------------------------------------------------------------------------
6294 dpurdie 420
Version:  3.16.5000.cr                              Released: 15-Jan-18
6285 dpurdie 421
------------------------------------------------------------------------
422
 
423
Minor changes:
6294 dpurdie 424
    * WINCE Platform tweaks
425
      Prog directive: Added --Stack=0x10000,0x1000
426
      SharedLib directive: Set default entry point to _DllMainCRTStartup
427
 
428
    * Platform: WCE6ARMV4I
429
      Removed from the WINCE alias
430
      Added to the WINCE6 alias
431
 
432
------------------------------------------------------------------------
433
Version:  3.16.4000.cr                              Released: 10-Jan-18
434
------------------------------------------------------------------------
435
 
436
Minor changes:
437
    * New Platform: WCE6ARMV4I
438
      A generic Windows Embedded 6.0 platform
439
      Used under VS2008
440
 
441
    * MakeAnt directive. New option: --AllPackages.
442
      This will cause JATS to pass to the ANT build definitions to all
443
      the dependent packages, not just those specified with a 
444
      LinkPkgArchive.
445
 
6281 dpurdie 446
    * Utility: create_dpkg
447
      Added compatibility for noBuild with Ant Builds
448
 
449
------------------------------------------------------------------------
6277 dpurdie 450
Version:  3.16.3000.cr                              Released: 2-Jan-2018 
451
------------------------------------------------------------------------
452
 
453
Minor changes:
454
    * Utility: jats_generate_deployable
455
        Removed
456
 
457
    * Utility: create_dpkg
458
        Will warn on symlinks with absolute path references
459
        Will warn on symlinks that escape the package
460
        Will warn on broken symlinks
461
        Will not transfer bad links
462
 
463
    * MOS68K and MOSCF Toolsets
464
        Added support to build MOS with JATS
465
        Added Compiler directive: BuildMosOs
466
        Auto detect correct glob.lib file to be used
467
 
468
------------------------------------------------------------------------
469
Version:  3.16.2000.cr                              Released: 20-Nov-17 
470
------------------------------------------------------------------------
471
 
472
Minor changes:
473
    * Reinstated TOOLS\jats_generate_deployable.pl
474
 
475
    * Subversion Repository location
476
      The correct paths to the various SubVersion repositories is:
477
        GBE_SVN_URL_AUPERASVN01: https://auawsasvn001.vix.local/svn
478
        GBE_SVN_URL_FRBESASVN01: http://frbesasvn01.frbesa.erggroup.com/svn
479
      Windows users may need to update there jats.bat file.
480
      These are Fully Qualified Domain Names.    
481
 
482
------------------------------------------------------------------------
483
Version:  3.16.1000.cr                              Released: 17-Nov-17
484
------------------------------------------------------------------------
485
 
486
Minor changes:
487
    * Makefile creating
488
      Fixed issue locating tools in packages and the failure to extend
489
      PERLs search path to locate some extensions - ie in the utf package.
490
 
491
    * BuildArgument directive
492
      Delay processing the arguments so that aliases may work as expected.
493
 
494
   * jUnit Test Prost Process
495
     Support the <skipped /> tag correctly
496
 
497
------------------------------------------------------------------------
498
Version:  3.16.0000.cr                              Released: 02-Nov-17
499
------------------------------------------------------------------------
500
 
501
Minor changes:
502
    * Fix issue with empty GBE_BUILDFILTER and user defined GBE_PLATFORM
503
 
504
    * Deprecated use of SOLARIS under Solaris8
505
      Must use SOLARIS8_SPARC32
506
 
507
    * Sandbox
508
      Detect, report and ignore nested sandboxes
509
      Added --OnlyLevel=n option to facilitate escrow builds.
510
 
511
    * Escrow Builds
512
      Added GBE_DPKG_ESCROW to greatly simplify the process of escrow
513
      building by allowing an escrow to be performed within a jats
514
      sandbox. Unfortunately the sandbox does not support the old 
515
      JANTS style packages that many older projects use.
516
 
517
    * RHEL7, UBUNTU14 and UBUNTU16 builds
518
      Use '-std=gnu++11' for building c++ files.
519
 
520
    * Makefile generation
521
      Fix issues with the '--FromPackage' option when working against the secured
522
      dpkg_archive.
523
 
524
    * Extraction from subversion
525
      Relaxed the check for a 'tags' subdirectory with a package.
526
 
527
    * Directive: InstallHdr and PackageHdr
528
      Added --Strip=nn option to strip the first 'n' elements from the path.
529
 
530
Internal:
531
    * Major rework of the build target processing
532
      Simplified the creation of platform morphs
533
      Better detection of platforms not covered in the build
534
      Extended some displays form 79 character to 100.
535
 
536
------------------------------------------------------------------------
537
Version:  3.15.1000.cr                              Released: 19-Oct-17
538
------------------------------------------------------------------------
539
 
540
Minor changes:
541
    * Utility: jats_generate_deployable
542
      Tweaks to support non-standard debian packages provided by Oracle.
543
 
544
------------------------------------------------------------------------
545
Version:  3.15.0000.cr                              Released: 02-Oct-17
546
------------------------------------------------------------------------
547
 
548
Minor changes:
549
    * Platforms GENRIC_<MACHTYPE>
550
      Corrected generation of makefiles - 2nd attempt
551
 
552
    * Utility: jats_generate_deployable
553
      Added RHEL7 support
554
 
555
------------------------------------------------------------------------
556
Version:  3.14.9000.cr                              Released: 27-Sep-17
557
------------------------------------------------------------------------
558
 
559
Minor changes:
560
    * Platforms GENRIC_<MACHTYPE>
561
      Corrected generation of makefiles.
562
 
563
------------------------------------------------------------------------
6198 dpurdie 564
Version:  3.14.8000.cr                              Released: 26-Sep-17
565
------------------------------------------------------------------------
566
 
567
Minor changes:
568
    * Makefile generation: 
569
        [JATS-425] WCEPSPC_emu not seen as a part of the WINCE alias
570
        Affects all platforms with lowercase characters in the platform 
571
        name.
572
 
573
------------------------------------------------------------------------
574
Version:  3.14.7000.cr                              Released: 15-Sep-17 
575
------------------------------------------------------------------------
576
 
577
Minor changes:
578
    * Utility: sandbox
579
      Fixed issues with the 'buildfilter' command. The data is stored in the 
580
      sandbox_dpkg_archive subdirectory.
581
 
582
      Added options to:
583
         - Display path to build file
584
         - Handle packages with multiple builders
585
 
586
    * Templates
587
      Fixed some poor examples
588
 
589
    * New platform: SK100 (Experimental)
590
      Added an alias for the SK family of platforms.
591
      Includes special handling of Linker Scripts
592
 
593
    * Utility: jats_generate_deployable
594
      Added option to generate symlinks to packages instead of transferring
595
      the body of the package. 
596
 
597
Internal changes:
598
    * Error directive support message prefix to simplify error processing.
599
 
600
------------------------------------------------------------------------
6192 dpurdie 601
Version:  3.14.6000.cr                              Released: 04-Sep-17
602
------------------------------------------------------------------------
603
 
604
Minor changes:
605
    * Utility: jats_generate_deployable
606
      Support for RPM cots packages.
607
 
608
    * Utility: sandbox
609
      Add command: scandepth - to display/set the default scan depth for build files
610
 
611
      Added options to the 'info' command:
612
        -[no]dependencies   - Display external dependencies (default)
613
        -[no]buildorder     - Display build order (default)
614
 
615
------------------------------------------------------------------------
616
Version:  3.14.5000.cr                              Released:16-Aug-17 
617
------------------------------------------------------------------------
618
 
619
Minor changes:
620
    * Utility: jats_generate_deployable
621
      Added support to allow the inclusion of the uigen-pulse package
622
      Changes to the 'alas' name generation process
623
 
624
    * Build Directives: BuildPlatforms and BuildProducts
625
        The --Uses=XXX and --Alias=XXX options support a comma and a colon 
626
        separated list. The colon seperated list will aviod parsing 
627
        confusion.
628
 
629
        The following all have the same effect:
630
            BuildPlatforms ('P1', '--Uses=P2:P3' );
631
            BuildPlatforms ('P1', '--Uses=P2,P3' );
632
            BuildPlatforms ('P1,--Uses=P2:P3' );
633
            BuildPlatforms ('P1','--Uses=P2', '--Uses=P3' );
634
 
635
       The folling will not:
636
            BuildPlatforms ('P1,--Uses=P2,P3' );
637
 
638
    * Utility: sandbox
639
      Add 'testlinks' command to test, and optionally delete, the package
640
      symlinks.
641
 
642
------------------------------------------------------------------------
6177 dpurdie 643
Version:  3.14.4000.cr                              Released: 07-Aug-17 
6142 dpurdie 644
------------------------------------------------------------------------
645
 
646
Minor changes:
6177 dpurdie 647
    * Utility: jat_svnrelease [JATS-424]
648
      Handle obscure condition where the tag has been created directly from
649
      a merge and the merge involved the deletion of files from the fileset.
650
 
651
    * Buildfiles.
652
      Restored VS2005 to the MSWIN32 alias
653
 
654
------------------------------------------------------------------------
655
Version:  3.14.3000.cr                              Released: 02-Aug-17 
656
------------------------------------------------------------------------
657
 
658
Minor changes:
659
    * Utility: jats_generate_deployable
660
      Can create .bomGen file from scratch
661
      Improved reporting of files add, removed and updated
662
 
663
    * Makefile generation
664
      Correctly export 'PACKAGE_ARCH' as a global
665
 
666
------------------------------------------------------------------------
667
Version:  3.14.2000.cr                              Released: 04-Jul-17 
668
------------------------------------------------------------------------
669
 
670
Minor changes:
671
    * Platform: RHEL7_INSTRUMENT
672
      Marked as a NATIVE build.
673
 
674
    * Platforms: LMOS_*
675
      Inherit system aliases from base platform configuration.
676
 
677
------------------------------------------------------------------------
678
Version:  3.14.1000.cr                              Released: 03-Jul-17 
679
------------------------------------------------------------------------
680
 
681
Minor changes:
682
    * Updated copyright notices in all files
683
 
684
    * jats_extract
685
      Will no longer create a 'local_dpkg_archive'
686
      The use of a 'local_dpkg_archive' is deprecated in favor of the jats 
687
      'sandbox', which does a much better job.
688
 
689
    * Utility: jats_generate_deployable
690
        Windows: Fixed compilation error
691
 
692
    * Platform: RHEL7_INSTRUMENT
693
      Added missing configuration file
694
 
695
------------------------------------------------------------------------
696
Version:  3.14.0000.cr                              Released: 23-Jun-17
697
------------------------------------------------------------------------
698
 
699
Minor changes:
700
    * JAVA Platform [JATS-420]
701
      The java builder can use an 'ant' provided by a suitable package
702
      ie: ant_1.9.2.0000.cots
703
 
704
------------------------------------------------------------------------
705
Version:  3.13.9000.cr                              Released: 22-Jun-17 
706
------------------------------------------------------------------------
707
 
708
Minor changes:
709
    * Corrected use of shell 'echo' command
710
        Always quote the string
711
        Issue was the unquoted use of a string that contained matching square brackets
712
            ie: echo [$<] Compiling..
713
        The [..] construct is a filename expanding construct.
714
 
715
     * Win32 and Win64 makefile generation
716
       Allow the 'cmdfile' commands to be shown in verbose mode.
717
 
718
     * Makefile generation
719
       Fixed issue with some build formats and a bug in cmdfile when no path item
720
       has a directory separator.
721
 
722
------------------------------------------------------------------------
723
Version:  3.13.8000.cr                              Released: 16-Jun-17  
724
------------------------------------------------------------------------
725
 
726
Minor changes:
727
    * Makefiles: New Directive: ExtendIncDir
728
        ExtendIncDir ('*', 'private' );
729
      Specialised use only. See MASS-00166
730
 
731
    * Utility: jats_svnrelease
732
      The 'extractFiles' option will display the files extracted when 
733
      running on a build machine.
734
 
735
    * Windows builds
736
      [JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
737
      Use same value for _MSPDBSRV_ENDPOINT_ in all makefiles
738
 
739
 
740
------------------------------------------------------------------------
741
Version:  3.13.7000.cr                              Released: 13-Jun-17 
742
------------------------------------------------------------------------
743
 
744
Minor changes:
745
    * Utility: jats
746
        Added option -script. Supresses internal warnings when capturing
747
        output within a scripting environment.
748
 
749
    * Utility: sandbox
750
      Allow the build.pl file to be upto 4 directories deep
751
        Slows down sandbox scanning
752
        Provides backward compatability with old projects
753
 
754
    * Makefile directive: MakePerl
755
        Added option to control the output format to better support multiple
756
        build machines.
757
 
758
    * Build File
759
      Fixed handling of aliases that broke the (not recommended) construct
6142 dpurdie 760
        BuildProduct ( 'CSHARP2010', 'WIN32,--Version=MS.NET2010' );
761
 
6177 dpurdie 762
    * Windows builds
763
      [JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
764
 
765
Experimental:
766
    * New platform: RHEL7_INSTRUMENT and RHEL7
767
        Supported on RHEL7 and Centos with a MACHTYPE of linux_el7_x64
768
 
769
    * Makefiles. New aliases
770
        PKG_DEB, PKG_RPM and PKG_WIN
771
        Internal use only at the moment
772
 
6142 dpurdie 773
------------------------------------------------------------------------
6133 dpurdie 774
Version:  3.13.6000.cr                              Released: 04-May-17
6085 dpurdie 775
------------------------------------------------------------------------
776
 
777
Minor changes:
6133 dpurdie 778
    * Makefile directive: PackageFiles
779
      Added option: --PreserveSymlinks. 
780
        Used internally for preserving symlinks when building SDKs
781
 
782
    * Utility: jats_generate_deployable
783
      Ongoing improvements.
784
 
785
Internal:
786
    Class: JatsCopy::CopyDir
787
        Added options
788
            NoRecurse
789
            NoSubDirList
790
 
791
------------------------------------------------------------------------
792
Version:  3.13.5000.cr                              Released: 13-Apr-17
793
------------------------------------------------------------------------
794
 
795
Minor changes:
796
    * Makefiles: Enhanced platform specifier
797
      Allows mixed use of included and excluded platform names.
798
        ie: Src ('DEVLINUX,!UBUNUT12', .... )
799
 
800
    * New Utilities: jats_generate_deployable, jats_generate_bom
801
      Experimental utilities for generation of BOMS
802
 
803
------------------------------------------------------------------------
804
Version:  3.13.4000.cr                              Released: 31-Mar-17 
805
------------------------------------------------------------------------
806
 
807
Minor changes:
808
    * Build Files. BuildSrcArchive
809
      Exclude .svn sub directories.
810
 
811
    * Utility: jats_sandbox
812
      Improved behaviour of packages that do not build with the current
813
      build filters. They will be silently skipped and not create 
814
      build errors.
815
 
816
    * Build Files - New alias : INSTRUMENT
817
      This is an alias for active instrumented build targets
818
 
819
    * Build Files - New directive : BuildAliasDef
820
      Shorthand for
821
        BuildAlias ('xxx,--Define', ... );
822
      This is the preferred method for defining aliases
823
 
824
    * Build Files - BuildAlias directive
825
      The build alias has been extended to support the use of a '!' operator
826
      This allows one, or more platforms to be removed from a definition.
827
      Examples: 
828
        BuildAlias( 'A1,--Define', 'DEVLINUX,!ARM9TDMI');
829
        BuildAliasDef ('A1', 'DEVLINUX,!ARM9TDMI'); 
830
            All platforms covered by the DEVLINUX alias, except ARM9TDMI
831
 
832
        BuildAlias( 'A2,--Define', '!ARM9TDMI');
833
        BuildAliasDef( 'A2', '!ARM9TDMI');
834
            All active platforms, except the ARM9TDMI.
835
 
836
    * Platforms: GENERIC_XXX
837
      Improved operation of machType based generic platforms when used within the
838
      build system.
839
 
840
Experimental:
841
    * Support for Red Hat Enterprise Linux 7
842
      Compiler is supported via the new platform RHEL7
843
      Jats support is provided via a machine type of linux_x64.
6177 dpurdie 844
      This will change 
6133 dpurdie 845
 
846
------------------------------------------------------------------------
847
Version:  3.13.3000.cr                              Released: 13-Mar-17
848
------------------------------------------------------------------------
849
 
850
Minor changes:
851
    * Build Files. BuildSrcArchive
852
      Added a 'platform' argument. It is only used on build machines to
853
      prevent the archive being build on multiple machines.
854
 
855
------------------------------------------------------------------------
856
Version:  3.13.1000.cr                              Released: 01-Mar-17 
857
------------------------------------------------------------------------
858
 
859
Minor changes:
860
    * Directive: MakePerlModule
861
      Fixed build issues associated with building Perl Modules under VS2012.
862
      Minor differences in the operation of nmake.
863
 
864
    * Build Files
865
      Handle build.pl files with out a BuildInterface directive
866
      Will force an interface directory called 'interface'
867
 
868
      Modified parsing of the BuildName to handle some instances of
869
      incorrect use of the '--RelaxedVersion' option.
870
 
871
      Note: This option is to be deprecated. Do not use it.
872
            Jats will handle '.cots' packages correctly by itself.
873
 
874
   * New Platforms: GENERIC_XXX
875
     A collection of platforms (Alias of GENERICS) that provide an architecture 
876
     specific  build target. The name of the target is created by joining the
877
     keyword GENERIC_ with the Jats Machine Type. 
878
        ie: GENERIC_WIN32, GENERIC_LINUX_I386, GENERIC_LINUX_X64
879
 
880
     These targets cannot be mixed with non-generic targets (on the same machine), nor the GENERIC
881
     build target. It is possible to mix GENERIC_WIN32 with UBUNTU16 as they appear on
882
     different architectures.
883
 
884
     The targets function is in a similar manner to the GENERIC build target, but
885
     are directed to one or more machines.
886
 
887
     Intended uses:
888
        Windows: Creating installers. 
889
                 The NSIS builder does not require a compiler toolchain.
890
 
891
       All: Specialized packaging.
892
 
893
    * Makefiles
894
      New option in the platform specifier. --Alias=alias1[:alias2]*
895
      Allows the directive to be true if the current build has the specified alias.
896
      Eg:
897
        PackageFile ('--Alias=TOOLSET',DEVLINUX', ...)
898
      Will package the file(s) if the current build is for a platform that is
899
      a part of the TOOLSET alias AND is also member of the DEVLINUX alias.
900
      It could also have been written as:
901
        PackageFile ('--Alias=TOOLSET',--Alias=DEVLINUX', ...)
902
      but NOT as:
903
        PackageFile ('--Alias=TOOLSET:DEVLINUX', ...)
904
        PackageFile ('TOOLSET,DEVLINUX', ...)
905
            as these will be true if current platform is a TOOLSET or DEVLINUX
906
 
907
    * Utility: sandbox
908
      Subcommand info 
909
        - Added option to test fingerprints
910
        - Display status in a column for easy reading
911
 
912
------------------------------------------------------------------------
913
Version:  3.13.0000.cr                              Released: 20-Feb-17
914
------------------------------------------------------------------------
915
 
916
Minor changes:
917
    * New build.pl directive BuilToolset.
918
      This directive will enable the generation of the TOOLSET alias.
919
      Provides a sanity test to ensure that tools can be built.
920
      Includes options to limit use to specific architectures
921
 
922
    * Support for building many of the platforms on a linux_x64 based machine
923
      Previously many of the compiler were limited to the Ubuntu12 machines.
924
      These can now be built on an Ubuntu16 based machine.
925
 
926
    * GenerateFiles directive
927
      Added --Var(Toolset) and --Var(Native).
928
 
929
    * Utility: sandbox
930
      Added a 'fingerprint' command to manipulate packages fingerprints.
931
 
932
      Sped up the location of build files. The results are cached and 
933
      recalulated if the user adds or removes packages from the sandbox.
934
 
935
Internal changes:
936
    * Centralizing build platform information.
937
 
938
------------------------------------------------------------------------
939
Version:  3.12.9000.cr                              Released: 10-Feb-17 
940
------------------------------------------------------------------------
941
 
942
Minor changes:
943
    * Build File. BuildExclude directive
944
      Added special platform of 'INSTRUMENT'. This will exclude 
945
      all Instrumented builds.
946
 
947
    * 64 Bit Linux Build Machines
948
      Allowed Java to be built on such machine - if it is installed.
949
 
950
    * Build Alias - TOOLSET
951
      Changed the manor in which the alias is calculated.
952
      On a build machine it will use the BUILDFILTER to determine which 
953
      machine may build the toolset.
954
 
955
      On a developers machine it will use the first suitable available 
956
      platform.
957
 
958
------------------------------------------------------------------------
959
Version:  3.12.8000.cr                              Released: 07-Feb-17
960
------------------------------------------------------------------------
961
 
962
Minor changes:
963
    * Utility: sandbox
964
      Changed method of accessing SHA1 routines to allow compatibility
965
      with older versions of Perl.
966
 
967
------------------------------------------------------------------------
968
Version:  3.12.7000.cr                              Released: 07-Feb-17
969
------------------------------------------------------------------------
970
 
971
Minor changes:
972
    * Build Processing
973
      Removed processing of CVS change log and associated command line options
974
      It is not used.
975
 
976
      Tweaks to the calculation of the TOOLSET alias to allow it to work when
977
      the build system is split across multiple machines.
978
 
979
    * Utility: escrow
980
      Added -skim option
981
 
982
    * Utility: sandbox
983
      Many improvements:
984
        Can be invoked in a subdirectory and will only build packages required
985
        by the package that contains the current subdirectory.
986
 
987
        Package build order is alphabetic, within each build level.
988
 
989
        Added '-keepgoing' option to several commands to allow processing even
990
        if an error is detected.
991
 
992
        Generate a package fingerprint and use it to determine if a package
993
        needs to be rebuilt at all.
994
 
995
        Added 'skip' and 'unskip' commands to allow a package to be marked to be
996
        skipped during the build.
997
 
998
        The 'info' subcommand indicates which packages have been built.
999
 
1000
------------------------------------------------------------------------
1001
Version:  3.12.6000.cr                              Released: 06-Feb-17
1002
------------------------------------------------------------------------
1003
 
1004
Minor changes:
1005
    * New build Alias - TOOLSET
1006
      TOOLSET is, at most, one platform in the current build, which build 
1007
      artifacts that can be expected to run on the build machine.
1008
 
1009
      The TOOLSET alias has been created to simplify the support
1010
      for building and packaging of JATS-internal utilities.
1011
 
1012
------------------------------------------------------------------------
1013
Version:  3.12.5000.cr                              Released: 30-Jan-17
1014
------------------------------------------------------------------------
1015
 
1016
Minor changes:
1017
    * JATS Wrapper
1018
      Changes to the package location library to allow JATS to locate
1019
      build files in very deep directory trees. Windows path limits
1020
      were causing some issues.
1021
 
1022
------------------------------------------------------------------------
1023
Version:  3.12.4000.cr                              Released: 25-Jan-17
1024
------------------------------------------------------------------------
1025
 
1026
Minor changes:
1027
    * VS2015, VS2015_X64 and CSHARP2015 builds
1028
      Minor tweaks to the configuration and detection of the installed compiler
1029
 
1030
------------------------------------------------------------------------
1031
Version:  3.12.3000.cr                              Released: 24-Jan-17
1032
------------------------------------------------------------------------
1033
 
1034
Minor changes:
1035
    * New JATS Platforms: VS2015, VS2015_X64 and CSHARP2015
1036
 
1037
Internal:
1038
    * Support to extract build aliases from the build metadata.
1039
 
1040
------------------------------------------------------------------------
1041
Version:  3.12.2000.cr                              Released: 11-Jan-17
1042
------------------------------------------------------------------------
1043
 
1044
Minor changes:
1045
    * JATS Build
1046
      Removed warning about duplicate function definition
1047
 
1048
------------------------------------------------------------------------
1049
Version:  3.12.1000.cr                              Released: 10-Jan-17
1050
------------------------------------------------------------------------
1051
 
1052
Minor changes:
1053
    * New Platforms: UBUNTU16 and UBUNTU16_INSTRUMENT
1054
      Uses gcc 5.4.0
1055
      For packages to be deployed under Ubuntu16 LTS
1056
 
6085 dpurdie 1057
    * Utility: vcsdiff
1058
      Added option to allow users to extend the 'diff' command line
1059
      Requires knowledge of the underliying diff utility being used
1060
      on the particular platform.
1061
 
1062
------------------------------------------------------------------------
6079 dpurdie 1063
Version:  3.12.0000.cr                              Released: 16-Nov-16
1064
------------------------------------------------------------------------
1065
 
1066
Minor changes:
1067
    * Build Alias
1068
      Removed 'LINUX_I386' from the 'LINUX' alias
1069
      LINUX_I386 should only be used to build JATS tools.
1070
 
1071
------------------------------------------------------------------------
6073 dpurdie 1072
Version:  3.11.9000.cr                              Released: 11-Nov-16
1073
------------------------------------------------------------------------
6065 dpurdie 1074
 
6073 dpurdie 1075
Minor changes:
1076
    * Packaging directives
1077
      Corrected escaping of ${GBE_TYPE} as well as the preferred $(GBE_TYPE)
1078
      as seen in some Java-centric packages.
1079
 
1080
    * BuildPkgArchive directive
1081
      [JATS-411] Detect when the the users build filter has been modified
1082
      pick up new build artifacts.
1083
 
4362 dpurdie 1084
------------------------------------------------------------------------
6065 dpurdie 1085
Version:  3.11.8000.cr                              Released: 08-Nov-16 
1086
------------------------------------------------------------------------
1087
 
1088
Minor changes:
1089
    * jats.bat and related example config files
1090
      Added GBE_SVN_URL_AUPERASVN02 to support the new Repo Server
1091
 
1092
    * MergeLibrary directive
1093
      Corrected escaping of $(OBJDIR).
1094
 
1095
------------------------------------------------------------------------
5999 dpurdie 1096
Version:  3.11.7000.cr                              Released: 23-Sep-16
1097
------------------------------------------------------------------------
1098
 
1099
Minor changes:
1100
    * Makefile Package and Install directives
1101
      Addressed [JATS-405] - PackageFile does not handle files with a colon 
1102
                             in the name
1103
      Prevent colon escaping on Windows machines as it doesn't work and
1104
      interferes with sme valid file names.
1105
 
1106
------------------------------------------------------------------------
5995 dpurdie 1107
Version:  3.11.6000.cr                              Released: 23-Sep-16
1108
------------------------------------------------------------------------
1109
 
1110
Minor changes:
5999 dpurdie 1111
    * [JATS-406] Dependency generation fails when building linux_drivers_viper
5995 dpurdie 1112
      Fixed an issue in JATS' mkdepend utility. Detect attempts to divide 
1113
      and mod by zero and generate an error and not a program fault.
1114
 
1115
------------------------------------------------------------------------
1116
Version:  3.11.5000.cr                              Released: 22-Sep-16
1117
------------------------------------------------------------------------
1118
 
1119
Minor changes:
1120
    * Makefile Package and Install directives
1121
      Addressed [JATS-405] - PackageFile does not handle files with a colon 
1122
                             in the name
1123
      Centralized handling of filename escaping.
1124
 
1125
      Note: The 'colon' character is not supported under Windows. This is a
1126
      limitation of Windows, not JATS. The use of a colon in a file name is
1127
      strongly discouraged. Such files can only be manipulated under Unix.
1128
 
1129
    * Make operations uninstall, unpackage and clobber
1130
      Improved the deletion of files such that only files that exist will 
1131
      be logged as deleted.
1132
 
1133
------------------------------------------------------------------------
5987 dpurdie 1134
Version:  3.11.4000.cr                              Released: 21-Sep-16
1135
------------------------------------------------------------------------
1136
 
1137
Minor changes:
1138
    * RunTest directive. Windows Only
1139
      [JATS-404] RunTest under Windows does not handle paths correctly
1140
 
1141
------------------------------------------------------------------------
5970 dpurdie 1142
Version:  3.11.3000.cr                              Released: 29-Aug-16
1143
------------------------------------------------------------------------
1144
 
1145
Minor changes:
1146
    * Platform: VS2010 and VS2012
1147
      [JATS-176] Generate Visual Studio Property Sheet to simplify use within JATS
1148
      Add build directive 'BuildPropertyPages' - See MASS-00166
1149
 
1150
------------------------------------------------------------------------
5941 dpurdie 1151
Version:  3.11.2000.cr                              Released: 04-Aug-16
1152
------------------------------------------------------------------------
1153
 
1154
Minor changes:
1155
    * Utility: timeout - All supported Unix platforms
1156
      Addressed [JATS-396] - timeout utility can hang - Unix 
1157
 
1158
------------------------------------------------------------------------
5935 dpurdie 1159
Version:  3.11.1000.cr                              Released: 03-Aug-16
1160
------------------------------------------------------------------------
1161
 
1162
Minor changes:
1163
    * Utility: timeout (linux)
1164
      Addressed [JATS-396] - timeout utility can hang - linux
1165
 
1166
------------------------------------------------------------------------
5910 dpurdie 1167
Version:  3.11.0000.cr                              Released: 27-Jul-16
5909 dpurdie 1168
------------------------------------------------------------------------
1169
 
1170
Minor changes:
1171
    * Configuration
1172
      Changed templates and scripts to reflect the new location of the
1173
      Release Manager database. Correct configuration is:
5914 dpurdie 1174
        GBE_RM_LOCATION=jdbc:oracle:thin:@auawsards001.vix.local:1521:RELEASEM
5909 dpurdie 1175
 
1176
    * Release Manager Database interface
1177
      Improved performance of tools that access the Release Manager database.
1178
 
1179
    * Utility: test_rmconnection
5914 dpurdie 1180
      Added options to allow separate testing of the Database and the Webserver.
5909 dpurdie 1181
 
1182
------------------------------------------------------------------------
5885 dpurdie 1183
Version:  3.10.14000.cr                              Released: 12-Jul-16
5882 dpurdie 1184
------------------------------------------------------------------------
1185
 
1186
Minor changes:
1187
    * Jats Build
1188
      [JATS-266] jats install and package - does not preserve symbolic links
5885 dpurdie 1189
      Shared libraries, under Unix, are created with one or two symlinks to 
5882 dpurdie 1190
      the library: link and soname.
1191
      When the shared library is Installed or Packaged the symlink was not 
1192
      preserved resulting in a much larger package that really required.
1193
 
1194
      Shared library symlinks are marked and are now copied so as to 
1195
      preserve the symlink.
1196
 
5884 dpurdie 1197
    * Jats make - Instrumented builds
1198
      [JATS-350] GCOV creates files in uncontrolled locations within the build system
1199
      The files generated by gcov are now contained within the package
5882 dpurdie 1200
 
5884 dpurdie 1201
      [JATS-395] GCOV does not work for all build topologies
1202
      Improved the extraction of gcov information to allow for all 
1203
      build topologies.
1204
 
1205
      Reduced the output when running the code coverage tools
5885 dpurdie 1206
      The can be re-enabled by adding an 'options=args' to the make 
5884 dpurdie 1207
      command.
1208
 
1209
      Simplified the processing of the coverage data.
1210
 
1211
 
5882 dpurdie 1212
------------------------------------------------------------------------
5878 dpurdie 1213
Version:  3.10.13000.cr                              Released: 08-Jul-16
5872 dpurdie 1214
------------------------------------------------------------------------
1215
 
1216
Minor changes:
1217
    * Jats Installation
1218
      Improved post install script to hook into build system automated 
1219
      deployment.
1220
 
5878 dpurdie 1221
    * Build Generation
1222
      [JATS-374] Units tests can't run if soname libraries are not present
1223
        Generate sonames to the shared libraries present in dependent packages
1224
        Extend the library search path to include this sonames.
1225
 
1226
    * Makefile directive GenerateFiles
1227
      Corrected error introduced in 3.10.12000.cr 
1228
 
5872 dpurdie 1229
------------------------------------------------------------------------
5868 dpurdie 1230
Version:  3.10.12000.cr                              Released: 07-Jul-16
5859 dpurdie 1231
------------------------------------------------------------------------
1232
 
1233
Minor changes:
1234
    * Improved use of cppcheck - Static code analysis (Adrien Oliva)
1235
        Enable all possible check
1236
        Force analysis of all pre-processor branch
1237
        Remove false positive
1238
            Missing include, unused function and unmatched suppression
1239
        Configure cppcheck to ignore files provided by the compiler
5867 dpurdie 1240
            We do not want to analyze compiler
5859 dpurdie 1241
        Fix variable name
1242
 
5862 dpurdie 1243
    * GCC Toolchain
1244
      Improved header file dependency generation through correct calculation
1245
      of the compiler header file search paths.
5859 dpurdie 1246
 
5862 dpurdie 1247
    * IAR Toolchain
1248
      Corrected the generation of the Program Loader
5859 dpurdie 1249
 
5862 dpurdie 1250
    * Internal Utility: cache_dpkg
1251
      Improved handling (under windows) of files with the same name but
1252
      different case. Generate a clear warning message.
1253
 
5868 dpurdie 1254
    * Makefile directive GenerateFiles [JATS-178]
1255
      Attempting to generate a file that is also marked as a source file is
5867 dpurdie 1256
      now an error.
1257
 
5859 dpurdie 1258
------------------------------------------------------------------------
5868 dpurdie 1259
Version:  3.10.11000.cr                              Released: 01-Jul-16
5848 dpurdie 1260
------------------------------------------------------------------------
1261
 
1262
Minor changes:
5859 dpurdie 1263
    * Jats internal utility 'timeout'
1264
      Improved stability under Server 2013
1265
      Reinstated use of 'timeout' in unit tests running under Windows.
5848 dpurdie 1266
 
5859 dpurdie 1267
    * Utility: jats -buildfiter=xxx
1268
      Corrected the operation of the -buildfilter=xxx option when used 
1269
      within a sandbox.
5848 dpurdie 1270
 
1271
------------------------------------------------------------------------
5868 dpurdie 1272
Version:  3.10.10000.cr                              Released: 28-Jun-16 
5818 dpurdie 1273
------------------------------------------------------------------------
1274
 
1275
Minor changes:
5859 dpurdie 1276
    * Platform: CORTEXM3_ARM
1277
      Corrected the generation of the Program Loader
5830 dpurdie 1278
 
5859 dpurdie 1279
    * UBUNUTU12C11_INSTRUMENT and UBUNUTU12_INSTRUMENT platforms
1280
      lcov includes branch coverage
1281
 
1282
    * All _INSTRUMENT targets
1283
      Limit coverage to file within the package
1284
      Now excludes all external libraries
5818 dpurdie 1285
 
5859 dpurdie 1286
      The 'make clean' operation will remove intermediate files generated 
1287
      by the coverage.
5818 dpurdie 1288
 
1289
    * Unit Tests
5859 dpurdie 1290
      'make clean' now removes temp 'rc' file generated while running the test
5818 dpurdie 1291
 
5859 dpurdie 1292
    * Internal Utility: cache_dpkg
1293
      [JATS-388] Package caching does not support multiple instances updating 
1294
      the same version
5818 dpurdie 1295
 
5859 dpurdie 1296
    * Internal Utility: cache_dpkg
1297
      assemble_dpkg - purge stale package fragments from the package fragment 
1298
      assembly area.
5828 dpurdie 1299
 
5859 dpurdie 1300
    * Sandbox
1301
      [JATS-389] Sandbox does not support packages that use deployment
1302
      directives.
5819 dpurdie 1303
 
5818 dpurdie 1304
------------------------------------------------------------------------
5796 dpurdie 1305
Version:  3.10.9000.cr                               Released: 14-Jun-16 
5792 dpurdie 1306
------------------------------------------------------------------------
1307
 
1308
Minor changes:
5859 dpurdie 1309
    * [JATS-372] Long pathnames kill metrics gathering
1310
      See Jira issue for full details
5792 dpurdie 1311
 
5859 dpurdie 1312
    * [JATS-373] UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
1313
      Specify the dynamic linker used to load programs generated by this compiler
5796 dpurdie 1314
 
5859 dpurdie 1315
        NOTE: Programs generated for this platform require the installation of the
1316
              vix-ubuntu12-c11-glibc installer from the 'linux-glibc' package.
5796 dpurdie 1317
 
5792 dpurdie 1318
------------------------------------------------------------------------
5783 dpurdie 1319
Version:  3.10.8000.cr                               Released: 02-Jun-16
1320
------------------------------------------------------------------------
1321
 
1322
Minor changes:
5859 dpurdie 1323
    * Platform: CORTEXM3_ARM
1324
      Added assembler flags
5783 dpurdie 1325
 
5859 dpurdie 1326
    * Utility cache_dpkg
1327
      Seperate wait-for-replication and copy-to-cache
5783 dpurdie 1328
 
5859 dpurdie 1329
    * Build Directive - BuildName
1330
      Added a 3 argument form
1331
        BuildName ('pkgName', 'Version', 'Suffix' );
1332
      Improved error reporting.
5783 dpurdie 1333
 
1334
------------------------------------------------------------------------
5761 dpurdie 1335
Version:  3.10.7000.cr                               Released: 19-May-16 
5757 dpurdie 1336
------------------------------------------------------------------------
1337
 
1338
Minor changes:
5859 dpurdie 1339
    * Platform: CORTEXM3_ARM
1340
      Changed to use Embedded Workbench 7.4
5757 dpurdie 1341
 
5859 dpurdie 1342
      Added --CrcRange=... option to the CORTEXM3_ARM Prog directive
1343
      Used to specify the range to fill and CRC.
5757 dpurdie 1344
 
1345
------------------------------------------------------------------------
5744 dpurdie 1346
Version:  3.10.6000.cr                               Released: 13-May-16
5743 dpurdie 1347
------------------------------------------------------------------------
1348
 
1349
Minor changes:
5859 dpurdie 1350
    * Utility cache_dpkg
1351
      When used by the build system, the contents of the 'lcov' directory
1352
      will not be cached.
5743 dpurdie 1353
 
5859 dpurdie 1354
      Add facility to allow build system to wait for package replication
1355
      to occur. Only active when a replica store is configured.
5744 dpurdie 1356
 
5859 dpurdie 1357
    * UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
1358
      Added 'rpath' elements to generated executables to ensure that
1359
      the all glibc components required by the runtime can be located.
5744 dpurdie 1360
 
5743 dpurdie 1361
------------------------------------------------------------------------
5736 dpurdie 1362
Version:  3.10.5000.cr                               Released: 06-May-16
1363
------------------------------------------------------------------------
1364
 
1365
Minor changes:
5859 dpurdie 1366
    * C11 Support under GCC
1367
      Use '-std=gnu++11' for building c++ files (Not -std=c++11) 
1368
      Note: Use of the compiler definition 'linux' is non-standard
1369
            __linux__ is the standard definition.
5736 dpurdie 1370
 
1371
------------------------------------------------------------------------
5732 dpurdie 1372
Version:  3.10.4000.cr                               Released: 09-May-16
5731 dpurdie 1373
------------------------------------------------------------------------
1374
 
1375
Minor changes:
5859 dpurdie 1376
    * Code coverage Support under GCC
1377
      Ensure that the correct gcov utility is used. Gcov is a part of the compiler
1378
      toolset. Affects UBUNUTU12C11_INSTRUMENT.
5731 dpurdie 1379
 
5859 dpurdie 1380
    * Platform: CORTEXM3_ARM
1381
      Continuing tweaks.
5731 dpurdie 1382
 
1383
------------------------------------------------------------------------
5726 dpurdie 1384
Version:  3.10.3000.cr                               Released: 06-May-16
1385
------------------------------------------------------------------------
1386
 
1387
Minor changes:
5859 dpurdie 1388
    * C11 Support under GCC
1389
      Added '-std=c++11' for building c++ files
5726 dpurdie 1390
 
1391
------------------------------------------------------------------------
5717 dpurdie 1392
Version:  3.10.2000.cr                               Released: 04-May-16 
5708 dpurdie 1393
------------------------------------------------------------------------
1394
 
1395
Minor changes:
5859 dpurdie 1396
    * Removed use of 'timeout' on unit tests in a Windows environment 
1397
      pending several Windows issues. Total 'make' time is still being enforced.
5708 dpurdie 1398
 
5859 dpurdie 1399
    * New platforms
1400
      COBRA2 - Similar to COBRA, but using a C11 compliant version of GCC
1401
      VIPER2 - Similar to PPC_603E, but using a C11 compliant version of GCC
1402
      UBUNUTU12C11 - Similar to UBUNTU12. Uses the same version of GCC as COBRA2 and VIPER2
1403
      UBUNUTU12C11_INSTRUMENT - Instrumented builds of UBUNUTU12C11
1404
      DEVLINUX includes all of these new platforms.
5708 dpurdie 1405
 
5859 dpurdie 1406
    * New Utility: 
1407
        checkRelease - Locate package-Version required by a Release/SBOM/Package
1408
        that are not in dpkg_archive.
5708 dpurdie 1409
 
1410
Internal:
5859 dpurdie 1411
    * Removed runtime warning from buildlib.pl
5708 dpurdie 1412
 
5859 dpurdie 1413
    * Updated VIX Copyright notices
5710 dpurdie 1414
 
5708 dpurdie 1415
------------------------------------------------------------------------
5700 dpurdie 1416
Version:  3.10.1000.cr                               Released: 19-Apr-16
5695 dpurdie 1417
------------------------------------------------------------------------
1418
 
5700 dpurdie 1419
Minor changes:
5859 dpurdie 1420
    * Jats internal utility 'timeout'
1421
      Fixed compatibility issue under Windows-7
5700 dpurdie 1422
 
1423
------------------------------------------------------------------------
1424
Version:  3.10.0000.cr                               Released: 15-Apr-16
1425
------------------------------------------------------------------------
1426
 
5695 dpurdie 1427
Major changes:
5859 dpurdie 1428
    * Jats make
1429
        All make commands are now time limited to a maximum of 3 hours.
1430
        This default can be altered with the -maxtime option.
1431
        The global default can be set with the EnvVar GBE_MAXMAKE.
5695 dpurdie 1432
 
5859 dpurdie 1433
      This feature is to prevent unit tests from hijacking the build system.
5695 dpurdie 1434
 
5859 dpurdie 1435
    * RunTest directive
1436
        Runtime of automated unit tests is limited to (default) 30 minutes
1437
        The RunTest directive has a --MaxTime parameter to alter the default
1438
        time.
5695 dpurdie 1439
 
5859 dpurdie 1440
      This feature is to prevent unit tests from hijacking the build system.
5695 dpurdie 1441
 
5859 dpurdie 1442
    * Build Platform Aliases: DEVLINUX and LMOS_DEVLINUX
1443
        Removed LINUX_EMU from DEVLINUX
1444
        Removed LMOS_LINUX_EMU from LMOS_DEVLINUX
5695 dpurdie 1445
 
5859 dpurdie 1446
        There is no target environment for LINUX_EMU to run on.
1447
        building for this target is pointless.
5695 dpurdie 1448
 
1449
------------------------------------------------------------------------
5680 dpurdie 1450
Version:  3.9.0000.cr                               Released: 11-Apr-16
5679 dpurdie 1451
------------------------------------------------------------------------
1452
 
5680 dpurdie 1453
Major changes:
5859 dpurdie 1454
    * New buildfile directive: BuildExclude
1455
      Allows spcific targets to be excluded from the build. Intended to be 
1456
      used in conjunction with Platform aliases such as DEVLINUX. ie:
1457
        BuildPlatforms('DEVLINUX');
1458
        BuildExclude('ARM9TDMI', 'LINUX_EMU');      # Targets specfically not supported
5679 dpurdie 1459
 
5680 dpurdie 1460
Minor changes:
5859 dpurdie 1461
    * New Platform: CORTEXM3_ARM
1462
      Used by the next generation of Security Module
1463
 
5679 dpurdie 1464
------------------------------------------------------------------------
5673 dpurdie 1465
Version:  3.8.7000.cr                               Released: 04-Apr-16 
5637 dpurdie 1466
------------------------------------------------------------------------
1467
 
1468
Minor changes:
5859 dpurdie 1469
    * Visual Studio 2012 support
1470
      Added support for update 5. Now allowes either update 4 or update 5.
1471
      Note: Update-4 is the documented (required) version.
5637 dpurdie 1472
 
5859 dpurdie 1473
    * Internal tool for windows : which.exe
1474
      Updated the internal utility 'which' provided under windows for shell
1475
      compatability. It was found to not work with Server 2003.
5645 dpurdie 1476
 
5859 dpurdie 1477
    * Makefile directive: MakeLinuxDriver
1478
      Added support for Module Versioning bewteen modules in the same build.
5672 dpurdie 1479
 
5637 dpurdie 1480
------------------------------------------------------------------------
5619 dpurdie 1481
Version:  3.8.6000.cr                               Released: 15-Mar-16
1482
------------------------------------------------------------------------
1483
 
1484
Minor changes:
5859 dpurdie 1485
    * SK20 Toolchain
1486
      Version 4.1.0 of the SK20 toolchain has beencompletely replaced
1487
      with a new version. 4.1.1. The SK20V1 target uses the new compiler.
5619 dpurdie 1488
 
5859 dpurdie 1489
      Version 4.1.0 was not used to generate released software. It is
1490
      no longer needed. The new compiler-version is available in the
1491
      arm-unknown-linux-gnueabi-sk20 package.
5619 dpurdie 1492
 
1493
------------------------------------------------------------------------
5582 dpurdie 1494
Version:  3.8.5000.cr                               Released: 25-Feb-16
1495
------------------------------------------------------------------------
1496
 
1497
Minor changes:
1498
    * System Utility - assemble_dpkg
5859 dpurdie 1499
      Allow for both unix and windows generated .tar.gz files
1500
      The windows files do not have './' prepended
5582 dpurdie 1501
 
1502
------------------------------------------------------------------------
5578 dpurdie 1503
Version:  3.8.4000.cr                               Released: 24-Feb-16
1504
------------------------------------------------------------------------
1505
 
1506
Minor changes:
1507
    * System Utility - assemble_dpkg
5859 dpurdie 1508
      Windows and Unix create tar-zip files via different mechanisms
1509
      Note: bsdtar has issues with large archives under Server2003
5578 dpurdie 1510
 
5859 dpurdie 1511
    * Windows utilities. Update the 7zip binaries to latest version
5578 dpurdie 1512
 
1513
------------------------------------------------------------------------
5568 dpurdie 1514
Version:  3.8.3000.cr                               Released: 18-Feb-16
1515
------------------------------------------------------------------------
1516
 
1517
Minor changes:
5859 dpurdie 1518
    * Packaging directives
1519
      Improved the cleanup of badly specified --Dir options
5568 dpurdie 1520
 
1521
    * System Utility - assemble_dpkg
5859 dpurdie 1522
      Extended to allow deletion of bad and test builds
5568 dpurdie 1523
 
1524
   * Java Build Support
1525
     Only in the build system, set JATS_HOME to the package repostory replica
5859 dpurdie 1526
     if one is available.
5568 dpurdie 1527
 
1528
------------------------------------------------------------------------
5551 dpurdie 1529
Version:  3.8.2000.cr                               Released: 12-Feb-16
5485 dpurdie 1530
------------------------------------------------------------------------
1531
 
1532
Minor changes:
5859 dpurdie 1533
    * Jats documentation generation. 
1534
      Fixed [JATS-227] Pod2Html has a bug with nested items blocks
5542 dpurdie 1535
 
5859 dpurdie 1536
    * System Utility - create_dpkg
1537
      Added support for flagging non-builds. This will be used by a
1538
      future release of the build system.
5551 dpurdie 1539
 
5542 dpurdie 1540
------------------------------------------------------------------------
1541
Version:  3.8.1000.cr                               Released: 03-Feb-16 
1542
------------------------------------------------------------------------
1543
 
1544
Minor changes:
5859 dpurdie 1545
    * New target: SK20V41
1546
      This is the SK20 Platform, With version 4.1.0.0, except that is
1547
      a part of the DEVLINUX alias.
5527 dpurdie 1548
 
5859 dpurdie 1549
    * Windows utilities. Added 'bsdtar', called 'tar'
1550
      This utility handles a subset of gnu-tar operations on windows, but 
1551
      it does support .gz and .bz2 files.
5485 dpurdie 1552
 
5859 dpurdie 1553
    * Jats essential binaries
1554
      Added symlinks within jats to ensure that gtar can be located on
1555
      machines in which a gnu-tar is not native to the machine.
5527 dpurdie 1556
 
1557
    * System Utility - assemble_dpkg
5859 dpurdie 1558
      Used by the build system to assemble a package from package fragments.
5527 dpurdie 1559
 
5859 dpurdie 1560
    * System Utility - create_dpkg
1561
      Added support to create package fragments. This will be used by a
1562
      future release of the build system.
5527 dpurdie 1563
 
5485 dpurdie 1564
------------------------------------------------------------------------
5448 dpurdie 1565
Version:  3.8.0000.cr                               Released: 04-Jan-16 
1566
------------------------------------------------------------------------
1567
 
1568
Minor changes:
5859 dpurdie 1569
    * ANDROID Platform
1570
      Flag the AndroidStudioBuilder that the project does have unit
1571
      tests so that they can be built before the tests are run.
5448 dpurdie 1572
 
1573
------------------------------------------------------------------------
5434 dpurdie 1574
Version:  3.7.11000.cr                               Released: 17-Dec-15
1575
------------------------------------------------------------------------
1576
 
1577
Minor changes:
5859 dpurdie 1578
    * SK20 Platform, With version 4.1.0.0
1579
      Correct the value of HOST_CPU provided to utilities such as 
1580
      ShellBuild. The 4.1.0.0 compiler is diffeent to the Version 1.
5434 dpurdie 1581
 
1582
------------------------------------------------------------------------
5429 dpurdie 1583
Version:  3.7.10000.cr                               Released: 14-Dec-15 
1584
------------------------------------------------------------------------
1585
 
1586
Minor changes:
5859 dpurdie 1587
    * Build File [JATS-146]
1588
      Fix for use in build system
5429 dpurdie 1589
 
1590
------------------------------------------------------------------------
5415 dpurdie 1591
Version:  3.7.9000.cr                               Released: 11-Dec-15 
5411 dpurdie 1592
------------------------------------------------------------------------
1593
 
1594
Minor changes:
5859 dpurdie 1595
    * Build File [JATS-146]
1596
      Improved reporting of 'alias' conflicts.
1597
      Conflicts now generate an error, not a warning.
1598
      Within the Build and Escrow system conflicts will generate a warning
1599
      to maintain backward compatability.
5411 dpurdie 1600
 
5859 dpurdie 1601
    * ANDROID AndroidStudio
1602
      Added support run automated unit tests
5411 dpurdie 1603
 
1604
------------------------------------------------------------------------
5387 dpurdie 1605
Version:  3.7.8000.cr                               Released: 30-Nov-15
1606
------------------------------------------------------------------------
1607
 
1608
Minor changes:
1609
    * Unit Testing
5859 dpurdie 1610
      Fixed the name of the Unique Test Identifier passed to the filter - UTFUID
5387 dpurdie 1611
 
5859 dpurdie 1612
      Auto detect the presence of test results generated by 'UTF' and invoke
1613
      the UTF filter, if found. This allows the use of the new 'UTF' without
1614
      reworking all UTF consumers.
5387 dpurdie 1615
 
1616
------------------------------------------------------------------------
5378 dpurdie 1617
Version:  3.7.7000.cr                               Released: 26-Nov-15
1618
------------------------------------------------------------------------
1619
 
1620
Minor changes:
1621
    * GCC Toolchain
1622
      Fixed shell script error message introduced in 3.7.6000.cr 
1623
 
1624
------------------------------------------------------------------------
5330 dpurdie 1625
Version:  3.7.6000.cr                               Released: 05-Nov-15
1626
------------------------------------------------------------------------
1627
 
1628
Minor changes:
1629
    * Utility: create_dpkg
1630
      Only perform package level locking when invoked from a build daemon
1631
      Still performs version level locking
1632
 
1633
    * Support for new version of the compiler for the SK20 platform
1634
      New version is selected via: 
1635
          BuildPlatforms('SK20,--Version=4.1.0.0');
1636
      Requires the compiler provided in the arm-unknown-linux-gnueabi-sk20
1637
      package to be locally installed.
1638
 
1639
------------------------------------------------------------------------
5315 dpurdie 1640
Version:  3.7.5000.cr                               Released: 12-Oct-15
5262 dpurdie 1641
------------------------------------------------------------------------
1642
 
1643
Minor changes:
1644
    * Build.pl. BuildAlias directive
1645
      Correctly report the detection of multiple aliases in the one specification.
1646
 
5264 dpurdie 1647
    * Utilities: vcsdiff
1648
      Open registry with read-only access
1649
 
5284 dpurdie 1650
    * Build Metrics
1651
      Updated the version of the 'cloc' tool used by JATS to generate metrics.
1652
 
5262 dpurdie 1653
------------------------------------------------------------------------
5254 dpurdie 1654
Version:  3.7.4000.cr                               Released: 14-Sep-15
1655
------------------------------------------------------------------------
1656
 
1657
Minor changes:
1658
    * Toolset: UBUNTU14_INSTRUMENT
1659
      The UBUNTU14_INSTRUMENT toolchain can consume headers and libraries 
5259 dpurdie 1660
      built for UBUNTU14
5254 dpurdie 1661
 
1662
------------------------------------------------------------------------
5241 dpurdie 1663
Version:  3.7.3000.cr                               Released: 31-Aug-15
5206 dpurdie 1664
------------------------------------------------------------------------
1665
 
1666
Minor changes:
1667
    * Subversion Support
1668
      Detected authentication failure messages provided by new versions of subversion
1669
 
5240 dpurdie 1670
    * Utilities: vcsdiff
1671
      Improved support for BeyondCompare 4 (BC4).
1672
      Check more locations for the program.
1673
 
5206 dpurdie 1674
------------------------------------------------------------------------
5138 dpurdie 1675
Version:  3.7.2000.cr                               Released: 30-Jun-15 
1676
------------------------------------------------------------------------
1677
 
1678
Minor changes:
1679
    * Platform: HAMMERHEAD
1680
      Removed some compiler flags from the c++ builds.
1681
      The removed flags are not applicable to c++ and generate warnings about the
1682
      misuse of the flags.
1683
 
1684
------------------------------------------------------------------------
5129 dpurdie 1685
Version:  3.7.1000.cr                               Released: 30-Jun-15 
5115 dpurdie 1686
------------------------------------------------------------------------
1687
 
1688
Minor changes:
1689
    * BuildProduct directive
1690
      The use of the --Alias=xxx suboption has been exetnded.
1691
        BuildProduct   ( PROD,--Alias=A1', 'PLATFORM1,--Alias=A2', 'PLATFORM1,--Alias=A3' );
1692
      Will result in A1 being an alias for PROD_PLATFORM1 and PROD_PLATFORM2
1693
                     A2 being an alias for PROD_PLATFORM1
1694
                     A3 being an alias for PROD_PLATFORM2
1695
 
1696
    * GCC Toolset. New CompileOptions
1697
      'pic'     - Generate Position Independent Code (PIC) for static libraries
1698
      'nopic'   - Do not generated PIC for static libraries
1699
 
1700
      Currently the default is to not generate PIC on static libraries, except for
1701
      the UBUNTU14 target.
1702
 
1703
      Note: PIC will always be generated for shared libraries
1704
 
1705
------------------------------------------------------------------------
5109 dpurdie 1706
Version:  3.7.0000.cr                               Released: 18-Jun-15 
5100 dpurdie 1707
------------------------------------------------------------------------
1708
 
5109 dpurdie 1709
Major changes:
1710
    * Build File processing - duplicate platforms
1711
      Attempting to build duplicate platforms has been elevated from a warning
1712
      to an error. The warning was always ignored and created bad side effects.
1713
 
1714
      The build daemons and the escrow process will allow duplicates for backward
1715
      compatibility and reproducibility, but new software should have the 
1716
      duplicates corrected.
1717
 
1718
    * Build File processing - Reodering of build information and warnings
1719
      Warnings and Messages generated before the 'Build Configuration' are now
1720
      being stored and displayed after the 'Build Configuration'.
1721
 
1722
      This is intended to bring to the users attention warning that appear at the
1723
      start of the build process but are at the top of the screen. Warnings will be
1724
      displayed at the end of the build process.
1725
 
5100 dpurdie 1726
Minor changes:
1727
    * Utilities: vcsdiff
1728
      Added support for BeyondCompare 4 (BC4)
1729
 
1730
    * Utilities: CCdiff and CCBc2
1731
      Removed. Replaced by vcsdiff
1732
 
5104 dpurdie 1733
    * Utility: gen_cots
1734
      User must specify the source of the package image.
1735
 
5109 dpurdie 1736
    * Package Cache Control
1737
      A new environment variable(GBE_DPKG_CACHE_CTL) allows the GBE_DPKG_CACHE
1738
      to be automatically populated. See 'jats man EnvVars' for details.
1739
      Use 'jats cache_dpkg' to manage the cache.
1740
 
5100 dpurdie 1741
------------------------------------------------------------------------
5074 dpurdie 1742
Version:  3.6.7000.cr                               Released: 19-May-15
5073 dpurdie 1743
------------------------------------------------------------------------
1744
 
1745
Minor changes:
1746
    * Added several make targets:
1747
      jats make hdrs        - makes and installs headers
1748
      jats make libs        - make and installs static libs
1749
      jats make slibs       - make and install shared libs
1750
      jats make progs       - make and install programs
1751
 
5074 dpurdie 1752
    * Subversion comments
1753
      Extended the text in the default Subversion comments created by Jats
1754
      to include the tag/branch being created. Does not affect user provided
1755
      comments.
1756
 
5073 dpurdie 1757
------------------------------------------------------------------------
5036 dpurdie 1758
Version:  3.6.6000.cr                               Released: 08-Apr-15 
5035 dpurdie 1759
------------------------------------------------------------------------
1760
 
1761
Minor changes:
1762
    * Unit Testing
1763
      Create a simple unit test results file for Unit Tests that do 
1764
      not support full results reporting.
1765
 
1766
------------------------------------------------------------------------
5004 dpurdie 1767
Version:  3.6.5000.cr                               Released: 24-Mar-15
1768
------------------------------------------------------------------------
1769
 
1770
Minor changes:
1771
    * Platform : VS2012_X64
1772
      Searches WIN64 for OSCOMMON header files.
1773
 
1774
    * Unit Testing
1775
      Export EnvVar GBE_UTFFILE.
1776
 
1777
      The automated and non-automated unit tests are now run in the order
1778
      in which they are defined in the makefile.pl.
1779
 
1780
    * Build System Utility
1781
      Use file locking on the build marker file to force it to be flushed 
1782
      out to the file server.
1783
 
1784
------------------------------------------------------------------------
4969 dpurdie 1785
Version:  3.6.4000.cr                               Released: 12-Mar-15 
1786
------------------------------------------------------------------------
1787
 
1788
Minor changes:
1789
    * Pseudo Platform: LINUX
1790
      Corrected the operation of the LINUX alias. It is an alias for
1791
      all Back Office Linux targets.
1792
 
1793
    * Utility: create_dpkg
1794
      Use file locking to address contention while merging package instances
1795
      into dpkg_archive.
1796
 
1797
------------------------------------------------------------------------
4950 dpurdie 1798
Version:  3.6.3000.cr                               Released: 06-Mar-15
1799
------------------------------------------------------------------------
1800
 
1801
Minor changes:
1802
    * New Platform: HAMMERHEAD
1803
      Builds under linux using the AVR32_GNU toolchain
1804
 
1805
------------------------------------------------------------------------
4928 dpurdie 1806
Version:  3.6.2000.cr                               Released: 03-Mar-15
1807
------------------------------------------------------------------------
1808
 
1809
Minor changes:
1810
    * ANDROID target
1811
      Can be build on either Windows and Linux. This does not mean that
1812
      all Android packages will build on both, rather that the some Android 
1813
      builders can build under Windows and some under Linux.
1814
 
1815
    * UBUNTU14 target
1816
      Always generates (PIC) Position Independent Code.
4931 dpurdie 1817
      Addresses issues in the creation of shared libraries from static
4928 dpurdie 1818
      libraries.
1819
 
1820
    * Directive CompileOptions
1821
      New options: 'warnings_as_errors' and 'no_warnings_as_errors'
4929 dpurdie 1822
      Will convert compiler warnings into errors on supported toolsets.
4928 dpurdie 1823
      Currently support by all Windows compilers and those that use 
1824
      the GCC toolset.
1825
 
1826
Internal:
1827
    * System function will remove 'undef' parameters
1828
 
1829
------------------------------------------------------------------------
4903 dpurdie 1830
Version:  3.6.1000.cr                               Released: 17-Feb-15 
4898 dpurdie 1831
------------------------------------------------------------------------
1832
Major changes:
1833
 
4902 dpurdie 1834
    * Final release of the 64-bit support platforms
1835
      VS2012_X64, UBUNTU14 and UBUNTU14_INSTRUMENT 
1836
 
4898 dpurdie 1837
Minor changes:
1838
    * Build system. Rewriting of build files with new dependencies now
1839
      preserves the file-endings in the source file. ie: Unix and DOS
1840
      file formats will be preserved.
1841
 
4902 dpurdie 1842
    * Detect and prevent build of software on non-build machines
1843
      such as auperaunx01.
4898 dpurdie 1844
 
4902 dpurdie 1845
Internal:
4903 dpurdie 1846
    * Added platform configurable global options
4902 dpurdie 1847
 
4898 dpurdie 1848
------------------------------------------------------------------------
4889 dpurdie 1849
Version:  3.6.0000.cr                               Released: 12-Feb-15 
4778 dpurdie 1850
------------------------------------------------------------------------
4889 dpurdie 1851
Major changes:
4780 dpurdie 1852
    * JAVA Platform
4805 dpurdie 1853
      Post process UTF results with a ANT/JUNIT4 specific tool.
4889 dpurdie 1854
      Disabled by default
4780 dpurdie 1855
 
4889 dpurdie 1856
    * New platforms (still under development)
4814 dpurdie 1857
      VS2012_X64 - Build 64 bit Windows applications, using VS2012
1858
      MSWIN64    - An alias for all supported 64 bit windows compilers
1859
                   Currently VS2012_X64 is the only member
1860
      UBUNTU14   - Build 64 bit applications targeted at Ubuntu LTS 14.04
1861
                   This is not aimed at front office devices and thus
4903 dpurdie 1862
                   this target is not a part of DEVLINUX
4814 dpurdie 1863
                   It is a part of LINUX
4835 dpurdie 1864
      UBUNTU14_INSTRUMENT
1865
                 - Build instrumented 64 bit applications targeted 
1866
                   at testing under Ubuntu LTS 14.04
4814 dpurdie 1867
 
4778 dpurdie 1868
------------------------------------------------------------------------
4889 dpurdie 1869
Version:  3.5.10000.cr                               Released: 03-Feb-15
1870
------------------------------------------------------------------------
1871
Minor changes:
1872
    * GCC toolset: Handle different versions of lcov
1873
 
1874
    * Unit Testing. Run the collate test results target only once.
1875
 
1876
    * Jats build option: -[no]generic
1877
      To be used by the build system to verify correct usage of the 
1878
      GENERIC platform type.
1879
 
1880
Internal:
1881
    * Adding mechanism to post process Unit Test results.
1882
 
1883
------------------------------------------------------------------------
4728 dpurdie 1884
Version:  3.5.9000.cr                               Released: 04-Dec-14
1885
------------------------------------------------------------------------
1886
Minor changes:
1887
    * New build Alias - NATIVE
1888
      NATIVE is a set of platforms, in the current build, which build 
1889
      artifacts that can be expected to run on the build machine.
1890
 
1891
      The NATIVE alias has been created to simplify the support
1892
      for automated unit tests.
1893
 
4761 dpurdie 1894
    * New build platform - UBUNTU12_INSTRUMENT
4728 dpurdie 1895
      This build target is similar to UBUNTU12, except that it 
1896
      generates instrumented code with gcov. The platform's unit tests 
1897
      will create and maintain a set of lcov files.
1898
 
4805 dpurdie 1899
      Packages generated with this target SHOULD NOT be deployed 
1900
      to the field.
4728 dpurdie 1901
 
1902
------------------------------------------------------------------------
4688 dpurdie 1903
Version:  3.5.8000.cr                               Released: 21-Nov-14 
4652 dpurdie 1904
------------------------------------------------------------------------
1905
Minor changes:
1906
    * Build System Utility: create_dpkg
4688 dpurdie 1907
      When creating the file list for release notes, convert filenames 
1908
      to utf-8 for consistent handling.
4652 dpurdie 1909
 
1910
      Will add its own 'built' files to the package metadata file.
1911
 
1912
    * VS2012 Toolset
1913
      [JATS-308] Running jats from VS2012 Developer command prompt
1914
 
4688 dpurdie 1915
    * EnvVars
1916
      Added GBE_DPKG_REPLICA. This read-only package store is scanned 
1917
      before GBE_DPKG. It is intended to facilitate remote build 
1918
      servers that have a local package archive replica.
1919
 
1920
    * Autobuild support for Java Based Packages
1921
      Attempt to overcome shortcomings in ant-using in a remote build 
1922
      environment. Set GBE_DPKG to GBE_DPKG_REPLICA if doing an ABT enabled 
1923
      build and GBE_DPKG_REPLICA is defined.
1924
 
1925
    * Jats caching
1926
      Modified the cache mechanism such that if the required version is
1927
      found in the cache, then it will not be refreshed. This should speed
1928
      up jats startup.
1929
 
4652 dpurdie 1930
------------------------------------------------------------------------
4620 dpurdie 1931
Version:  3.5.7000.cr                               Released: 20-Oct-14
1932
------------------------------------------------------------------------
1933
Minor changes:
1934
    * SQL Interface to Release Manager Database
1935
      Addressed issues with Java 1.4 compatibility
1936
 
1937
------------------------------------------------------------------------
4613 dpurdie 1938
Version:  3.5.6000.cr                               Released: 16-Oct-14 
4549 dpurdie 1939
------------------------------------------------------------------------
1940
Minor changes:
1941
    * Jats Internal utility: create_dpkg
1942
      Interactive features have been removed
1943
      Generates XML file of files transferred to the package
1944
 
4551 dpurdie 1945
    * Jats Internals
1946
      Reworked the handling of the 'GENERIC' target
1947
 
4549 dpurdie 1948
------------------------------------------------------------------------
4538 dpurdie 1949
Version:  3.5.5000.cr                               Released: 24-Sep-14
1950
------------------------------------------------------------------------
1951
Minor changes:
1952
    * GCC Toolset: SharedLib creation - dependency file detection
1953
      Fixed a bug[JATS-304] in which the dependencies between header files
1954
      and source files was not being used, when building a SharedLib.
1955
 
1956
      The main effect of this is that if a developer modified a .h file
1957
      then JATS was not detecting which C files to recompile.      
1958
 
1959
    * Added a script called jats.unix.sh
1960
      On Unix, this is intended to be copied to /usr/local/bin as 'jats'
1961
      It will redirect the user to the correct instance of JATS
1962
 
1963
    * Jats Internal: Database access
1964
      Rebuilt the database access tools using Java 1.4
1965
      Java 1.4 is lowest common denominator on all of our machines
1966
 
1967
------------------------------------------------------------------------
4519 dpurdie 1968
Version:  3.5.4000.cr                               Released: 19-Sep-14
4488 dpurdie 1969
------------------------------------------------------------------------
1970
Minor changes:
4501 dpurdie 1971
    * Toolset Compiler: M16C for the MCR platform
4488 dpurdie 1972
      Added support to ensure that the program does not exceed allocated
1973
      flash space.
1974
 
4519 dpurdie 1975
    * Toolset: GCC [JATS-300]
5859 dpurdie 1976
      Added support for linking against shared libraries that have 
4519 dpurdie 1977
      dependencies on other shared libraries
1978
 
1979
 
4501 dpurdie 1980
    * Jats Make Directive - Script
1981
      Corrected its operation. The Scripts will be copied into the 'bin'
1982
      directory before the tests are run.
1983
 
4466 dpurdie 1984
    * Internal utilities: Database Access
1985
      Added support to access the ClearQuest database via sqlserver
1986
      Added test_cqconnection
1987
      Added EnvVars to support ClearQuest access
1988
      Updated the template jats.bat and jats.sh scripts
1989
 
4688 dpurdie 1990
    * Reverted automated build support for multi-level SVN branches.
4519 dpurdie 1991
      It created more issues than it fixed.
1992
 
4466 dpurdie 1993
------------------------------------------------------------------------
4461 dpurdie 1994
Version:  3.5.3000.cr                               Released: 19-Aug-14 
4447 dpurdie 1995
------------------------------------------------------------------------
1996
Minor changes:
1997
    * Automated Build Support. SVN branches in a subdirectory structure
1998
      Allow a SVN branch in a multi-level subdirectory to be labeled by
4538 dpurdie 1999
      the build tool. [Removed in 3.5.4000.cr]
4447 dpurdie 2000
 
4461 dpurdie 2001
      Such paths are not encouraged, nor supported by the body of JATS, but
2002
      for compatibility with some existing repositories is required.
4447 dpurdie 2003
 
4461 dpurdie 2004
    * Makefile builder
2005
      Removed two warnings detected by recent versions of Perl
2006
 
4447 dpurdie 2007
------------------------------------------------------------------------
4424 dpurdie 2008
Version:  3.5.2000.cr                               Released: 29-Jul-14
2009
------------------------------------------------------------------------
2010
Minor changes:
2011
    * Utility: create_dpkg
2012
      Does not copy broken symlinks into dpkg_archive
2013
      Will warn about broken symlinks
2014
      In test mode it will generate an error if broken symlinks are found
2015
 
2016
    * Jats Makefile creation
2017
      Corrected handling of source files with multiple '.' in their names.
2018
      There was a problem with such files in Prog and SharedLib directives
2019
 
2020
    * Utility: deploy_builder
2021
      Initial release of this internal utility.
2022
 
2023
------------------------------------------------------------------------
4391 dpurdie 2024
Version:  3.5.1000.cr                               Released: 07-Jul-14 
4382 dpurdie 2025
------------------------------------------------------------------------
2026
Minor changes:
2027
    * Visual Studio 2005 and above toolset
2028
      The programs .exe.manifest will be packaged along with the 
2029
      executable, but only if it exists.
2030
 
2031
------------------------------------------------------------------------
4362 dpurdie 2032
Version:  3.5.0000.cr                               Released: 24-Jun-14
2033
------------------------------------------------------------------------
2034
Minor changes:
2035
    * ANDROID Support
2036
      The 'populate' phase passes in all arguments from the MakeProject directive
2037
      This allows libs and jars to be named during the populate phase.
4345 dpurdie 2038
 
361 dpurdie 2039
------------------------------------------------------------------------
4345 dpurdie 2040
Version:  3.4.9000.cr                               Released: 19-Jun-14
2041
------------------------------------------------------------------------
2042
Minor changes:
2043
    * ANDROID Support
2044
      Populate the project during the build phase. This will place 
2045
      external JARs and Shared Libraries in the project to facilitate
2046
      development.
2047
 
2048
------------------------------------------------------------------------
4326 dpurdie 2049
Version:  3.4.8000.cr                               Released: 18-Jun-14
4324 dpurdie 2050
------------------------------------------------------------------------
2051
Minor changes:
2052
    * New Platform - ANDROID
2053
      Basic build support provided though the Makeproject directive
2054
      The Sdk and all other tools are provided via packages. These
2055
      include: androidBuilder, anddroidSdk and ant
2056
 
2057
------------------------------------------------------------------------
4309 dpurdie 2058
Version:  3.4.7000.cr                               Released: 11-Jun-2014
2059
------------------------------------------------------------------------
2060
Minor changes:
2061
    * GCC toolsets
2062
      Removed -Wid-clash-31 from the list of warnings enabled via 'options=wall'
2063
 
2064
    * New Platform Alias - MSWIN32
2065
      This alias will expand to (supported) targets that build Microsoft
2066
      Windows 32-bit targets. At this release these targets are:
2067
        WIN32   - Visual C 6         
2068
        VS2005  - Visual Studio 2005 (Not recommended)
2069
        VS2012  - Visual Studio 2012
2070
 
2071
------------------------------------------------------------------------
4287 dpurdie 2072
Version:  3.4.6000.cr                               Released: 26-May-14
2073
------------------------------------------------------------------------
2074
Minor changes:
2075
    * Subversion utilities
4309 dpurdie 2076
      Ignored messages about external links while examining the workspace.
4287 dpurdie 2077
      Only generated by some versions of SVN.
2078
      Note: SVN Externals are not supported - just ignored.
2079
 
2080
------------------------------------------------------------------------
4266 dpurdie 2081
Version:  3.4.5000.cr                               Released: 21-May-14
2082
------------------------------------------------------------------------
2083
Minor changes:
2084
    * PackageFile directive
2085
      Improved the --DirTree operation to allow it to work in packages
2086
      with an inverted buildfile structure.
2087
 
2088
------------------------------------------------------------------------
4261 dpurdie 2089
Version:  3.4.4000.cr                               Released: 21-May-14
2090
------------------------------------------------------------------------
2091
Minor changes:
2092
    * Makefile Directives MakeProject and MakeAnt
2093
      Ensure that each project creates a unique makefile target.
2094
      Previously, projects based on the same solution/project file would
2095
      only build the last project due to a name clash
2096
 
2097
------------------------------------------------------------------------
4257 dpurdie 2098
Version:  3.4.3000.cr                               Released: 16-May-14 
2099
------------------------------------------------------------------------
2100
Minor changes:
2101
    * PackageFile directive
2102
      Improved the --DirTree operation. The directive can package up any
2103
      directory within the package - as determined by the PackageBase.
2104
 
2105
------------------------------------------------------------------------
4248 dpurdie 2106
Version:  3.4.2000.cr                               Released: 14-May-14
4197 dpurdie 2107
------------------------------------------------------------------------
2108
Minor changes:
2109
    * Utility: jats sandbox. 
2110
      New subcommand called buildfilter, to display and modify the buildfilter
2111
      used within the sandbox.
2112
 
4247 dpurdie 2113
    * Utility: jats_metrics
2114
      Detect subversion based workspaces and do not attempt to invoke the
2115
      'cleartool' command to count the clearcase branches in the view.
2116
 
4197 dpurdie 2117
------------------------------------------------------------------------
4193 dpurdie 2118
Version:  3.4.1000.cr                               Released: 04-Apr-14
4192 dpurdie 2119
------------------------------------------------------------------------
2120
Minor changes:
2121
    * Preliminary support for VS2012 and CSHARP2012
2122
      This is a Beta.
2123
      Requires VS2012 professional update 4 to be installed
2124
 
2125
    * Utility: gen_cots
2126
      Fixed the package creation process
2127
 
2128
    * Utility: sandbox.
2129
      The -toPackage, -fromPackage, -justPackage and ignore package now support
2130
      a full package_version name, in addition to the simple package name and
2131
      the package name.project forms.
2132
 
2133
      Clarified the forms in the documentation.
2134
 
2135
------------------------------------------------------------------------
4179 dpurdie 2136
Version:  3.4.0000.cr                               Released: 26-Mar-14 
4135 dpurdie 2137
------------------------------------------------------------------------
2138
Minor changes:
4163 dpurdie 2139
    * PackageFile directive
2140
      Improved the --DirTree option's detection of paths outside the current
2141
      directory.
2142
 
4179 dpurdie 2143
    * Jats build log
2144
      Will display the name of the host machine when being run by the BuildTool
2145
      and the build daemons.
2146
 
2147
    * New JATS supported host machine type: linux_x86
2148
      This has been added to support auperaunx01 as a general developer machine
2149
      Currently there are no supported compilers for this machine. It is only
2150
      the JATS tool chain. It allows the processing of subversion related 
2151
      commands.
2152
 
4163 dpurdie 2153
------------------------------------------------------------------------
2154
Version:  3.3.5000.cr                               Released: 21-Feb-14 
2155
------------------------------------------------------------------------
2156
Minor changes:
4135 dpurdie 2157
    * Makefiles. Platform specifier
2158
      Corrected issue where the platform specifier consists entirely of 
2159
      non-platform arguments.
2160
 
2161
    * Jats.bat file example/template
2162
      Added JAVA 1.7 default location
2163
 
2164
------------------------------------------------------------------------
4119 dpurdie 2165
Version:  3.3.4000.cr                               Released: 22-Jan-14
4115 dpurdie 2166
------------------------------------------------------------------------
2167
Minor changes:
4119 dpurdie 2168
    * SK20 Toolset
2169
      Added standard HOST_* definitions to SK20 target
2170
 
2171
    * Subversion Support
2172
      Ignore error text of the form 'QDBusConnection:*' from the SVN error
2173
      stream. This may be generated by a dud released of Ubuntu KDE
2174
 
2175
------------------------------------------------------------------------
2176
Version:  3.3.3000.cr                               Released: 15-Jan-14
2177
------------------------------------------------------------------------
2178
Minor changes:
4115 dpurdie 2179
    * Re-release with missing SK20 support files.
2180
 
2181
------------------------------------------------------------------------
4110 dpurdie 2182
Version:  3.3.2000.cr                               Released: 13-Jan-14 
4109 dpurdie 2183
------------------------------------------------------------------------
2184
Major changes:
2185
    * New build target called SK20
2186
      This uses a gcc-based cross compiler and can be run on linux development
2187
      machines. The compiler and associated SDKs are provided by 'You Transactor'
2188
      Controlled in the VIX package named 'arm-iwmmxt-linux-gnueabi'. This package
2189
      addresses issues in the 'You Transactor' provided installer.
2190
 
2191
Minor changes:
2192
 
2193
------------------------------------------------------------------------
4097 dpurdie 2194
Version:  3.3.1000.cr                               Released: 13-Dec-13  
4075 dpurdie 2195
------------------------------------------------------------------------
2196
Major changes:
2197
 
2198
Minor changes:
2199
    * C# Toolset
2200
      Supported named dependencies when specifying a resx file to support
2201
      resx files that include other files.
2202
 
4097 dpurdie 2203
      Resx support. Extend search path for associated .cs file to include
2204
      the parent directory.
2205
 
4095 dpurdie 2206
    * Utility: update_release
2207
      Set umask to 0002 to assist in preserving group access to files and
2208
      folders created in the 'releases' area.
4075 dpurdie 2209
 
4095 dpurdie 2210
    * Utility: svn createPackage
2211
      Perform a validity check on any directory tree being imported. It 
2212
      must not contain any of the following reserved directory names:
2213
        .svn, .git, .hg, .cvs, tags, trunk or branches
4075 dpurdie 2214
 
4095 dpurdie 2215
    * GCC Based build targets
2216
      Extended CTAGS support to GCC based targets.
4097 dpurdie 2217
      'jats make ctags' will generate a ctags file for GCC based builds in
2218
      the same manner as it has for Windows based builds.
4095 dpurdie 2219
 
4075 dpurdie 2220
------------------------------------------------------------------------
4096 dpurdie 2221
Version:  3.3.0000.cr                               Released: 19-Sep-13
4034 dpurdie 2222
------------------------------------------------------------------------
2223
Major changes:
2224
    * GCC Toolchain - Android NDK support
2225
      Implemented SharedLibrary option - --NoVersionDll
2226
      Implemented CompilerOptions - 'NoVersionDll'
2227
 
4036 dpurdie 2228
      Improved the process that creates symbolic links between a Shared
4034 dpurdie 2229
      Libraries 'RealName' and its 'soname' and 'link name'
2230
 
2231
      Added support for a compiler to be provided through a package.
2232
      Specifically implemented to allow Android
2233
 
2234
Minor changes:
2235
    * BuildName directive
2236
      Force '--RelaxedVersion' on COTS packages that have exactly 3 arguments.
2237
 
2238
    * Sandbox utility
4036 dpurdie 2239
      Fixed use of a 'buildfilter' file in the sandbox directory.
4034 dpurdie 2240
 
2241
    * GCC Toolchain - General
4036 dpurdie 2242
      When building a shared library, all unresolved symbols will generate
4034 dpurdie 2243
      a warning.
2244
 
2245
------------------------------------------------------------------------
4003 dpurdie 2246
Version:  3.2.2000.cr                               Released: 27-Aug-13
2247
------------------------------------------------------------------------
2248
Major changes:
2249
 
2250
Minor changes:
2251
    * Automated Build System Support for machines that do not build the package
2252
      This version provides a transparent 'dummy' build under conditions where
2253
      a package does not build for the current machine. All the commands
2254
      used by the 'buildtool' will perform a dummy build. There are no build
2255
      artifacts, but the build will not fail.
2256
 
2257
      This mechanism improved the tracking of files created during the creation
2258
      of makefiles and uses this mechanism to deleted generated files.
2259
 
2260
------------------------------------------------------------------------
3987 dpurdie 2261
Version:  3.2.1000.cr                               Released: 16-Aug-2013
2262
------------------------------------------------------------------------
2263
Major changes:
2264
 
2265
Minor changes:
2266
    * Utility: update_release
2267
      Added options:
2268
        -addfilter=xxx[,yyy]*
2269
        -delfilter=xxx[,yyy]*
2270
      Allowed the -filter option to take a comma separated list of filters.
2271
      Allowed filters to contain a pathname element. ie: scripts/*.sh
2272
      Allow filters without wildcard characters to work correctly.
2273
      Report filter elements that are not used.
2274
 
2275
    * CSharp Toolset: Resx processing
2276
      Backward compatibility with badly formed packages.
2277
      Ignore 'Designer.cs' files that have zero length.
2278
 
2279
    * Build Target: UBUNTU12
2280
      Added missing LMOS aliases.
2281
 
2282
------------------------------------------------------------------------
3967 dpurdie 2283
Version:  3.2.0000.cr                               Released: 8-Aug-2013
2284
------------------------------------------------------------------------
2285
Major changes:
2286
    * New build target: UBUNTU12
2287
      This is intended to facilitate testing of emebedded devices. It is not
2288
      intended to build deployed software.
2289
 
2290
      UBUNTU12 is considered to be an embedded device and as such is included in
2291
      the DEVLINUX alias.
2292
 
2293
      UBUNTU12 is built on an Ubuntu LTS 12.04 platform using
2294
      gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3.
2295
 
2296
Minor changes:
2297
    * Jats wrapper script
2298
      The default version control system has been set to 'svn'. This means that
2299
      the jats commands 'label', 'release' and 'extract' will invoke the
2300
      Subversion instance of the command.
2301
 
2302
      This change will not be picked up by Windows users. They will need to
2303
      update their jats.bat file if they want this change.
2304
 
2305
    * Utility: jats vcsdiff
2306
      Added support for BeyondCompare3 under windows.
2307
 
2308
    * Utility: jats upddep
2309
      Corrected issue that prevented the results being written to the build.pl
2310
      file under windows.
2311
 
2312
    * CSharp Toolset: Resx processing
2313
      Improved the generation of the Resource names. Now supports
2314
      form names that do not match the enclosing resource.
2315
 
2316
      Supports Resources without a matching .cs file - as long as there
2317
      is a matching Designer.cs file.
2318
 
2319
    * GCC Toolchain
2320
      Added version testing of the compiler being invoked by the build.
2321
 
2322
------------------------------------------------------------------------
3859 dpurdie 2323
Version:  3.1.9000.cr                               Released: 21-Jun-13
2324
------------------------------------------------------------------------
2325
Major changes:
2326
    * Jira Issue: JATS-274: Long view name causes legacy package to
2327
                            fail to daemon build
2328
      Create shorter viewnames when extracting Subversion workspace
2329
 
3967 dpurdie 2330
    * Documentation
3859 dpurdie 2331
      Document the EnvVar ANT_HOME  
2332
 
2333
------------------------------------------------------------------------
3833 dpurdie 2334
Version:  3.1.8000.cr                               Released: 04-Jun-13
3832 dpurdie 2335
------------------------------------------------------------------------
2336
Major changes:
2337
    * New Platform: INTELLECT
2338
      Support for Intellect PAX.
2339
      This support does not extend to native building of PAX modules. It is
2340
      intended to 'wrap' the existing PAX Build system.
2341
 
2342
      The body of the Pax Building infrastructure is not within the JATS core
2343
      but is to be provided though a JATS plugin.
2344
 
2345
------------------------------------------------------------------------
3559 dpurdie 2346
Version:  3.1.7000.cr                               Released: 03-May-13
2347
------------------------------------------------------------------------
2348
Major changes:
3564 dpurdie 2349
    * New Platform: VSDEVRC
2350
      Uses an MSP430G2553 processor, a member of the Texas Instruments MSP430
2351
      family
3559 dpurdie 2352
 
2353
Minor changes:
2354
    * Utility: jats sandbox
2355
      Support sandbox specific build filter. A file called 'buildfilter' in
2356
      the root of the sandbox will be used to specify a sandbox-local
2357
      buildfilter. It will override any buildfilter provided on the command
2358
      line.
2359
 
2360
    * Jats Configuration
2361
      Replace auperaunx26 with auperaarc01 as the default package server.
2362
 
2363
    * Jats Utility: rewrite and upddep
2364
      Purify build files that have mixed line endings under both Windows
2365
      and Linux.
2366
 
2367
      Addresses an issue where build files with mixed line endings are not
2368
      correctly rippled.
2369
 
2370
------------------------------------------------------------------------
3347 dpurdie 2371
Version:  3.1.6000.cr                               Released: 05-Apr-13
2372
------------------------------------------------------------------------
2373
Major changes:
2374
 
2375
Minor changes:
2376
    * Jats Core
2377
      Corrected algorithm used to search for a matching package version.
2378
      This is used by the -build option of ccrelease and svnrelease and
2379
      the '-locatepkg' option of JATS.
2380
 
2381
    * Utility: svnsave_build
2382
      Used only by the build daemons.
2383
      Do not propagate the 'author' of the base package if the build is a ripple.
2384
 
2385
    * Utility: svnrelease and svnextract
2386
      The process of backtracking from a tag to a branch/trunk supports
2387
      branches that are more than a single subdirectory.
2388
 
2389
------------------------------------------------------------------------
3045 dpurdie 2390
Version:  3.1.5000.cr                               Released: 13-Feb-13 
2391
------------------------------------------------------------------------
2392
Major changes:
2393
 
2394
Minor changes:
2395
    * svnrelease utility
2396
      The use of the '-branch' option will not replace the build files with
2397
      those from the base tag, nor will it replace any files that were modified
2398
      between the tag and branch from which the tag was taken.
2399
 
2400
      The resultant workspace will be the HEAD of the named branch, although
2401
      the extraction process will highlight changes between the named branch and
2402
      the named tag.
2403
 
2404
    * svnrelease utility
2405
      Corrected a problem in backtracking from a tag to the development branch
2406
      with some releases of TortoiseSVN.
2407
 
2408
------------------------------------------------------------------------
2931 dpurdie 2409
Version:  3.1.4000.cr                               Released: 31-Jan-13
2410
------------------------------------------------------------------------
2411
Major changes:
2412
 
2413
Minor changes:
2414
    * CHSHARP Toolset
2415
      New CompileOption: NoVersionDLL
2416
        Suppress the creation of versioned DLL for all Shared Libraries
2417
        covered by the makefile.
2418
 
2419
      New SharedLib option: --NoVersionDll
2420
        Suppress the creation of versioned DLLs.
2421
        Unversioned DLLs will always be generated.
2422
 
2423
    * ALL Toolsets
2424
      Ensure that some EnvVars that confuse the GNU automake are not exported
2425
 
2426
    * Utility vcsdiff
2427
      Under Unix will perform a 'diff' of the two views.
2428
      Added '-diff' option to force a text mode diff under Windows, rather than
2429
      the default use of BeyondCompare.
2430
 
2431
------------------------------------------------------------------------
2764 dpurdie 2432
Version:  3.1.3000.cr                               Released: 04-Jan-13
2433
------------------------------------------------------------------------
2434
Major changes:
2435
 
2436
Minor changes:
2437
    * Subversion Extraction
2438
      Detect and report error condition where a tag references a parent
2439
      directory of the tag.
2440
 
2441
      Better handling of tagged versions that have been moved within the
2442
      repository.
2443
 
2444
    * Subversion Support
2445
      Detect authentication errors and issue user-friendly error messages
2446
      showing the user what to do.
2447
 
2448
    * Added Support for LMOS_COBRA
2449
      This does not imply that LMOS is fully supported on the COBRA, only that
2450
      we have build support for this target.
2451
 
2452
      Note: LMOS is not fully supported by VIX on the COBRA platform.
2453
            LMOS should not be used on the COBRA.
2454
 
2455
Internal:
2456
    * Jats Utility: JatsFileUtil usage
2457
      Better handling of files with nasty characters(%'&) in them.
2458
      Now use a modified Url encoding scheme to pass them into JatsFileUtil
2459
      JatsFileUtil Will perform Url decoding of all arguments
2460
 
2461
------------------------------------------------------------------------
2478 dpurdie 2462
Version:  3.1.2000.cr                               Released: 15-Nov-12
2463
------------------------------------------------------------------------
2464
Major changes:
2465
 
2466
Minor changes:
2467
    * Makefile Generation.
2468
      Fixed issue with packaging files with a single quote(') in the name
2469
 
2470
------------------------------------------------------------------------
2450 dpurdie 2471
Version:  3.1.1000.cr                               Released: 14-Nov-12
2472
------------------------------------------------------------------------
2473
Major changes:
2474
 
2475
Minor changes:
2476
    * Makefile generation
2477
      Warning generation of bad source paths does not generate an error
2478
      if the path test escapes the directopry tree. It will generate a
2479
      warning, which allows the build to progress as before - with lots
2480
      of warnings.
2481
 
2482
    * Makefile Generation
2483
      BuildSubDir and SubDir directives - cleanup paths.
2484
 
2485
    * Jats Utility: JatsFileUtil
2486
      Better handling of double '\' in pathnames under windows.
2487
 
2488
 
2489
------------------------------------------------------------------------
2439 dpurdie 2490
Version:  3.1.0000.cr                               Released: 08-Nov-12
2429 dpurdie 2491
------------------------------------------------------------------------
2492
Major changes:
2493
    * Make-time performance improvement of packaging
2494
      Improved the performance of the 'packaging' and 'installing' operations
2495
      by an order of magnitude under windows. Replaced the shell scripting of
2496
      these operations with a dedicated program.
2497
 
2498
      This change also addressed a long-time Windows issue with the packaging
2499
      of files into very long (>~250) paths as the utility supports the full
2500
      windows path scheme.
2501
 
2502
Minor changes:
2503
    * Command Changes: jats clobber
2504
      The 'jats clobber' command has been significantly sped up
2505
      The 'clobber' no longer unpackages and uninstalls files one by one
2506
      from the relevant directories. The entire directory is deleted.
2507
 
2508
      The original sequence can still be perform, if required, with the commands
2509
        jats make clobber
2510
      This operates as before.
2511
 
2512
    * Utility: escrow
2513
      Support to extract packages with a subdirectory structure that
2514
      breaks the JATS rule that the TTB directory names are reserved.
2515
      Some COTS packages break the rule.
2516
 
2517
    * Utility: svn : delete-branch
2518
      Modified the svn branch deletion operation.
2519
        With no arguments it will show the current branch.
2520
 
2521
    * Utility: svn : url
2522
      Improved the conversions supported. Now handles leading SVN::
2523
      and will decode tags of the form SVN::path::tag
2524
 
2525
    * Utility: svn : import
2526
      Added a '-nocommit' option to allow the results of the import to be
2527
      inspected before committing them to the Repository.
2528
 
2529
    * Subversion Support
2530
      Detect authentication errors and issue user-friendly error messages
2531
      showing the user what to do.
2532
 
2533
      The special label of TIMESTAMP now creates a tag with a .WIP
2534
      suffix. This allows the tag to be deleted in the VIX protected
2535
      repositories.
2536
 
2537
------------------------------------------------------------------------
2078 dpurdie 2538
Version:  3.0.5000.cr                               Released: 05-Oct-12
2539
------------------------------------------------------------------------
2540
 
2541
Minor changes:
2542
    * Jats build
2543
      Added a '-nopackages' option to allow the creation of version information
2544
      files under conditions where the external packages are not available, such
2545
      as within a JATS Sandbox.
2546
 
2547
      This option is intended to be used in conjunction with the 'interface'
2080 dpurdie 2548
      command, with a sandbox.
2078 dpurdie 2549
 
2550
      ie: jats sandbox cmd -keepgoing build interface -nopackages
2551
 
2552
------------------------------------------------------------------------
2054 dpurdie 2553
Version:  3.0.4000.cr                               Released: 27-Sep-12
2049 dpurdie 2554
------------------------------------------------------------------------
2555
 
2556
Minor changes:
2557
    * Utility: svn
2558
      Added two subcommands
2559
        branch - to create a branch within a workspace
2560
        switch - to switch a workspace to a branch, or tag.
2561
                 Can also display available branches.
2562
 
2054 dpurdie 2563
    * Utility: sandbox. Subcommand: cmd
2564
      Added '-keepgoing' option to allow the user to ignore errors
2040 dpurdie 2565
 
2566
    * Utility: rtag_extract
2567
        * Added -[no]log option to control the output
2568
        * Extended the examples in the documentation
2569
 
2570
    * Utility: svnrelease and svnextract
2571
      Modified the way that branches are created and used.
2572
      Modified two options:
2573
        -mkbranch=name. Will create a branch while extracting the package
2574
                        The named branch must not exist
2575
        -branch=name.   Will extract the head of the named branch - if it exists
2576
                        The named branch must exist
2577
      The two options are mutually exclusive.
2578
 
2579
------------------------------------------------------------------------
2017 dpurdie 2580
Version:  3.0.3000.cr                               Released: 24-Sep-12
2581
------------------------------------------------------------------------
2582
 
2583
Minor changes:
2584
    * Utility: rtag_extract
2585
      The following enhancements have been made to this utility
2586
        * Only allow extracting into a jats sandbox
2587
        * Create workspaces with a name that is the package name
2588
        * Skip extraction of a package if it already exists in the sandbox
2589
 
2590
------------------------------------------------------------------------
1456 dpurdie 2591
Version:  3.0.2000.cr                               Released: 21-Sep-12
2592
------------------------------------------------------------------------
2593
 
2594
Minor changes:
2017 dpurdie 2595
    * Utility: svnrelease and svnextract
1456 dpurdie 2596
      The name of the directory into which the package will be etracted
2597
      has been greatly simplified, under most cases.
2598
 
2599
------------------------------------------------------------------------
1447 dpurdie 2600
Version:  3.0.1000.cr                               Released: 18-Sep-12
2601
------------------------------------------------------------------------
2602
 
2603
Minor changes:
2604
    * Utility: svnrelease
2605
      Correctly handle build files that are not in the root directory
2606
      Missed in previous release.
2607
 
2608
------------------------------------------------------------------------
2609
Version:  3.0.0000.cr                               Released: 13-Sep-12
2610
------------------------------------------------------------------------
2611
 
2612
Major changes:
2613
    * Jats Version Number
2614
      Rolled to version 3 as the build number was confusingly high
2615
      Although the major version number has changed, JATS has not changed
2616
      significantly.
2617
 
2618
Minor changes:
2619
    * Makefile Generation
2620
      Packing of directories filters out .svn subdirectories
2621
 
2622
    * Utility: svnrelease
2623
      Correctly handle build files that are not in the root directory
2624
 
2625
------------------------------------------------------------------------
1403 dpurdie 2626
Version:  2.101.0000.cr                               Released: 11-Sep-12
2627
------------------------------------------------------------------------
2628
Major changes:
2629
    * Subversion support
2630
      Multiple changes to subversion support to simplify development with
2631
      SubVersion. Changes include:
2632
        - New VcsTag that has a path and a tag component
2633
        - Multiple extraction modes with checks to highlight unexpected
2634
          file changes between workspace and branch head.
2635
 
2636
Minor changes:
2637
    * Utility: New utility - rtag_extract
2638
      Tool to extract a set of packages based on a Release Manager Release.
2639
      Can limit the files extracted to one or more paths, or a list of packages.
2640
      Provides supervised extraction of the set of packages.
2641
      Use 'jats man rtag_extract' or online documentation.
2642
 
2643
    * Utility: svnsave_build
2644
      Failure to change the author of the build is not an error.
2645
      This allows for non-standard repositories being used during consolidation
2646
 
2647
    * Linux support utilities
2648
      Add a version of 'addr2line' that understands the ELF file format
2649
      which has debug information striped out into a separate file.
2650
      Used to support backtracing within unit tests.
2651
 
2652
------------------------------------------------------------------------
1329 dpurdie 2653
Version:  2.100.6000.cr                               Released: 30-Jul-12
2654
------------------------------------------------------------------------
2655
Major changes:
2656
    * Subversion Repository location
2657
      The correct paths to the various SubVersion repositories is:
2658
        GBE_SVN_URL_AUPERASVN01: https://auperasvn01.aupera.erggroup.com/svn
2659
        GBE_SVN_URL_FRBESASVN01: http://frbesasvn01.frbesa.erggroup.com/svn
2660
      Windows users may need to update there jats.bat file.
2661
      These are Fully Qualified Domain Names.    
2662
 
2663
Minor changes:
2664
    * Jats startup warning introduced in 2.100.5000.cr
2665
      Now accepts both / and \ as path separators.
2666
 
2667
    * Utility: svnrelease
2668
      Modified the operation of the '-branch' to better mimic the ClearCase
2669
      operation of the same command. If the specified branch exists, then it
2670
      will be used, otherwise it will be created based on the specified tag.
2671
 
2672
    * Utility: svnsave_build
2673
      Modify the operation such that the 'author' of the saved build is set to
2674
      that of the user that created the version that that build is based upon.
2675
      This preserves the history of the build a lot better than tagging all
2676
      builds as being done by 'buildadm'.
2677
 
2678
    * Utility: ccdelete_view
2679
      Allow the user to specify ClearCase viewtags or a viewstore path.
2680
 
2681
    * Utility: sandbox
2682
      Added options to control the packages processed. The user can specify
2683
      a range of packages and exclude or include specific packages.
2684
 
2685
      Subcommand: populate
2686
      Added -exclude=name[,name]+ to allow specific packages to be excluded
2687
      Add -all option to force dependency testing of packages already in the
2688
      sandbox.
2689
 
2690
    * Subversion Support
2691
      With an automated build environment the use of a default Subversion
2692
      repository is not supported.
2693
 
2694
      Creating a workspace will display the files being extracted providing
2695
      a progress indication.
2696
 
2697
    * Jats Online Documentation
2698
      Migrated several items from the VIX Wiki to the FAQ section of the
2699
      online documentation.
2700
 
2701
    * Generated makefiles
2702
      Improved tracing of package archive source in comments
2703
 
2704
------------------------------------------------------------------------
401 dpurdie 2705
Version:  2.100.5000.cr                               Released: 28-May-12
399 dpurdie 2706
------------------------------------------------------------------------
2707
Major changes:
2708
 
2709
Minor changes:
2710
    * New Platform: WCENAUTIZX5
2711
     "Nautiz eTicket Pro" built under VS2005
2712
 
400 dpurdie 2713
    * Jats startup will warn Windows Users if jats.bat does not
2714
      link to the dynamically updated version of JATS. 
2715
 
399 dpurdie 2716
Internal:
2717
    * Corrected error handling in Release Manager Database connection
2718
      Worked on Windows, but not linux.
2719
 
2720
------------------------------------------------------------------------
387 dpurdie 2721
Version:  2.100.4000.cr                               Released: 30-Apr-12
2722
------------------------------------------------------------------------
2723
Major changes:
2724
 
2725
Minor changes:
2726
    * Jats makefile directive: MakeProject
2727
      Improved support for packaging files with spaces and other make-unfriendly
2728
      characters in their pathname.
2729
 
2730
------------------------------------------------------------------------
385 dpurdie 2731
Version:  2.100.3000.cr                               Released: 20-Apr-12
2732
------------------------------------------------------------------------
2733
Major changes:
2734
 
2735
Minor changes:
2736
    * Platform: VIXITP
2737
      Minor enhancements
2738
 
2739
    * JATS wrappers
2740
      Updated default paths to Subversion Servers
2741
 
2742
    * Subversion Support
399 dpurdie 2743
      Added svn delete-branch
385 dpurdie 2744
 
2745
------------------------------------------------------------------------
383 dpurdie 2746
Version:  2.100.2000.cr                               Released: 13-Apr-12
2747
------------------------------------------------------------------------
2748
Major changes:
2749
 
2750
Minor changes:
387 dpurdie 2751
    * GCC Toolmaking
383 dpurdie 2752
      Use JATS' internal dependency generator. This is much faster than the
2753
      use of the gcc as previously implemented.
2754
 
2755
    * New Platform: VIXITP
387 dpurdie 2756
      Specialized platform for the VIX 'ITP' product.
383 dpurdie 2757
 
2758
    * Subversion Support
2759
      Documented the use of 'TIMESTAMP' in svn commands
2760
      svnrelease. The -branch option supports the special name TIMESTAMP
2761
 
2762
 
2763
------------------------------------------------------------------------
381 dpurdie 2764
Version:  2.100.1000.cr                               Released: 28-Mar-12
2765
------------------------------------------------------------------------
2766
Major changes:
2767
 
2768
Minor changes:
2769
    * Jats makefile directive: MakeLinuxDriver
2770
      Added support for source files not in the same directory as the
2771
      makefile.
2772
 
2773
    * Jats makefile directives: SharedLib and Lib
2774
      Improved support for named source files with directory elements
2775
 
2776
------------------------------------------------------------------------
379 dpurdie 2777
Version:  2.100.0000.cr                               Released: 23-Mar-12
2778
------------------------------------------------------------------------
2779
Major changes:
2780
 
2781
    * WIN32 Target (Visual Studio 6)
2782
      This target will now consume headers/libraries from a VS6 directory.
2783
      This has been provided to allow the use of Dinkumware_STL to be limited
2784
      to this one compiler. Specifically we need to excluded the use of
2785
      Dinkumware from VS2010 builds.
2786
 
2787
    * C# Toolchain
2788
      Correctly detect missing .cs file in .resx /.cs file pair.
2789
 
2790
Minor changes:
2791
    * Jats wrapper script
2792
      New option: -logfile=name
2793
 
2794
    * Jats configuration
2795
      jats.bat example (Windows)
2796
      jats.sh example (Unix)
2797
      Redefined location of the Perth Subversion server AUPERASVN01
2798
 
2799
    * Escrow build on solaris_x86
2800
      Added workaround for strange issue on X86 based Solaris machines
2801
      The GBE_MACHTYPE EnvVar would disappear during the build process
2802
 
2803
    * Utility ccrelease
2804
      The -extractfiles option nolonger uses a dynamic view to perform the
2805
      extraction. It uses the same process as normal view creation.
2806
 
2807
    * Utility: svn
2808
      Improved package import processing.
2809
      Allow Date, Author and Log to be added to the imported package
2810
 
2811
    * Jats Utility: gen_cots
2812
      Added support for Subversion.
2813
      Subversion is supported on Windows and Unix.
2814
      ClearCase is supported on Windows.
2815
 
2816
    * Jats Utility: vcsdiff
2817
      New Utility. Will diff two versions of a package. Supports
2818
      mixed ClearCase and Subversion versions.
2819
      Under windows it can invoke BeyondCompare
2820
      Under Windows and Unix it can perform a MD5 check over both directories.
2821
 
2822
------------------------------------------------------------------------
377 dpurdie 2823
Version:  2.99.2000.cr                               Released: 3-Feb-12
2824
------------------------------------------------------------------------
2825
Major changes:
2826
 
2827
Minor changes:
2828
    * BuildVersion directive
2829
      Updated Company Name, Copyright and Trademark strings to 'Vix IP Pty Ltd'
2830
 
2831
    * GCC Toolset
2832
      Added support for filterering warning messages, via a warnings.gcc file
2833
 
2834
------------------------------------------------------------------------
375 dpurdie 2835
Version:  2.99.1000.cr                               Released: 13-Jan-12
2836
------------------------------------------------------------------------
2837
Major changes:
2838
 
2839
Minor changes:
2840
    * Command: jats clobber
2841
      When building packages that use deploylib - remove the 'build/deploy'
2842
      directory as a part of the clobber processing.
2843
 
2844
    * Jats wrapper. Environment Variable Cleanup (Windows Only)
2845
      Force ALL EnvVars stored in the environment and passed to programs
2846
      invoked by JATS to be converted to upper case.
2847
 
2848
      This solves problems associated with some programs that do not treat
2849
      Windows EnvVars as case insensitive.
2850
 
377 dpurdie 2851
      A useful side effect of this change is that VS2010 running on
2852
      64-bit Windows-7 will now locate the default installation of VS2010, as
2853
      will many other toolsets.
375 dpurdie 2854
 
2855
    * jats svnlabel
2856
      Report conflicting options: Label and Clone
2857
 
2858
      Correct the 'label' operation. The user is not allowed to provide
2859
      path. The user must provide a simple label. JATS will determine the
2860
      workspace and the correct branch/tag to place the label in.
2861
 
2862
    * Built Daemon support
2863
      jats_svn_savebuild will now delete a WIP if its in the /tags/ directory.
2864
      This allows WIPs to be tags or branches
2865
 
2866
------------------------------------------------------------------------
373 dpurdie 2867
Version:  2.99.0000.cr                               Released: 06-Jan-12
2868
------------------------------------------------------------------------
2869
Major changes:
2870
    * GCC Toolset
2871
      Modified the creation and maintenance of debug information.
2872
      New methodology is:
2873
        Debug information is created for both production and debug builds
2874
        Debug information is placed in a .dbg file, which is linked to the
2875
        executable, or shared library. The .dbg file is packaged in the manner
2876
        as the main binary.
2877
 
2878
      This methodology does not bloat the binary with debug information, while
2879
      retaining debug information. The binary transferred to an embedded
2880
      device does not contain debug information, yet the image used in the
2881
      debugger can still access the debug information. This is the best of
2882
      both worlds.
2883
 
2884
Minor changes:
2885
    * HTML Documentation
2886
      JatsWelcome.html - Extended references to BMS documentation.
2887
 
2888
Internal changes:
2889
    * Generated makefiles
2890
      Removed the make_usage target as it is inaccessible. It was replaced by
2891
      jmake's 'help' command a long time back.
2892
 
2893
------------------------------------------------------------------------
371 dpurdie 2894
Version:  2.98.4000.cr                               Released: 23-Dec-11
2895
------------------------------------------------------------------------
2896
Major changes:
2897
    * Jats Sandbox
2898
      Softlinks to packages within the sandbox are now relative to the root of
2899
      the sandbox. This allows packages in the sandbox to be created under one
2900
      machine architecture and consumed under another.
2901
 
2902
    * RIORDS Platform
2903
      Generate output files with the package version embedded in the name
2904
      This can be disabled with --NoVersion
2905
 
2906
      Package up the 'hex' file created when the .img file is processed.
2907
 
2908
 
2909
Minor changes:
2910
    * Processing makefile.pl
2911
      Better handling of some shared library arguments for undeclared files
2912
      Error detection of some arguments that start with white-space
2913
 
2914
------------------------------------------------------------------------
369 dpurdie 2915
Version:  2.98.3000.cr                               Released: 14-Dec-11
2916
------------------------------------------------------------------------
2917
Major changes:
2918
 
2919
Minor changes:
2920
    * New Platform and Toolchain
371 dpurdie 2921
      Platform is RIORDS. This uses the MSP430 toolchain.
369 dpurdie 2922
      Beta release of this toolchain
2923
 
2924
    * Jats Escrow. Escrow extraction
2925
      Force views created to be done in the same manner as the build daemon.
2926
      Under Clearcase, do not include the /main/0 rule.
2927
 
2928
    * Utility: ccrelease (jats release, jats extract)
2929
      Correct use of /main/0 on Unix platforms to match Windows behavior.
2930
      Only add /main/0 if the user has provided a path to a directory within
2931
      a vob.
2932
 
2933
    * Various changes to remove warnings when used with perl 5.14.
2934
      Note: Perl 5.14 is not recommended.
2935
            Perl 5.8.8 is recommended.
2936
 
2937
    * Windows utilities
2938
      Updated 7z to version 9.20.
2939
 
2940
    * Subversion Support
2941
      Support for 1.7 error messages
2942
      Extended the 'jats svn' utility. New subcommands:
2943
        paths - Display Subversion tag to URL conversions
2944
        tag   - Convert a path or URL to a Release Manager Tag
2945
        url   - Convert Release Manager tag to URL
2946
 
2947
    * COBRA Toolset
2948
      Suppress compiler warning on incompatible ABI
2949
 
2950
    * Create dpkg utility
2951
      Allows packaging from a sandbox, but only of package versions 99.99.99
2952
 
2953
Internal changes:
2954
    * Generated makefiles are now dependent on DPACKAGE files from dependant
2955
      packages, if present.
2956
 
2957
------------------------------------------------------------------------
367 dpurdie 2958
Version:  2.98.2000.cr                               Released: 15-Nov-11
2959
------------------------------------------------------------------------
2960
Major changes:
2961
 
2962
Minor changes:
2963
    * Jats Utility:
2964
      Added 'ccdelete_view'. This utility will delete a Clear Case view given a
2965
      viewtag, even if the view has been deleted from disk.
2966
 
2967
    * Jats startup
2968
      Jats will report an error if started in a directory that is inaccessible
2969
      to the user. An error will also be report if jats is directed to change to
2970
      in inaccessible directory.
2971
 
2972
    * Building an ANT project.
2973
      Jats will warn if a buildfile does not have an associated depends file.
2974
 
2975
    * TOOLSET: GCC
2976
      The 'options=args' now shows the operation of the dependency generation step.
2977
 
2978
    * TOOLSET: WINCE
2979
      Better detection of missing SDK components.  
2980
 
2981
    * Subversion support
2982
      Allow untrusted certificates in https connections.
2983
      VisualSvnServer provides self signed certificates
2984
 
2985
Internal:
2986
    * Makefile generation
2987
        Removed the use of the .rul file. Now generated in place.
2988
        Removed PLATFORM.mk dependencies. Work is done in jmake.
2989
 
2990
------------------------------------------------------------------------
365 dpurdie 2991
Version:  2.98.1000.cr                               Released: 15-Sep-11
2992
------------------------------------------------------------------------
2993
Major changes:
2994
 
2995
Minor changes:
2996
    * Utility: cclabel
2997
      Handle VCS tags of the form CC::path::label and extract the vob name and
2998
      the clearcase label.
2999
 
3000
    * Subversion support
3001
      Report errors when required utilities cannot be found
3002
      Delay reporting until utilities are required to allow the help system
3003
      to operate.
3004
 
3005
------------------------------------------------------------------------
363 dpurdie 3006
Version:  2.98.0000.cr                               Released: 09-Aug-11
3007
------------------------------------------------------------------------
3008
Major changes:
3009
    * New toolset: ARM251
3010
 
3011
    * New target platform: ARM_I5100
3012
      Uses the ARM251 toolset.
3013
 
3014
Minor changes:
3015
    * HTML Help
3016
      Correct display of subheadings in the Table of Contents under IE8
3017
 
3018
    * jats build -noforce
3019
      The 'quick' test to force a re-build now takes the value of
3020
      GBE_BUILDFILTER into account. If the value changes, then a rebuild will
3021
      be forced.
3022
 
3023
      This affect the 'jats all' and associated 'sandbox' commands.
3024
 
3025
    * Utility: ccrelease (jats release, jats extract)
3026
      Improved the ClearCase config spec used to create the view.
3027
 
3028
      If the command specifies a branching rule, then the view will not allow
3029
      directories above the package base to be branched. This will prevent
3030
      unintentional branching within the root of the VOB.
3031
 
3032
      If the command does not specify a branching rule, the view now allows
3033
      files and folders to be 'added' within the view, within the package. This
3034
      feature is suppressed when the tool is used by the AutoBuilder, or when
3035
      the load path contains only the name of the VOB.
3036
 
3037
    * Utility: svnrelease
3038
      Remove duplicate package-name words from the generated workspace name to
3039
      provide a cleaner workspace name.
3040
 
3041
      Allow the workspace to be deleted in 'release' mode by changing out of the
3042
      workspace directory before attempting the delete.
3043
 
3044
    * Utility: svn
3045
      Added 'test' to verify that the subversion CLI utility has been
3046
      installed and can be used.
3047
 
3048
    * Toolset: CSharp
3049
      Utilize features of cmdfile to simplify the generated makefile
3050
      Force the generated command file to have correct directory separation
3051
      character.
3052
 
3053
    * Toolset: SunWorks
3054
      Corrected usage of the -erroff directive
3055
      The later SunWorks compilers are more strict about its usage.
3056
      May affect 64 Solaris builds as the incorrect usage may have been
3057
      masking an error.
3058
 
3059
    * Toolset: Delphi7
3060
      Correct library building process that had been broken by previous
3061
      enhancement.
3062
 
3063
    * Toolset: dafbr
3064
      Internal option to simplify compiler testing
3065
 
3066
    * makefile.pl directive: GenerateFiles and RunTests
3067
      Corrected operation of the '--PackageInfo' expansion
3068
        - Return correct path to package
3069
        - If no info is selected, then assume '--path'
3070
 
3071
    * build.pl directive: BuildPlatforms
3072
      Added a '--Alias=Name[,Name]+' option. This allows the setting of
3073
      a platform alias, when the platform is defined.
3074
 
3075
    * build.pl directive: BuildVersion
3076
      Generate well formed VB6 definitions for packages that have dependent
3077
      packages.
3078
 
3079
    * make command: show
3080
      Improved the readability of the 'Alias Targets' list in the
3081
      'jats make show' command.
3082
 
3083
    * Utility: create_dpkg
3084
      When transferring files from a Windows file system to dpkg_archive
3085
      ensure that the execute permission is set for all users.
3086
 
3087
      Allows 'GENERIC' packages to package up executables that will be
3088
      executed on Unix machines.
3089
 
3090
------------------------------------------------------------------------
361 dpurdie 3091
Version:  2.97.0000.cr                               Released: 24-Jun-11 
3092
------------------------------------------------------------------------
3093
Major changes:
3094
    * HTML Help (Experimental)
3095
      Generated documentation for the various JATS utilities
3096
      It is based on the internal JATS documentation available on the command
3097
      line.
3098
 
3099
      Use http://auperaunx26.aupera.erggroup.com/devl/core_devl2/HTML/index.html
3100
 
3101
Minor changes:
3102
    * PackageFile directive
3103
      Allow packaging of files with a comma in the name.
3104
      Used by some COTS packages.
3105
 
3106
    * Windows utilities used by jats
3107
      stdmux and rpccpp: provide production versions that do not use debug
3108
      libraries as these are not present for all users.
3109
 
3110
    * Jats utility: dstatus
3111
      Shows the user friendly host name rather then the internal machine name.
3112
      This change is in line with the changes to Release Manager
3113
 
3114
    * Utility: svnrelease
3115
      Better deletion of workspaces referenced with non-standard URLs
3116
      Corrected problem with -branch=name option
3117
 
3118
    * Utility: svnrelease and ccrelease
3119
      Better deletion of workingspace directory.
3120
      Attempt to correct for directory permission problems.
3121
 
3122
    * Updated definition of GBE_SVN_URL_FRBESASVN01 to use
3123
      the server by name, rather than IP address: 'frbesasvn01'
3124
 
3125
    * Added EnvVar GBE_VCS to control the default Version Control System
3126
      employed by the 'jats release' and 'jats extract' commands.
3127
 
3128
      Usable values are: 'cc' and 'svn'.
3129
      The default value is 'cc', providing backward compatability to existing
3130
      developers.
3131
 
3132
 
3133
------------------------------------------------------------------------
359 dpurdie 3134
Version:  2.96.4000.cr                               Released: 06-May-11
3135
------------------------------------------------------------------------
3136
Major changes:
3137
 
3138
Minor changes:
3139
    * WIN32 Toolset
3140
      Remove .exp and .lib files that may be created when building a program.
3141
      These files may be generated when using code to create a DLL is used
3142
      to create an EXE.
3143
 
3144
    * Utility: upddep
3145
      Handle packages with version strings like: 1.6.0,REV=2006.11.29.05.03
3146
      The '=' was causing issues.
3147
 
3148
    * Utility: sandbox
3149
      New sub command - populate. Beta Release of this command
3150
      This sub command can be used to populate a sandbox with a specific package
3151
      and (optionally) its dependents, that (optionally) are not available
3152
      in a package archive.
3153
 
3154
      Sub command: create
3155
      New option '-exact'. This will create a sandbox in which the package
3156
      version numbers are significant. This is useful when recreating a specific
3157
      package version.
3158
 
3159
      Command specific help
3160
      Each sub command now has its own help.
3161
      ie: 'jats sandbox populate -help' will provide help on the populate
3162
      command.
3163
 
3164
    * BuildVersion directive
3165
      Will create well formed Windows Resource files when the Packages Build
3166
      Number is greater than 7.
3167
 
3168
Internal:
3169
    * Removed jats_save_build.pl
3170
      No longer used by the build tool.
3171
 
361 dpurdie 3172
------------------------------------------------------------------------
357 dpurdie 3173
Version:  2.96.3000.cr                               Released: 14-Mar-11
3174
------------------------------------------------------------------------
3175
Major changes:
3176
 
3177
Minor changes:
3178
    * Minor tweaks for WCEIPA280 support
3179
 
3180
    * Build tool support: jats_vcssave_build
3181
      Deprecated unused options.
3182
 
361 dpurdie 3183
------------------------------------------------------------------------
355 dpurdie 3184
Version:  2.96.2000.cr                               Released: 10-Mar-11
3185
------------------------------------------------------------------------
3186
Major changes:
3187
 
3188
Minor changes:
3189
    * New WinCE platform: WCEIPA280
3190
      Uses VS2005 and the IPA280 SDK from Ingenico
3191
 
361 dpurdie 3192
------------------------------------------------------------------------
353 dpurdie 3193
Version:  2.96.1000.cr                               Released: 09-Mar-11
3194
------------------------------------------------------------------------
3195
Major changes:
3196
 
3197
Minor changes:
3198
    * EnvVars
3199
      Support for GBE_SVN_URL_xxx to support multiple SubVersion repositories
3200
      at multiple locations.
3201
 
3202
    * Build tool support: jats_vcssave_build
3203
      New option -isawip to allow deprecation of -wiplabel option in
3204
      a future release.
3205
 
361 dpurdie 3206
------------------------------------------------------------------------
351 dpurdie 3207
Version:  2.96.0000.cr                               Released: 01-Mar-11
3208
------------------------------------------------------------------------
3209
Major changes:
3210
    * CSHARP2010 target
3211
      Force all C# compilations to be targeted at a 32-bit platform.
3212
 
3213
Minor changes:
3214
    * jats escrow utility
3215
      Uses VcsTag and jats_vcsrelease to be version control system agnostic.
3216
 
361 dpurdie 3217
------------------------------------------------------------------------
349 dpurdie 3218
Version:  2.95.1000.cr                               Released: 14-Feb-11
3219
------------------------------------------------------------------------
3220
Patch changes:
3221
    * Built Tool Interface Changes
3222
        Rename jats_vcs_save_build.pl to jats_vcssave_build.pl
3223
        Rename jats_release.pl to  jats_vcsrelease.pl
3224
      to create a consistent naming convention for the buildtool
3225
      interface to Version Control System aware tools.    
3226
 
361 dpurdie 3227
------------------------------------------------------------------------
347 dpurdie 3228
Version:  2.95.0000.cr                               Released: 11-Jan-11
3229
------------------------------------------------------------------------
3230
Major changes:
3231
    * Initial (experimental) support for VS2010, both for C# and C/C++
3232
    Introduces two new platforms:
3233
        CSHARP2010 (.NET 4.0)
3234
        VS2010
3235
 
3236
Minor changes:
3237
    * jats_rewrite - used only by the build daemons
3238
      Better handling of 'cots' packages.
3239
 
3240
    * jats upddep utility
3241
      Add -keep option to retain the config data extracted from the
3242
      Release Manager data base for diagnistic use.
3243
 
3244
    * Added Linux profile scripts to build installers
3245
      Added TEMPLATES/INSTALL to the packaged version of JATS
3246
      Support for Linux under
3247
        RHEL4
3248
        Ubuntu 10.04
3249
 
3250
Internal:
3251
    * System(--Shell) escaping - improved.
3252
      Only escape spaces if there are multiple arguments.
3253
 
3254
------------------------------------------------------------------------
345 dpurdie 3255
Version:  2.94.0000.cr                               Released: 16-Dec-10
227 dpurdie 3256
------------------------------------------------------------------------
345 dpurdie 3257
Major changes:
3258
 
3259
Minor changes:
3260
    * New target platform - PHP
3261
      This target is only available on a Windows Platform. It is used to limit
3262
      the processing of PHP artifacts by the ZendGaurd.
3263
 
3264
    * Utility: cache_dpkg
3265
      Used internally to cache packages to a local archive.
3266
      When an error is encountered in the transfer the utility will now
347 dpurdie 3267
      correctly delete the package that it was transferring. Previously it
345 dpurdie 3268
      could leave a partially transferred package.
3269
 
3270
    * Utility: create_dpkg [DEVI-063950 ]
3271
      Creates build.<MachineName> marker files as well as built.<MachType>.
3272
      Partial work for DEVI-063950
3273
 
3274
    * makefile.pl directives
3275
      Corrects and extended the operation of the platform-specifier.
3276
      All non-platform options must be true, while the platform names are
3277
      treated as before - any of them may be true. See MASS-00166 for full
3278
      details.
3279
 
3280
Internal:
3281
    * System(--Shell) operations will escape spaces in the argument
3282
      Allows the use c:\Program Files\... in path elements.
3283
 
3284
------------------------------------------------------------------------
343 dpurdie 3285
Version:  2.93.0000.cr                               Released: 03-Dec-10
3286
------------------------------------------------------------------------
3287
Major changes:
3288
 
3289
Minor changes:
3290
    * Jats Sandbox operation
3291
      Don't remove .RUL files in sandbox testing of the build files
3292
 
3293
    * Jats MakeProject directive
3294
      Added --TargetDebug= and --TargetProd=  to allow the default target
3295
      of the project builds to be specified.
3296
 
3297
      Can be used in all targets that use a Visual Studio project or solution
3298
      to build a package.
3299
 
3300
    * MergeLibrary directive
3301
      New sub-option --InterfacePlain
3302
      This will allow the use of 3rd party libraries that do not have a P or D
3303
      suffix in the library name.
3304
 
3305
    * GenerateFiles directive
3306
      Use of --Var(ObjDir) will cause the Object directory to a prequisite
3307
      of the command. Similar for BinDir and LibDir.
3308
 
3309
    * BuildPlatform
3310
      New option: --NoToolSet
3311
      Supresses the check for the existance of the underlying toolset.
3312
      Ensures that the user does not attempt to use the underlying toolset.
3313
 
3314
      To be used in packages that generate installers, where there is
3315
      no compilation phase, but the package search mechanism may still
3316
      need toolset specific information.
3317
 
3318
      Normally used in conjunction with --OnlyProd.
3319
 
3320
      eg: BuildPlatforms ( 'WIN32,--OnlyProd,--NoToolSet' );
3321
 
3322
Internal:
3323
    * Jats EnvVars, ccrelease and svnrelease
3324
      Factored out the default value of GBE_VIEWBASE and associated
3325
      processing into jats.pl
3326
 
3327
      Expect GBE_VIEWBASE to be site specific. Defaults are suitable for
3328
      a ClearCase site.
3329
 
3330
------------------------------------------------------------------------
341 dpurdie 3331
Version:  2.92.0000.cr                               Released: 08-Nov-10
3332
------------------------------------------------------------------------
3333
Major changes:
3334
 
3335
Minor changes:
3336
    * DEVI-059977: 64-bit Solaris libraries try to link against 32-bit libs
3337
      The 64-bit Solaris build will no longer attempt to consume 32-bit
3338
      libraries or header files.
3339
 
3340
    * New tool update_release
3341
      Extracts current package version list from Deployment Manager SBom(s)
3342
      and copy resultant packages to release specific directory.
3343
 
3344
      Use 'jats man update_release' for full details
3345
 
3346
    * New tool ccmerge_build
3347
      Merge an autobuilt build.pl file back to the parent branch
3348
      and leave the resultant file checked out.
3349
 
3350
      Use 'jats man ccmerge_build' for full details
3351
 
3352
    * Jats Sandbox command
3353
      Improved operation of 'sandbox all' and packages that use
3354
      BuildPkgArchive.
3355
 
3356
    * GCC and SUNWORKS tools
3357
      Allow shlib dependency generation to be displayed in verbose mode
3358
 
3359
Internal:
3360
    * Work for subversion support
3361
 
3362
    * Build
3363
      Use Perl 'File' operations instead of system function to delete
3364
      directories. Is faster under Windows.
3365
 
3366
------------------------------------------------------------------------
339 dpurdie 3367
Version:  2.91.0000.cr                               Released: 15-Sep-10
3368
------------------------------------------------------------------------
3369
Major changes:
3370
    * SharedLib directives for Solaris and GCC targets
3371
      Added support to control the 'soname' embedded within the shared
3372
      library. Refer the MASS-00166 for full details. Use with care.
3373
 
3374
------------------------------------------------------------------------
337 dpurdie 3375
Version:  2.90.0000.cr                               Released: 14-Sep-10
3376
------------------------------------------------------------------------
3377
Major changes:
3378
    * New platform - 'COBRA'.
3379
      Support for the ARM926EJS based hardware.
3380
      This is a Linux based target.
3381
      Requires a new compiler to be installed into build machines
3382
 
3383
Minor changes:
3384
    * Jats sandbox command
3385
      Basic support for the 'cache' command.
3386
      Allows external dependent packages to be cached for disconnected
3387
      development.
3388
 
3389
------------------------------------------------------------------------
335 dpurdie 3390
Version:  2.89.0000.cr                               Released: 13-Sep-10
3391
------------------------------------------------------------------------
3392
Major changes:
3393
    * [DEVI-062103]
3394
      Many (11) toolsets - all that generate linker dependency
3395
      files for creating shared libraries or programs.
3396
        Solaris, Gcc, WIN32, Wince, MOS, Verix, Keil, AVR_IAR,
3397
        CSHARP, MCR, Pharlap.
3398
 
3399
      Better, simpler, and in some cases correct, generation
3400
      of dependency files used in linking. Also generate separate
3401
      files for Production and Debug builds.
3402
 
3403
Minor changes:
3404
    * Jats sandbox command
3405
      The 'info' subcommand will highlight external packages that cannot be
3406
      found in any of the the package archives.
3407
 
3408
    * Jats release -extract
3409
      The ClearCase view that is created will have a comment tag added that
3410
      describes:
3411
        - the directory in which the user created the view
3412
        - the date of creation
3413
 
3414
    * PackageFile directive
3415
      Now supports --NoRecurse and --Recurse in conjunction with --DirTree
3416
 
3417
Internal:
3418
    * PackageFile, PackageHdr and InstallHdr directives
3419
      Removed --Abs option - its not supported
3420
      Fixed --Full option.
3421
 
3422
------------------------------------------------------------------------
3423
Version:  2.88.0000.cr                               Released: 26-Jul-10
3424
------------------------------------------------------------------------
3425
Major changes:
3426
 
3427
Minor changes:
3428
    * Dependency Generation Tool - mkdepend
3429
      Correct a problem encountered when the name of an included file
3430
      matches the name of a subdirectory within the include search path
3431
      resulting in multiple builds.
3432
 
3433
    * SOLARIS and LINUX toolsets
3434
      Corrected problem in dependency tracking of shared libraries
3435
      Dependency between shared librares was not being used at all.
3436
 
3437
      Only affected Solaris and Linux builds
3438
 
3439
      Still an issue that affect all platforms that build shared libaries.
3440
      Dependency tracking does not work correctly for both debug and
3441
      production builds. It will work for the first one done.
3442
 
3443
------------------------------------------------------------------------
331 dpurdie 3444
Version:  2.87.0000.cr                               Released: 13-Jul-10
3445
------------------------------------------------------------------------
3446
Major changes:
3447
 
3448
Minor changes:
3449
    * Jats label command
3450
      New option '-entireview' to be used by the build daemon
3451
      Not recommended for general use.
3452
      Will locate the root of the current view and label all files and
3453
      directories within the current view.
3454
 
3455
      Removed the double check of labeled files introduced in
3456
      version 2.80.3000.cr as the problem has been found and corrected
3457
      elsewhere.
3458
 
3459
    * Jats save_build
3460
      Use a better set of options of 'cleartool find' to speed up
3461
      the determination of a branch.
3462
 
3463
      Use the -entireview option of the jats label utility to speed
3464
      up labeling by the build daemons.
3465
 
3466
    * Jats build
3467
      Better handling of sandboxed packages.
3468
        Indicates that the dependency is from a sandbox
3469
        No overwrite warnings when reinstalling a package
3470
 
3471
    * Borland6 toolset
3472
      Changed the default value of where Borland6 is installed
3473
      to match the documented install location of:
3474
        c:\BCB6\CBuilder6
3475
 
3476
    * Jats build
3477
      Added -noforce option to only generate build files if they
3478
      are out of date. It will only recreate makefiles if needed.
3479
      This is a very quick operation.
3480
 
3481
      The default operation is '-force'. This will populate the
3482
      interface directory and generate makefiles.
3483
 
3484
    * Jats all [Experimental. Feed back welcome]
3485
      Uses the '-noforce' form of the build command such that build
3486
      files are only recreated if need be.
3487
 
3488
      The 'all' command will do what is needed in order to rebuild
3489
      the package. It will do a build, if need be, and then
3490
      make the package.
3491
 
3492
    * Jats sandbox
3493
      The 'all' command will perform a '-noforce' build followed by a make.
3494
 
3495
      The 'build' command will perform a build followed by a make. This will
3496
      be a complete build of all component packages.
3497
 
3498
      The 'jats sandbox all' command can be used to rebuild all
3499
      components in an efficient manner. If the build files have changed,
3500
      then the makefiles will be regenerated, other wise only the make phase
3501
      is performed.
3502
 
3503
Internal:
3504
    * build.pl
3505
      Cleanup the start-up processing of build.pl and buildlib.pl            
3506
 
3507
 
3508
------------------------------------------------------------------------
329 dpurdie 3509
Version:  2.86.2000.cr                               Released: 21-May-10
3510
------------------------------------------------------------------------
3511
Major changes:
3512
 
3513
Minor changes:
3514
    * RunTest directive
3515
      Corrected problems with the --Var(xxxx) option when used in conjunction
3516
      with the --abspath option.
3517
 
3518
    * Jats label command
3519
      Removed redundant 'cleartool describe' operations to speed up the process.
3520
 
3521
------------------------------------------------------------------------
327 dpurdie 3522
Version:  2.86.1000.cr                               Released: 11-May-10
3523
------------------------------------------------------------------------
3524
Major changes:
3525
    * New compiler support
3526
      Support for the Keil Arm V4.03a compiler
3527
      This is enabled via:
3528
        build.pl: BuildPlatforms ( 'H400,--Version=4.03a' );
3529
 
3530
Minor changes:
3531
 
3532
Internal changes:
3533
 
3534
------------------------------------------------------------------------
325 dpurdie 3535
Version:  2.86.0000.cr                               Released: 30-Apr-10
3536
------------------------------------------------------------------------
3537
Major changes:
3538
 
3539
Minor changes:
3540
    * jats label command - Renaming a label
3541
      Address issue when renaming a label when the current ClearCase view is
3542
      based on the label. All operation after the rename must specify the VOB
3543
      name as ClearCase may no longer be able to determine the VOB.
3544
 
3545
    * Better handling of .lnk files used within sandboxes and local package
3546
      archives. Now strip all trailing white space correctly
3547
 
3548
    * Jats Sandbox stop files
3549
      Added 'stop.<GBE_MACHTYPE>' stop files to better support multi
3550
      platform builds.
3551
 
3552
    * Makefile rebuild test correctly locates interface directory in
3553
      cases where the source directory is above the build file in the
3554
      directory tree.
3555
 
3556
    * New command: jats man
3557
      Produces full help on a specified item.
3558
 
3559
Internal changes:
3560
    * jats upddep
3561
      Delete temp .cfg file created during the process.
3562
 
3563
    * Jats makefiles: Platform directive
3564
      Initial release of ++Machtype, ++Project and ++Defined
3565
      Not yet in use.
3566
 
3567
------------------------------------------------------------------------
323 dpurdie 3568
Version:  2.85.0000.cr                               Released: 17-Mar-10
3569
------------------------------------------------------------------------
3570
Major changes:
3571
    * New Utility: upddep - Update Dependencies
3572
      This utility will update the dependencies in a build.pl file to be
3573
      consistent with those of a given Release Manager Release. This simplifies
3574
      the operation of maintain build files during development.
3575
 
3576
      It will create an 'auto.pl' file, which JATS uses in preference to a
3577
      build.pl file. DO NOT check this file in.
3578
 
3579
      See:  'jats upddep -help'         - For brief help
3580
            'jats upddep -man'          - For full manual
3581
 
3582
      Examples:
3583
            jats upddep -show
3584
            jats upddep -show=vtk
3585
            jats upddep -rtag=6684
3586
 
3587
    * MicroTec Compiler toolset
3588
      When creating a ShardLibrary (THX) report missing libraries before
3589
      compiling the objects that go into the THX.
3590
 
3591
      This ensures that the error messages the describe the missing library
3592
      can be seen and are not masked by the building of the objects.
3593
 
3594
Minor changes:
3595
 
3596
Internal changes:
3597
    * Utility: jats_rewrite
3598
      Modifications to interwork with the upddep utility.
3599
 
3600
------------------------------------------------------------------------
321 dpurdie 3601
Version:  2.84.0000.cr                               Released: 16-Feb-10
3602
------------------------------------------------------------------------
3603
Major changes:
3604
    * Makefile directive helper function: If
3605
      Used within another directive to enable or disable arguments passed to the
3606
      outer directive. The first argument is a 'platform' specifier - as in
3607
      all Jats Make directives. If making for the specified platform, then the
3608
      remainder of the arguments are inserted into the directives argument
3609
      stream.
3610
 
3611
      Example:
3612
 
3613
      SharedLib ( '*', 'mySharedLib', @OBJS
3614
                     , If ('WIN32',   '-llibrary1', '-llibrary2' )
3615
                     , If ('SOLARIS', '-llibrary3' )
3616
                     );
3617
Minor changes:
3618
    * Makefile directive: InstallLibs
3619
      Correctly installs, as libraries, files that are specified with a 'Src'
3620
      directive. This is consistent with the operation of the PackageLibs
3621
      directive.
3622
 
3623
    * GCC Toolkit
3624
      Changes to the shared library dependency processing to bring it inline
3625
      with other toolers. Will terminate after determining that some
3626
      libraries cannot be found. This will ensure that the error message is at
3627
      the point of termination.
3628
 
3629
    * Jats save_build utility
3630
      Corrected problem in unreserving a reserved checkout of a build.pl file
3631
      under windows.
3632
 
3633
    * Jats sandbox
3634
      ClearCase views created with in the sandbox are created with a tag that
3635
      is named after the sandbox. This allows multiple instances of a view
3636
      in different sandboxes.
3637
 
3638
    * Jats release
3639
      Display cleartool error messages when view creation fails.    
3640
 
3641
------------------------------------------------------------------------
319 dpurdie 3642
Version:  2.83.1000.cr                               Released: 04-Feb-10
3643
------------------------------------------------------------------------
3644
Major changes:
3645
 
3646
Minor changes:
3647
    * jats options
321 dpurdie 3648
      Added -locatedir=name
3649
      Will scan from CWD to the root of the file system looking for the named
319 dpurdie 3650
      directory.
3651
 
3652
    * jats label utility
3653
      Improved handling of the -file and -dir options
3654
      These options will now label the directory elements within the paths
3655
      specified by these options, when used in conjunction with the -up option.
3656
      This simplified the process of labeling complex directory structures.
3657
 
3658
      Added -admin, to allow creation of global labels
3659
 
3660
------------------------------------------------------------------------
317 dpurdie 3661
Version:  2.83.0000.cr                               Released: 20-Jan-10
315 dpurdie 3662
------------------------------------------------------------------------
3663
Major changes:
317 dpurdie 3664
 
3665
Minor changes:
3666
    * WinCe Toolsets
3667
      New CompileOptions operations:
321 dpurdie 3668
        Exceptions              - Enable exception handling
317 dpurdie 3669
        noExceptions            - Disable
3670
      Default is to retain backward compatibility. It is mixed.
3671
      Example:
3672
        CompileOptions ('*', 'Exceptions' );
3673
 
3674
    * Solaris targets
3675
      Full support for a target called SOLARIS8_SPARC32
3676
      It is identical to SOLARIS in a 'sparc' build machine, but it is only
3677
      available on a 'sparc' build machine. Can be used to limit builds to one
3678
      machine type.
3679
 
3680
------------------------------------------------------------------------
3681
Version:  2.82.0000.cr                               Released: 18-Jan-10
3682
------------------------------------------------------------------------
3683
Major changes:
315 dpurdie 3684
    * New Build Platform: VB6
3685
      Jats has been enhanced to support the building of VB6 .vbg and .vbp
3686
      project files.
3687
 
3688
    * Build Directive BuildVersion.
3689
      This has been extended to allow the creation of Version Information in a
3690
      form that can be consumed by Visual Basic using '--Style=VB'
3691
 
3692
Minor changes:
3693
    * Added more internal documentation
3694
      Use jats help to see available documentation
3695
 
3696
    * Jats label -info command [DEVI-059929]
3697
      Fixed problem that prevent this command running on Unix systems.
3698
 
3699
    * Jats save_build utility
3700
      Corrected problem in unreserving a reserved checkout of a build.pl file
3701
      under windows.
3702
 
3703
    * Solaris 10, 64 Bit Sparc Builds
3704
      All compiles are done in a position independent manner (-KPIC)
3705
      This solved issues where static libraries are linked into shared
3706
      libraries.
3707
 
3708
    * Solaris builds
3709
      Program and Shared library dependency checking is now done before
3710
      the program/library objects are built. Thus errors associated with missing
3711
      dependencies occur before objects are built and the user can see the cause
3712
      of the build failure.
3713
 
3714
 
3715
Internal changes:
3716
    * Moved 'jats vars' functionality into a separate program
3717
      Moved associated documentation into the jats_vars tool
3718
 
3719
    * Moved some other internal documentation into InstallationNotes and
3720
      PkgArchive topics.
3721
 
3722
------------------------------------------------------------------------
313 dpurdie 3723
Version:  2.81.0000.cr                               Released: 12-Jan-10
3724
------------------------------------------------------------------------
3725
Major changes:
3726
    * Solaris Builds for 64 bit targets
3727
      Changes to fully support the SOLARIS10_X86 and SOLARIS10_SPARC64
3728
      targets. These are using a different version of the compiler than the
3729
      existing 32-bit builds.
3730
 
3731
      64-Bit Solaris10 builds are performed with Sun Studio 12.1
3732
      32-Bit Solaris10 builds are performed with Sun Studio 11
3733
 
3734
Minor changes:
3735
    * jats label -exclude=nnn
3736
      Corrected problem with the -exclude option introduced in 2.80.3000.cr
3737
 
3738
    * Package searching
3739
      The BuildpkgArchive and LinkPkgArchive directives will search
3740
      both dpkg_archive and deploy_archive paths for packages.
3741
 
3742
      Allows JATS to be used to process deployable packages.
3743
 
3744
    * jats help
3745
      Modified the operation of the 'jats help' command.
3746
      This command now provides a gateway to the jats help system.
3747
 
3748
      Information provided by the previous 'jats help' can be achieved
3749
      with one of:
3750
        jats -h
3751
        jats help jats
3752
 
3753
Internal:
3754
    * cmdfile utility
3755
      Added macros:
3756
        @(sep,x,text)               - Reformat text with specified file sep
3757
        @(env,VarName)              - Extract text from an EnvVar
3758
 
3759
      Corrected
3760
        @(vsep,ident)               - Set path seperator (: or ;)
3761
        @(vhost,ident)              - Modify @(vlib) operation
3762
 
3763
      Extended
3764
        @(vpath)                    - Added optional 'sep' argument.
3765
        @(vlib)                     - Added optional 'sep' argument.
3766
        @(vlint)                    - Added optional 'sep' argument.
3767
        @(vglob)                    - Added optional 'sep' argument.
3768
 
3769
------------------------------------------------------------------------
311 dpurdie 3770
Version:  2.80.4000.cr                               Released: 17-Dec-09
3771
------------------------------------------------------------------------
3772
Major changes:
3773
 
3774
Minor changes:
3775
 
3776
Internal changes
3777
    * Created a Pseudo package to describe the interface directory
3778
      This simplifies the various scanning algorithms within JATS
3779
      Useful side effects include:
3780
 
3781
        JATS plugins will be sourced from the interface directory if included
3782
        with a BuildPkgArchive. This will simplify debugging.
3783
 
3784
        [DEVI-059682] QtBase can be consumed via a BuildPkgArchive directive,
3785
        simplifying the process of packaging additional fonts.
3786
 
3787
        [DEVI-059685] Simplify implementation of --FromPackage options in other
3788
        tools, which obviates the need for QtBase to be consumed via a
3789
        BuildPkgArchive
3790
 
313 dpurdie 3791
    * Perl Modules
3792
      Included the most recent version of the Pod module within the JATS
3793
      release. This will:
3794
        * Ensure consistent cross platform behaviour
3795
        * Corrects issues within earlier releases of the Pod module - some
3796
          reported by ERG.
3797
        * Provide a basis for a better help system within JATS.
3798
 
311 dpurdie 3799
------------------------------------------------------------------------
309 dpurdie 3800
Version:  2.80.3000.cr                               Released: 01-Dec-09
3801
------------------------------------------------------------------------
3802
Major changes:
3803
 
3804
Minor changes:
3805
    * BuildTool utility: jats_save_build
3806
      Returns non-zero error code on labeling errors.
3807
      Deletes label on labeling errors.
3808
      Removed backward compatibility options as they are no longer used.
3809
 
3810
    * Jats label utility
3811
      Changes to assist in tracking down clearcase labeling errors
3812
 
3813
      Once labels have been applied a check is done to ensure that
3814
      the labels have been placed. The check is to attempt to find
3815
      new files and folders to label - there should be none.
3816
 
3817
    * Jats core
3818
      Improved the auto location of the base directory of the build to allow
3819
      for ant-based packages. Allows the jats 'create_dpkg' command to be
3820
      used to package ant based builds.
3821
 
3822
------------------------------------------------------------------------
307 dpurdie 3823
Version:  2.80.2000.cr                               Released: 12-Nov-09
305 dpurdie 3824
------------------------------------------------------------------------
3825
Major changes:
3826
 
3827
Minor changes:
307 dpurdie 3828
    * CSHARP toolset
3829
      Creation of unit tests was broken by 2.80.0000.cr
3830
      This is now fixed.
3831
 
309 dpurdie 3832
      The cmdfile utility creates paths with file path separators as discovered
307 dpurdie 3833
      in the PATH EnvVar. Now that PATH is nice it means that the use of cmdfile
309 dpurdie 3834
      to create shell scripts resulted in scripts with unsuitable separators.
307 dpurdie 3835
 
3836
    * WCEPSION_500_VS2005
3837
      Extended the list of nodefaultlibs to include secchk.lib and ccrtrtti.lib
3838
 
3839
------------------------------------------------------------------------
3840
Version:  2.80.1000.cr                               Released: 12-Nov-09
3841
------------------------------------------------------------------------
3842
Major changes:
3843
 
3844
Minor changes:
305 dpurdie 3845
    * Generating makefiles
3846
      Ensure that the 'BuildMake' directive is the last one in the build.pl file
307 dpurdie 3847
      Directives after this will not be processed correctly and now generate
305 dpurdie 3848
      an error.
3849
 
3850
    * WCEPSION_500_VS2005
307 dpurdie 3851
      Suppress use of -debug:cv when building libraries.
305 dpurdie 3852
 
3853
    * Build directive: BuildSrcArchive
307 dpurdie 3854
      Highly specialized directive.
305 dpurdie 3855
      Refer the JATS Manual.
3856
 
3857
------------------------------------------------------------------------
303 dpurdie 3858
Version:  2.80.0000.cr                               Released: 04-Nov-09
3859
------------------------------------------------------------------------
3860
Major changes:
3861
    * New target: WCEPSION_500_VS2005
3862
      A build of the Psion CE 5.0 under VS2005
3863
      This target has been added to the WINCE target.
3864
 
3865
      WCEPSION_500_VS2005 build cannot consume build artifacts from the
3866
      WCEPSION_500. The two are separate.
3867
 
3868
    * Support for building WinCE targets under VS2005
3869
      Currently only the WCEPSION_500_VS2005 is fully supported
3870
      Support includes
3871
        * Building of executables and DLLs via jats directives
3872
        * Building of components via VS2005 'solution' files
3873
 
3874
Minor changes:
3875
    * Build file processing
3876
      Better detection of bad platform names under Windows
3877
      Note: All platform names should be in uppercase.
3878
 
3879
    * MOS builds
3880
      If a 'product' name not known to JATS is used and a board base address
3881
      is specified then no warnings are generated indicating an unknown 'product'
3882
 
3883
    * MOS builds
3884
      New 'known' product: PICP
3885
      Identical to the TP5 in all but name.
3886
 
3887
    * GenerateFiles directive
3888
        Better handling of '\' when passing arguments to a command line
3889
        under windows.
3890
 
3891
        .
3892
 
3893
    * Verbose builds now show command files
3894
      Currently only supported for WIN32 and WINCE builds.
3895
 
3896
      The use of 'OPTIONS=args' will cause the linker command file to be dumped
3897
      to the output stream.
3898
 
3899
      This facility will be retrofitted to other platform targets in the future.
3900
 
3901
    * Windows Shell
3902
      The shell provided with JATS for use under Windows has been modified so
3903
      that the COMSPEC and PATH variables are correctly formatted with '\'
3904
 
3905
      Addresses issues when invoking Windows tools and programs from within JATS.
3906
 
3907
    * H8S toolset
3908
      Ensure the the EnvVar CYGWIN is not set.
3909
 
3910
      If 'binmode' is set then the gcc compiler used by the H8S toolset cannot
3911
      handle macros that use line continuation.
3912
 
3913
Internal changes
3914
    * WinCe builds
3915
      Changed name of internal file 'toolset/vcwce' to better represent the
3916
      content of the file.
3917
 
3918
      Many internal changes to better support VS2005 and EVC
3919
 
3920
      Macros to encode and decode paths with embedded spaces.
3921
      Currently only used in WIN32 and WINCE toolsets.
3922
 
3923
------------------------------------------------------------------------
301 dpurdie 3924
Version:  2.79.6000.cr                               Released: 18-Sep-09
3925
------------------------------------------------------------------------
3926
Minor changes:
3927
    * PackageFile directive with spaces in names.
3928
      Corrected problem.
3929
 
3930
------------------------------------------------------------------------
299 dpurdie 3931
Version:  2.79.5000.cr                               Released: 14-Sep-09
3932
------------------------------------------------------------------------
3933
Major changes:
3934
 
3935
Minor changes:
3936
    * DPACKAGE file created on multiple machines [DEVI-054973]
3937
      DPACKAGE files are now machine specific.
3938
      Changes are transparent to users.
3939
 
3940
    * Creating static libraries without any object files is treated
3941
      as an error. The Microtec tools sets will create a 'pop-up' if
3942
      this occurs.
3943
 
3944
    * The LinkSandbox directive is not allowed when GBE_ABT is set.
3945
      This directive is highly discouraged in development: Use a jats 'sandbox'
3946
      Moreover it is not reproducible and thus not supported within the
3947
      automated build framework.
3948
 
3949
    * jats sandbox command
3950
      Added support to delete the sandbox metadata. This undoes the
3951
      'create' command.
3952
 
3953
    * jats command aliases. Added
3954
        jats extractfiles to be jats release -extractfiles
3955
        jats extract      to be jats release -extract
3956
 
3957
------------------------------------------------------------------------
297 dpurdie 3958
Version:  2.79.4000.cr                               Released: 29-Jul-09
3959
------------------------------------------------------------------------
3960
Major changes:
3961
    * Jats Command line and -java option
3962
      This version will place the specified java's 'bin' directory into
3963
      the PATH. Thus the commands:
3964
            jats -java=1.6 eprog java -version
3965
            jats -java=1.6 ant build
3966
      will work as expected
3967
 
3968
Minor changes:
3969
    * VS2008 Toolset
3970
      Picking up incorrect config details
3971
      May result in a warning message.
3972
 
3973
    * gen_cots utility
3974
      New option to allow use without ClearCase dependencies.
3975
      Its simply creates a buildable package image.
3976
 
3977
    * DELPHI7 toolset
3978
      Correct the definition of the Debug option '-$D+'
3979
      In debug mode, add $DELPHI/lib/debug to the search paths
3980
 
3981
------------------------------------------------------------------------
295 dpurdie 3982
Version:  2.79.3000.cr                               Released: 01-Jul-09
3983
------------------------------------------------------------------------
3984
Major changes:
3985
Minor changes:
3986
    * Escrow Utility
3987
      Add header to generated HTML describing the source of the data
3988
 
3989
    * IAR Compiler
3990
      Fixed test for loader file
3991
 
3992
    * GCC Toolset
3993
      Fixed DLL Version Number
3994
 
3995
    * DELPHI7 Toolset
3996
      Minor correction discovered during use.
3997
      Existing tools to create a .lib from .dll had serious path length issues
3998
      Extended the compiler search paths
3999
 
4000
    * Deployment utilities (old)
4001
      Correct SQL statement to work without any Schema assumptions
4002
 
4003
------------------------------------------------------------------------
293 dpurdie 4004
Version:  2.79.2000.cr                               Released: 11-Jun-09
4005
------------------------------------------------------------------------
4006
Major changes:
4007
Minor changes:
4008
    * Minor bug fix to address issues introduced in previous release
4009
      Affects SOLARIS and MOS builds
4010
 
4011
------------------------------------------------------------------------
291 dpurdie 4012
Version:  2.79.1000.cr                               Released: 10-Jun-09
4013
------------------------------------------------------------------------
4014
Major changes:
4015
Minor changes:
4016
    * Initial Support for Visual Studio 2008
4017
      New platforms: CSHARP2008 and VS2008
4018
 
4019
    * WIN32 Toolset
4020
      Corrected the -machine option passed to the Windows linker
4021
      Now passes -machine:X86 instead of -machine:IX86
4022
 
4023
------------------------------------------------------------------------
289 dpurdie 4024
Version:  2.79.0000.cr                               Released: 10-Jun-09
4025
------------------------------------------------------------------------
4026
Major changes:
4027
    * New Platform: DELPHI7
4028
      Support the creation of Units,Libraries, Packages and Programs using
4029
      Borlands Delphi Version 7.
4030
 
4031
      See Jats Reference Manual for complete details and Delphi specific options
4032
      to the Prog and SharedLib directives.
4033
 
4034
      This toolset has a number of limitations:
4035
        1) It can build either Debug or Production, but not both, in a single
4036
           makefile.pl. This is caused by the Delphi limitation that library
4037
           names cannot be changed.
4038
 
4039
        2) The generation of dependencies between the source and the generated
4040
           artifacts is very simplistic.
4041
 
4042
      Units are generated with the 'Lib' directive. The name of the Unit and the
4043
      name of the source are linked. The source should not be provided.
4044
        ie: Lib ('*', 'MyUnit' );
4045
      Will create a unit called MyUnit.dcu from the source file 'MyUnit.pas'
4046
 
4047
      Packages are generated with the SharedLib directive starting with a .dpk
4048
      file.
4049
        ie: SharedLib  ( '*', 'MyPackage' );
4050
      will create a package called MyPackage.bpl/dcp from the source file
4051
      MyPackage.dpk.
4052
 
4053
      Libraries are generated with the SharedLib directive starting with a .dpr
4054
      file.
4055
        ie: SharedLib  ( '*', 'MyDll' );
4056
      will create a package called MyDll.dll/lib from the source file
4057
      MyDll.dpr.
4058
 
4059
      Programs are generated with the Prog directive starting with a .dpr
4060
      file.
4061
        ie: Prog  ( '*', 'MyProg' );
4062
      will create a package called MyProg.exe from the source file
4063
      MyProg.dpr.
4064
 
4065
Minor changes:
4066
    * New EnvVar: DELPHI7
4067
      Required only if Borland Delphi 7 has not being installed in the
4068
      standard location or if the Windows Short Name is not
4069
      c:\PROGRA~1\Borland\Delphi7
4070
 
4071
    * BuildVersion directive
4072
      Added a 'Style' of 'Delphi' to allow the generation of version information
4073
      in a Delphi Unit.
4074
 
4075
      Modified the operation of the "C" style generation.
4076
      If the name of the file is provided via '--File', then the generated files
4077
      will be 'known' to JATS and can be consumed from any makefile. JATS will
4078
      'know' the location of the files.
4079
 
4080
    * Sanity test on the names of libraries and programs
4081
      Some characters are not allowed: ie: '/' as this is a mistake.
4082
 
4083
Internal Changes:
4084
    * ToolsetSHLD functions
4085
      Pass in the shared library version string as an argument
4086
      Means that the core of JATS can manage this information in a manner
4087
      that is decoupled from the toolsets.
4088
 
4089
    * Reworked the mechanism used to hold data about libraries, shared libraries
4090
      merged libraries and programs. Created a class to manipulate build targets
4091
      and to maintain information about the contents of the targets.
4092
 
4093
------------------------------------------------------------------------
287 dpurdie 4094
Version:  2.78.4000.cr                               Released: 30-Apr-09
4095
------------------------------------------------------------------------
4096
Major changes:
4097
    * Correctly generate dependencies for C++ only builds
4098
      Many tools sets ( gcc and others) would not generate makefile dependency
4099
      information for purely C++ builds.
4100
 
289 dpurdie 4101
    * Jats.bat and Jats.sh now provide a default Read Only username/password
4102
      for Release Manager and Deployment Manager.
287 dpurdie 4103
 
289 dpurdie 4104
      NOTE: Windows users will need to update their JATS.BAT file in order
4105
            to pick up changed passwords for Release Manager and Deployment
4106
            Manager
287 dpurdie 4107
 
4108
Minor changes:
4109
    * The jats option '-noexportvars' deletes selected JATS EnvVars from the
4110
      environment. This only affects the build daemons.
4111
 
4112
    * updatenodespec utility
4113
      Correct the SQL statements to work with ReadOnly access to the Deployment
4114
      Manager database.
4115
 
4116
------------------------------------------------------------------------
285 dpurdie 4117
Version:  2.78.3000.cr                               Released: 30-Mar-09
4118
------------------------------------------------------------------------
4119
Major changes:
4120
 
4121
Minor changes:
4122
    * Creation of DPACKAGE file [DEVI-054973]
4123
      Better support for packages that build on multiple platforms
4124
      Not completly fixed, but much better than before.
4125
 
4126
    * Escrow tool
4127
      Remove warning created during normal operation
4128
 
4129
    * Minor code cleanup as suggested by code analysis tools
4130
 
4131
------------------------------------------------------------------------
283 dpurdie 4132
Version:  2.78.2000.cr                               Released: 05-Mar-09
4133
------------------------------------------------------------------------
4134
Major changes:
4135
    * New Platform: H400
4136
      Supported by the KIELARMV3 toolset.
4137
      Refer to the Jats Reference Manual for toolset specific options
4138
 
4139
Minor changes:
4140
    * MergeLibrary directive
4141
      Allow a library that has been created in the same makefile.pl as the
4142
      directive to be located, without the need to 'install' it first.
4143
 
4144
 
4145
------------------------------------------------------------------------
281 dpurdie 4146
Version:  2.78.1000.cr                               Released: 26-Feb-09
4147
------------------------------------------------------------------------
4148
Major changes:
4149
 
4150
Minor changes:
4151
    * New command: jats make show
4152
      Will display the platfroms, alias definitions and the makefile paths
4153
      used in the build.
4154
 
4155
    * Escrow command
4156
      Now supports extraction based on a single package and version
4157
 
4158
    * Build File Rewrite Utility
4159
      Added a '-validate' option to allow the build daemons to validate the
4160
      build files against the Release Manager information.
4161
 
4162
      Improved error reporting to make it clear that the problem is a mis-match
4163
      between Release Manager and the package's build files.
4164
 
4165
------------------------------------------------------------------------
279 dpurdie 4166
Version:  2.78.0000.cr                               Released: 18-Feb-09
277 dpurdie 4167
------------------------------------------------------------------------
4168
Major changes:
279 dpurdie 4169
    * GBE_BUILDFILTER configuration has been simplified
277 dpurdie 4170
 
279 dpurdie 4171
      JATS will automatically filter out target platforms that cannot be built
4172
      on the users machine. ie: It will not try to build Solaris targets on a
4173
      Windows machine. Thus, under the new scheme a Windows GBE_BUILDFILTER need
281 dpurdie 4174
      not contain '!SOLARIS'
279 dpurdie 4175
 
4176
      This greatly simplifies the creation of GBE_BUILDFILTER as it does not
4177
      need to be configured to exclude targets that cannot by built.
4178
 
4179
      Existing GBE_BUILDFILTER definitions are backward compatible.
4180
 
4181
    * Jats utility : gen_cots
4182
      Requires the user to specify a target VOB with the -vob option
4183
        Ensures the user is aware of the target VOB
4184
 
4185
      Now creates temporary directory within the users TEMP directory.
4186
        Addresses problems where the user's CWD is within the package being
4187
        processed.
4188
 
4189
      Removed the '-delete' option
4190
        Always delete the temp work directory if it exists.    
4191
 
277 dpurdie 4192
Minor changes:
279 dpurdie 4193
    * Sandbox command
4194
      Added build, make, clean, clobber commands
4195
 
4196
      Sandbox packages may contain a file called 'stop', to exclude the
4197
      target from consideration in the build set.
4198
 
4199
    * MCR Toolset
4200
      This toolset only supports 16 compiler search paths. An descriptive error
4201
      has been added to detect and report on this error.
4202
 
4203
    * WIN32 and PHARLAP toolsets
4204
      The --Resource=xxx option specifies a comma separated list of files.
4205
      Spaces are now allowed either side of the comma.
4206
        ie: "--Resource=file1.h, File2.h"
4207
 
4208
    * Jats run_test command
4209
      Removed a non-fatal warning message that was being generated when the
4210
      tests we run on a Window machine.
4211
 
4212
    * descpkg file
4213
      Now contains HOSTNAME of the build machine
4214
      Not (yet) aggregated when packages are merged
4215
 
4216
   * built.<machine> tag files created by create_dpkg
4217
     Now contains build trace information
4218
        Date-Time, Machine, User, ABT config
4219
 
4220
   * jats abt command simplified usage
4221
     This command now appends the current directory as a library path to ANT if
4222
     it contains 'jar' files.
4223
 
4224
     Uses ANT 1.6 as the default version of ANT
4225
 
4226
     Both changes will simplify the use of this command within the escrow
4227
     environment. ie: 'jats abt -buildfile=build1.xml'
4228
 
4229
   * BuildVersion directive
4230
     Form:
4231
        BuildVersion ('--Style=C');
4232
     now works as expected.
4233
     Slightly better error detection on the directives arguments.
4234
 
4235
Internal Changes:
4236
 
4237
    * Error reporting mechanism
4238
      Improved the error reporting mechanism. Allowed a function to
4239
      create modify the error reporting parameters in such a manner that the
4240
      original values are restored at the end of a function.
4241
 
4242
 
4243
------------------------------------------------------------------------
4244
Version:  2.77.8000.cr                               Released: 18-Dec-08
4245
------------------------------------------------------------------------
4246
Major changes:
4247
 
4248
Minor changes:
277 dpurdie 4249
  * Jats Wrapper
4250
    Added -NoExportVars option to allow use of JATS to startup build daemons
4251
    without fixing the version of JATS that is used by the processes the daemon
4252
    then starts.
4253
 
4254
    Limit searches for local and sandbox archives to the '/home' directory
4255
    so that the Unix auto mounter does not report errors.
4256
 
4257
  * Jats makefiles. Platform Specifier
4258
    The Platform Specifier has been extended to support a '--MachType=name'
4259
    non-platform option.
4260
 
279 dpurdie 4261
    This may be used to limit Java builds to a 'win32' machine if required.
277 dpurdie 4262
 
4263
------------------------------------------------------------------------
275 dpurdie 4264
Version:  2.77.7000.cr                               Released: 17-Dec-08
4265
------------------------------------------------------------------------
4266
Major changes:
4267
 
4268
Minor changes:
4269
    * MugFile support
4270
      Added facilities to allow named files to be added the the Thx Fileset
4271
      Added options to facilitate the creation of sets of THX files
4272
      Refer to MASS-00099 for complete details.
4273
 
4274
    * Jats Utility: dstatus
4275
      Limit display width of the build machine named to 20 characters
4276
 
4277
    * Jats sandbox command (experimental)
4278
        A files called 'stop' within the root directory of the component
4279
        packages will prevent the utility from processing that subdirectory.
4280
 
4281
        Extended command sets to allow the command 'all', 'build' and 'make'
4282
        to be processed as commands to be invoked in all sandbox components
4283
 
4284
    * Jats Make: New EnvVars
4285
        GBE_MAKE_TYPE               - P or D
4286
        GBE_MAKE_TARGET             - Target platform
4287
        GBE_MAKE_CMD                - Current make target
4288
        GBE_MAKE_CFG                - Internal config
4289
 
4290
    * Jats generated scripts: set_<platform>.sh
4291
      The generated scripts preserve any spaces in the argument list passed
4292
      to the invoked application.
4293
 
4294
Internal Changes:
4295
    * JatsCopy Package
4296
      CopyFile operation can copy an array of files
4297
      CopyDir now supports MatchDirs
4298
 
4299
    * JatsMakeConfig Package
4300
      Added class to read in the parsed makefile.pl data for the current
4301
      build target.
4302
 
4303
    * Jmake - Jats Makefile Supervisor
4304
      Export GBE_MAKE_* EnvVars to directly export the current makefile
4305
      environment. 
4306
 
4307
 
4308
------------------------------------------------------------------------
273 dpurdie 4309
Version:  2.77.6000.cr                               Released: 11-Dec-08
4310
------------------------------------------------------------------------
4311
Major changes:
4312
 
4313
Minor changes:
4314
    * Jats command: sandbox
4315
      Support subcommands "clean" and "clobber"
4316
      These traverse the sandbox in the reverse direction so that the clean
4317
      up operations work correctly.
4318
 
4319
    * Makefile generation
4320
      Removed warning on the use of --OnlyProd and --OnlyDebug
4321
 
4322
    * JatsCopy Package
4323
      Minor enhancements to this internal package
4324
        CopyFile operation returns path to target file
4325
        CopyDir can, if asked, returns an array of files copied
4326
        Wildcard correctly supports the [0-9] construct
4327
 
4328
Internal Changes:
4329
    * Environment
4330
      Export EnvVar GBE_HOSTMACH
4331
      This is the same as GBE_MACHTYPE, but it is not modified by legacy
4332
      makefiles. Available for sanity testing.
4333
 
4334
    * Remove unused references to the File::Find package in Perl scripts
4335
 
4336
    * Jats building Jats now uses the JatsCopy package to perform the many
4337
      copy operations in the build.
4338
 
4339
 
4340
------------------------------------------------------------------------
271 dpurdie 4341
Version:  2.77.5000.cr                               Released: 24-Nov-08 
267 dpurdie 4342
------------------------------------------------------------------------
4343
Major changes:
4344
 
4345
Minor changes:
271 dpurdie 4346
    * Added LMOS_PPC_603E to the LMOS target
269 dpurdie 4347
 
271 dpurdie 4348
    * Jats Utility: dstatus
4349
      Improved handling of closed and archived releases
4350
      Displays include activity time information
269 dpurdie 4351
 
271 dpurdie 4352
Internal Changes
4353
    * jats.pl
4354
      Removed unused function
4355
 
4356
    * makeif.pl
4357
      Added significant documentation
4358
      Provided access to some of the functions via and API
4359
      Renamed to MakeIf.pm
4360
      Moved location to the LIB directory.
4361
 
4362
    * MakeEntry.pm
4363
      Added support for the use of in-memory files
4364
      Allows the output to be 'printed' to a memory variable rather then a file
4365
 
4366
    * ReadBuildConfig.pm
4367
      Added routines to access package information in a manner that is
4368
      independent of the underlying data.
4369
 
4370
    * makelib.pl2
4371
      Added mechanism to allow toolsets to register for notification
4372
      of specific source files present in the build.
4373
 
4374
      Improved readability of the generated makefiles.
4375
      Added informationas to the source of included files
4376
 
4377
      Added docuementation to previously undocumented functions
4378
 
4379
      Corrected usage of the MakeIf package.
4380
      Use it as a package.
4381
 
4382
    * Win32 binary tools
4383
      Added 7z.exe - command line utility to process various compressed
4384
      file formats. Can be used to perform tar-like operations underlying
4385
      windows.
4386
 
4387
    * JatsSvnCore.pm
4388
      Made use of a new binary utility ('stdmux') to multiplex stdout and
4389
      stderr into one data stream that can be handled by perl one allow
4390
      platforms.
4391
 
4392
 
269 dpurdie 4393
------------------------------------------------------------------------
271 dpurdie 4394
Version:  2.77.4000.cr                               Released: 11-Nov-08
269 dpurdie 4395
------------------------------------------------------------------------
4396
Major changes:
4397
 
4398
Minor changes:
271 dpurdie 4399
    Jats utility 'release' [DEVI-051370 ]
4400
    The utility will place a tag file in the root of the package
4401
    as specified by the '-path' option. This will be used by the build tool
4402
    tool re-locate the root of the package and thus allow the correct generation
4403
    of the ClearCase related metrics.
4404
 
4405
    Generation of Resource Files for WIN32 builds
4406
    Corrected version identifier
4407
 
4408
 
4409
------------------------------------------------------------------------
4410
Version:  2.77.3000.cr                               Released: 28-Oct-08
4411
------------------------------------------------------------------------
4412
Major changes:
4413
 
4414
Minor changes:
267 dpurdie 4415
    * Jats option '-locate' correctly locates ANT build files [DEVI-052423]
4416
 
4417
    * Allow Deployable packages to be built on some, but not all, of the
4418
      build machines and correctly package the descpkg file. [DEVI-052422]
4419
 
4420
    * JATS CompileOptions directive  [DEVI-052426]
4421
      New options:
4422
        no_define_source_file
4423
        define_source_file              (Default)
4424
 
4425
      The 'no_define_source_file' will suppress the compile definition __SOURCE__
4426
      Currently only implemented for WIN32 and WINCE toolsets.
4427
 
4428
      The __SOURCE__ definition renders pre-compiled headers useless.
4429
      This option has not be enabled by default to ensure backward
4430
      compatibility.
4431
 
4432
    * Jats directives: MakeProject
4433
      Now supports the following new options:
4434
            --InstallProgDebug=list
4435
            --InstallProgProd=list
4436
            --InstallProg=list
4437
 
4438
      These allows files that are created by the project builder to be
4439
      installed locally to be consumed by such packaging directives as
4440
      GenerateCab.
4441
 
4442
    * Jats directives: AddLDFlags and AddASFlags
4443
      Now supports the --Debug and --Prod options like the other AddFlags
4444
      directives.
4445
 
4446
    * Jats builder directive: BuildVersion
4447
      New options that can be used when generating a WinRC style version
4448
      information:
4449
            --Definitions                   - Create definitions only
4450
            --Comment=text
4451
            --Description=text
4452
            --Product=name
4453
 
4454
Internal Changes:
4455
    * These utility 'gen_winrc' now uses module used by the BuildVersion
4456
      directive to created the resource file.
4457
 
4458
      The BuildVersion.pm module has been modified to allows it to be used in
4459
      a standalone manner by gen_winrc.pl.
4460
 
4461
------------------------------------------------------------------------
265 dpurdie 4462
Version:  2.77.2000.cr                               Released: 26-Sep-08
261 dpurdie 4463
------------------------------------------------------------------------
4464
Major changes:
263 dpurdie 4465
 
4466
Minor changes:
265 dpurdie 4467
    * Jats utility jats_save_build.pl
4468
      Fix problem when used in new mode.
4469
      These label is now applied from the root of the VOB and not from
4470
      the location of the builder file.
4471
 
4472
------------------------------------------------------------------------
4473
Version:  2.77.1000.cr                               Released: 18-Sep-08
4474
------------------------------------------------------------------------
4475
Major changes:
4476
 
4477
Minor changes:
263 dpurdie 4478
    * New JATS Platform : PHARLAP [DEVI-051359]
4479
      Added support for PharLap 10.1
4480
      Requires that both PharLap 10.1 and Visual Studio 6 be installed
4481
      Full details in the JATS manual.
4482
 
4483
    * Windows utilities  [DEVI-051360]
4484
      Added rpccpp to assist in the creation of rcpgen based modules under
4485
      windows.
4486
 
4487
    * MOS68K and MOSCF toolsets
4488
      Made used of rpccpp. These platforms can now support the creation
4489
      of XDR based modules.
4490
 
4491
    * Jats GenerateFiles directive
4492
      New option '--PreDelete' will delete all generated files before
4493
      the generator process is run. This may be used in cases where the
4494
      generator process does not operate if the output files already exist,
4495
      such as the rpcgen utility.
4496
 
4497
    * Jats MakeAnt directive
4498
      Correct problem where unit_tests could not be run.
4499
      Automated unit_tests tests could be run.
4500
 
4501
    * Buildtool utility: jats_rewrite
4502
      Added -noconfig option to allow the creation of auto.xml files
4503
      in escrow.
4504
 
4505
    * create_dpkg utility
4506
      Merged files that exist in the target archive are now compared
4507
      against the local file. A difference is considered to be an error.
4508
 
4509
Internal Changes:
4510
    * Resolved issues with JatsEnv modules that make it difficult to include
4511
      the modules in other modules. This is now a package
4512
 
4513
    * JatsSystem Module
4514
      Resolved issues when 'shell' is used to invoke a 'system' command.
4515
      Now quote the command string being passed to the shell.
4516
 
4517
      Resolved issues with JatsCmd
4518
      Now takes an array of arguments.
4519
 
4520
      Added JatsTool to be more efficient where a known JATS tool is being
4521
      invoked. This is faster assist it does not invoked three unneeded
4522
      programs.
4523
 
4524
    * Renamed jats_cbuilder tool to jats_ccrelease.
4525
      Changes is not visible to the users, assist they go through the 'jats'
4526
      wrapper. Internally the changes is in preparation to alternate version
4527
      control systems.
4528
 
4529
 
4530
------------------------------------------------------------------------
4531
Version:  2.77.0000.cr                                Released: 1-Sep-08
4532
------------------------------------------------------------------------
4533
Major changes:
261 dpurdie 4534
    * Perl Version. Must be at least version 5.8.2
4535
      This is the first version that supports Windows 2003 server.
4536
 
4537
      After discovering that several operations are not fully function under
4538
      Perl 5.6.1 the minimum version of Active State Perl that is required has
4539
      been increased.
4540
 
4541
      A suitable windows installer can be found at:
4542
        \\auperaunx26\devl\releases\3rdParty-Products\ActivePerl\5.8.8.819\
4543
                                    ActivePerl-5.8.8.819-MSWin32-x86-267479.msi
4544
 
4545
    * Jats Build Targets
4546
      New target and toolset: VERIX
4547
 
4548
    * Jats utility: jats_save_build
4549
      Extended to allow all ClearCase specific operations to be removed
4550
      from the Build Daemons.
4551
 
4552
      This utility is only used by "Release Planner" and the "Build Daemons".
4553
 
4554
      Suggested new usage:
4555
        jats etool jats_save_build
4556
                        -pname=xxxx
4557
                        -pversion=yyyy
4558
                        -infofile=path_name
4559
                        -locatepkg=zzzz     (Optional)
4560
                        -infile=aaaa        (Optional)
4561
                        -outfile=bbbb       (Optional)
4562
                        -wiplabel=ccccc     (Optional)
4563
 
4564
Minor changes:
4565
    * JATS make: Merge Library Operation [DEVI-049475]
4566
      Fixed such that Library Merge operations don't delete other build
4567
      artifacts.
4568
 
4569
    * JATS make: New option expert=0|1
4570
      Runtime processing of 'expert' mode to allow dependencies between the
4571
      object files and the makefile to be ignored.
4572
 
4573
      Previous this operation could only be invoked at 'build' time. Now the
4574
      default state will be set at build time and it can be overridden at 'make'
4575
      time.
4576
 
4577
    * JATS utility: CCdiff
4578
      Corrected operation of the option "-new=dir=."
4579
 
4580
    * Nunit support in CSHARP
4581
      Improved support for different version of Nunit
4582
      Allow the DLLs that are required by nunit to be specified 
4583
      within the package.
4584
 
4585
    * Jats utility: dstatus
4586
      Suppresses archived releases.
4587
      Shows release state
4588
 
4589
    * Build file directive: BuildPkgArchive
4590
      Extended list of supported directories to include 'wsdl'.
4591
 
4592
Internal Changes:
4593
    * JATS make: Detection of makefile dependencies
4594
      Isolated the detection process to one point.
4595
      Previously was being done at two places
4596
        - Within jmake - jats makefile supervisor
4597
        - Within the generated makefile. This is still present but
4598
          is suppressed if jmake is used to invoke the makefile.
4599
 
4600
    * JATS make: Command line
4601
      Removed the use of the un used "VERBOSE=1" operation
4602
      Improved use of "options=args|allargs"
4603
 
4604
      It didn't work on all platforms.
4605
      Is better does with "options=args" or "options=allargs"
4606
 
4607
    * JATS command line
4608
      Improved operation of the -help,-man, -verbose and -debug options
4609
      to allow:
4610
        + Direct level specification (-verbose=3)
4611
        + Better use of Perl Option Parsing Utilities
4612
        + Consistent use of option parsing
4613
 
4614
    * JATS makefile generation
4615
      Simplifies creation of internal rules
4616
      Improved readability of the generation process
4617
      Improved readability of the generated makefile
4618
      Removed dead code
4619
      Improved the creation of Progs
4620
 
4621
    * JATS error reporting
4622
      Added a Fatal call to allow utilities to report infrastructure
4623
      problems.
4624
 
4625
      Corrected problem in the use of GBE_[tag]_VERBOSE and GBE_[tag]_DEBUG
4626
      environment variables where the 'tag' contains a space.
4627
 
4628
    * Assorted Perl files
4629
      Minor corrected after running Perl Syntax check over JATS files.
4630
 
4631
    * Made the use of IFLAGS uniform for all JATS toolsets
4632
      Removed the need, and use of IFLAGS3; simplifying the generated
4633
      makefiles
4634
 
4635
    * Corrected tagging  of files generated by the various toolsets
4636
      Many files where incorrectly tagged and were not being cleaned up.
4637
 
4638
    * FileUtils package.
4639
      Added functions to create and append text to small text files.
4640
      Provides consistent error messages and simplifies creation of small files.
4641
      Used functions within JATS.
4642
 
4643
 
4644
------------------------------------------------------------------------
259 dpurdie 4645
Version:  2.76.2000.cr                               Released: 23-Jul-08
257 dpurdie 4646
------------------------------------------------------------------------
259 dpurdie 4647
Minor changes:
4648
    * New Platform and Toolset : ACEX
4649
      Provides support for the Fairchild ACEx assebmler
4650
 
4651
------------------------------------------------------------------------
4652
Version:  2.76.1000.cr                               Released: 10-Jul-08
4653
------------------------------------------------------------------------
257 dpurdie 4654
Major changes:
4655
 
4656
    * Jats make: Package and Install directives [DEVI-049299]
4657
      Convert relative pathnames to absolute pathnames before passing
4658
      to copy command. This makes the most of Windows limited path length
4659
      as implemented by many Windows utilities.
4660
 
4661
Minor changes:
4662
    * JATS makefile generation: Provide case-corrected pathnames for
4663
      library and include files in dpkg_archive.
4664
 
4665
      Needed to support badly formed legacy packages when used with
4666
      some windows tools.
4667
 
259 dpurdie 4668
------------------------------------------------------------------------
255 dpurdie 4669
Version:  2.76.0000.cr                               Released: 24-Jun-08
4670
------------------------------------------------------------------------
4671
Major changes:
4672
    * Support for Microsoft Visual Studio 2005 [DEVI-049017]
4673
      The product must be installed in its default location.
4674
 
4675
      New platforms:
4676
        CSHARP2005
4677
         Uses C# Framework Version 2.0.50727
4678
         Support extends to allow:
4679
            1) Building of Csharp source using standard JATS
4680
            2) Build Visual Studio solutions
4681
         Can consume files from CSHARP and WIN32 components.
4682
 
4683
        VS2005
4684
         Support extends to allow:
4685
            1) Building of C and C++ source using standard JATS
4686
            2) Build Visual Studio solutions
4687
         Can consume files from VS2003 and WIN32 components.
4688
 
4689
      The existing WIN32 and CSHARP platforms can also utilize VS2005
4690
      through a version selector:
4691
        WIN32 Toolset   - "MS.NET2005"
4692
        CSHARP Toolset  - "MS.NET2005"
4693
 
4694
    * Version of Make for Win32 builds
4695
      The version of Make has been upgraded to 3.81 to provide access
4696
      to macros to simplify support for the MS VS2005.
4697
 
4698
    * CSHARP and WIN32 platforms
4699
      The LIB path uses to locate libraries and DLLs has been altered to:
4700
        - Contain absolute paths. Relative paths did not work under all
4701
          conditions when building projects and solutions.
4702
        - Contain valid paths. JATS generated paths that do not physically exist
4703
          will be removed from the search path. This removes warning messages
4704
          under VS2005.
4705
 
4706
Minor changes:
4707
    * New Jats utility: dstatus
4708
      Display Build Daemon Status. A text based utility.
4709
      Use 'jats dstatus -man' for full details.
4710
 
4711
    * PPC_603E Toolset
4712
      Changed the definition of HOST_CPU to be correct for the linux
4713
      architecture that uses the value - powerpc.
4714
 
4715
      Extended LinuxDrivers directive to allow for powerpc.
4716
 
4717
      Updated the MakeLinuxDriver directive to use EXTRA_CFLAGS as CFLAGS
4718
      has been removed. This change is backwardly compatible.
4719
 
4720
    * Modified all utilities to avoid a Perl-10 warning message [DEVI-049018]
4721
      Improved usage of the 'require' statement used to check for
4722
      a minimal value of perl.
4723
 
4724
      Removed excessive require statements.
4725
 
4726
    * JATS internal utilities - xmake
4727
      Source for Make 3.81 is now controlled
4728
      Include JATS specific files for
4729
        1) Windows
4730
        2) Linux
4731
 
4732
      JATS now includes binaries for make.
4733
      This will ensure that the version of make being used will be known for all
4734
      machines. Gnu make does not need to be installed for the various build
4735
      machines.
4736
 
4737
    * JATS internal utility sh.exe (windows)
4738
      Extended internal debugging via EnvVar SHDEBUGEXEC
4739
 
4740
    * JATS Environment
4741
      Allow Jats Environment variables that are used to specify a directory
4742
      to be set to either '-' or 'none'. The associated path will set to empty.
4743
 
4744
      This can be used to override defaults that may be inserted by the JATS
4745
      wrapper scripts.
4746
 
4747
    * JATS utility: sandbox (Experimental)
4748
      Correct problem with location of build files.
4749
      Spell check help and code.
4750
 
4751
------------------------------------------------------------------------
253 dpurdie 4752
Version:  2.75.3000.cr                               Released: 06-Jun-08
251 dpurdie 4753
------------------------------------------------------------------------
4754
Major changes:
4755
 
4756
Minor changes:
253 dpurdie 4757
    * Jats utility: release [DEVI-047291]
4758
      A race condition within clearcase will cause a view to fail during
4759
      creation. This is detected and the command will be retried a number
4760
      of times.
4761
 
4762
------------------------------------------------------------------------
4763
Version:  2.75.2000.cr                               Released: 27-May-08
4764
------------------------------------------------------------------------
4765
Major changes:
4766
 
4767
Minor changes:
251 dpurdie 4768
    * PPC_603E Toolset
4769
      Changed the definition of HOST_CPU to be non-numeric
4770
 
4771
    * GCC Toolset
4772
      Correct the operation of the assembler interface to 'gas' such that
4773
      options are passed correctly.
4774
 
4775
    * Jats utility: CCdiff [DEVI-048127] [DEVI-048439]
4776
      Sped up the label-label comparison.
4777
      Restored speed to that of observed before the label-view comparison
4778
      was added.
4779
 
4780
      Restored ability to perform a one-sided comparison. This is used when
4781
      reviewing a new package.
4782
 
4783
    * Makefile creation: BuildVersion directive
4784
      Better handling of the generated files such that they are
4785
      automatically included in the source file list.
4786
 
253 dpurdie 4787
    * Toolset updates
4788
      Thyron and gnu_mpt. From An Tran.
4789
 
251 dpurdie 4790
------------------------------------------------------------------------
249 dpurdie 4791
Version:  2.75.1000.cr                               Released: 14-May-08
229 dpurdie 4792
------------------------------------------------------------------------
4793
Major changes:
249 dpurdie 4794
 
4795
Minor changes:
4796
    * PackageFile directive [DEVI-048037][DEVI-047541]
4797
      Now supports the packaging of files with ( or ) in the name
4798
 
4799
------------------------------------------------------------------------
4800
Version:  2.75.0000.cr                               Released: 07-May-08
4801
------------------------------------------------------------------------
4802
Major changes:
247 dpurdie 4803
  * New toolset and platform
4804
    Added support for the PPC_603E platform.
4805
    This uses the powerpc-603e-linux-gnu compiler
4806
    The DEVLINUX and LMOS_DEVLINUX targets have been extended to include
4807
    this platform.
4808
 
4809
Minor changes:
4810
  * Jats utility: CCdiff
4811
    Extended operation to allow one side of the comparison to be a directory
4812
    within a static view. This allows comparison between a label and current
4813
    work.
4814
 
4815
  * Jats utility: release
4816
    Added checking of correct package name and version when files are
4817
    published to dpkg_archive.
4818
 
249 dpurdie 4819
  * Jats utility: jats_rewrite [DEVI-034837]
247 dpurdie 4820
    Extended operation to allow the special properties to be transferred from
4821
    Release Manager to the build tool to the target build. Currently only
4822
    supported for ANT builds.
4823
 
4824
    New 'known' ANT properties are:
4825
        releasemanager.releasename
4826
        releasemanager.projectname
4827
 
4828
    The configuration file, used by this utility, has been extended to support
4829
    tagged data item of the form
4830
 
4831
        releasemanager.releasename = value
4832
        releasemanager.projectname = value
4833
 
4834
  * Mug File Generation
4835
    Added --NoMugFiles option to suppress the creation of Mug Files
4836
    This allows THX files to be collected for possible deployment.
4837
 
4838
    When this option is enabled, the user does not need to specify the
4839
    Device ID, Name or Tier Number, nor are the external tools packages
4840
    required.
4841
 
4842
  * Makefile creation: BuildVersion directive
4843
    Modified the operation of the BuildVersion directive such that the
4844
    location of the files that are generated will be known to the Jats
4845
    makefiles. In this manner the user doesn't not need to know the location of
4846
    the files in order to use them.
4847
 
4848
    The file will need to be declared with a 'Src' directive, but JATS will
4849
    locate the file.
4850
 
4851
    This options does not occur for the 'C' version files. This is intentional
4852
    to ensure backward compatibility.
4853
 
4854
    The operation does occur for version files of Style:
4855
        * CSharp
4856
        * Properties
4857
        * WinRC
4858
 
4859
  * JATS directive: CompileOptions
4860
    Correct operation of options that make use of assigned values.
4861
    The case of the value is now preserved.
4862
    Value is correctly assigned.
4863
 
4864
------------------------------------------------------------------------
4865
Version:  2.74.0000.cr                               Released: 29-Apr-08
4866
------------------------------------------------------------------------
4867
Major changes:
245 dpurdie 4868
  * M16C toolset. Used by the MPR platform to build MCRFirmware [DEVI-047555]
4869
    Corrected the version number embedded in the generated THX file.
4870
 
4871
    Major and minor numbers greater than 9 were incorrectly represented
4872
    Added a test to ensure that the major and minor numbers are in the range
4873
    of 0 to 99 inclusive.
4874
 
4875
  * Auto-build when multiple build.pl files are labelled [DEVI-047461]
4876
    Modified JATS to allow support for the automated building of packages that
4877
    contain multiple, labeled, build files.
4878
 
4879
    Added a '-locatepkg=pkg' option to the Jats wrapper script. This allows the
4880
    user to specify the package to be selected from those that can be found.
4881
    This will be integrated into the build tool.
4882
 
4883
    Modified the operation of the 'jats release' command to use the
4884
    infrastructure provided by the above feature. Testing a release uses the
4885
    additional information to ensure that the created package name and version are
4886
    correct.
4887
 
4888
    Modified the operation of the (experimental) 'jats sandbox command to use
4889
    the infrastructure provided by the above feature.
4890
 
4891
Minor changes:
4892
  * Solaris Toolset [DEVI-047398]
4893
    The toolset no longer requires that the user have the compiler and the
247 dpurdie 4894
    'ar' utility in their path. It will be controlled by the toolset.
245 dpurdie 4895
 
4896
    This should improve build reproducibility.
4897
    This will simplify new user setup.
4898
 
4899
  * All Unix Toolsets
4900
    Corrected the operation of the 'options=showenv' so that it works
4901
    on unix systems
4902
 
4903
  * JATS release utility  [DEVI-047356]
4904
    Fixed problem where utility would issue a 'Broken Pipe' message
4905
    on some Solaris Machines.
4906
 
4907
  * JATS -version=<version>
4908
    Fixed operation on machines that do not have a GBE_DPKG_CACHE such that
4909
    JATS does not attempt to cache the alternate version.
4910
 
4911
------------------------------------------------------------------------
4912
Version:  2.73.4000.cr                               Released: 10-Apr-08
4913
------------------------------------------------------------------------
4914
Major changes:
243 dpurdie 4915
    * New platform: WCEPSION_500_emu [DEVI-047234]
245 dpurdie 4916
      Creates binaries for the WCEPSION_500 emulator
243 dpurdie 4917
      Added this platform to the default 'WINCE' alias.
4918
 
4919
Minor changes:
4920
    * JATS escrow utility [DEVI-047232]
4921
      Handle package names that have spaces and brackets
4922
 
4923
    * JATS release utility [DEVI-047232]
4924
      Handle view names that have spaces and brackets
4925
 
4926
    * Removed detection of unknown platforms
4927
      Does not work with LMOS
4928
 
4929
    * Readme.txt file
4930
      Added a brief description on the core_devl directory structure.
4931
 
4932
    * Misc Cleanup
4933
      Removed version-1 test that is not applicable to the current jats
4934
      Move PostInstall script into the BUILD directory.
4935
 
4936
------------------------------------------------------------------------
4937
Version:  2.73.3000.cr                               Released: 07-Apr-08
4938
------------------------------------------------------------------------
4939
Major changes:
241 dpurdie 4940
  * MOS68K Toolset (Not MOS68KRM)
4941
    Force compiler option -nOj
4942
    The default compiler option (-Oj) has been seen to cause problems with some
4943
    code. Problem reported/analysed by rparker and thunter.
237 dpurdie 4944
 
241 dpurdie 4945
  * MOS68K Toolset (Not MOS68KRM)
4946
    Correct problem in disabling Global Optimization that was introduced in
4947
    version 2.73.1000
4948
 
237 dpurdie 4949
Minor changes:
241 dpurdie 4950
  * JATS makefiles
4951
    Correct problem where a Production/Debug only build would create OBJ
4952
    directories for both production and debug, and not clean them up.
4953
 
4954
  * JATS builds
4955
    Allow ANT builds to be run in verbose mode to facilitate debugging
4956
    The command "make all options=args" will run the ANT builds in 'verbose'
4957
    mode.
4958
 
4959
  * JATS makefiles
4960
    Extended the 'selector' used in all makefile directives - as the first
4961
    argument. Added two non-platform related options:
4962
        --Project=xxxx      True if the package suffix matches
4963
        --Defined=yyy       True if yyy is declared with a SetValue or
4964
                            SetList directive.
4965
 
4966
    ie: AddSrcDir ('--Project=sls' , 'sls' );
4967
        AddSrcDir ('!--Project=sls', 'default');
4968
 
4969
  * JATS makefiles. MakeProject directive
4970
    New packaging options to package up programs to be used as JATS plug-ins
4971
        --PackageTool=xxxx
4972
        --PackageToolProd=xxx
4973
        --PackageToolDebug=xxx
4974
 
4975
  * JATS buildfile processing
4976
    Generate a warning for build platforms that are unknown to JATS
4977
    These may be the result of a user typo or an incompatible version
4978
    of JATS.
4979
 
4980
  * JATS save_build utility
4981
    Correctly handle autobuild branches that contain multiple checkouts, one of
4982
    which may be reserved.
4983
 
4984
  * JATS gen_cots utility
4985
    Correctly labels directories up to the VOB root.
4986
    Displays the correct 'Source Path' in the Release Manager Information.
4987
    Ignores the 'administration_view' as this is read-only
4988
 
4989
  * JATS sandbox (experimental)
4990
    Ensure the AutoBuildTool does not use any sandbox
4991
 
4992
  * JATS release (cbuilder) utility
4993
    Handle paths that have a trailing path separators.
4994
 
4995
  * JATS Makefile generation. Packaging directives
4996
    Packaging directives that use the --Dir option have been modified
4997
    such that the direction cannot use a a relative path.
4998
 
4999
    * Escrow tool
5000
      Creates a simple HTML file that details all the packages with a short
5001
      description.
5002
 
5003
------------------------------------------------------------------------
5004
Version: 2.73.2000.cr                                Released: 06-Mar-08
5005
------------------------------------------------------------------------
5006
Major changes:
5007
 
5008
Minor changes:
239 dpurdie 5009
    * Corrected operation of GBE_PLATFORM, when building a GENERIC package.
5010
      A GENERIC package can now be built independently of the value
5011
      of GBE_PLATFORM.
5012
 
5013
    * MOS Toolset
5014
      If only building for a production target, then don't generate an error
5015
      if there is no debug data and code addresses specified.
5016
 
5017
      Use to build platform independent MOS Releases. Cannot have debug, but
5018
      can have production (PIC) components.
5019
 
5020
    * Utility command: jats abt
5021
      Parse and use -buildfile=xxx option
5022
 
5023
    * Utility command: jats extract -extractfiles
5024
      The extractfiles option will now duplicate empty directories
5025
 
5026
    * Building ANT projects under JATS
5027
      Ensure that the PATH is correctly setup so that ANT can locate
5028
      utilities within the JAVA directory - for both Solaris and Windows.
5029
      Previously only worked on Windows
5030
 
5031
------------------------------------------------------------------------
5032
Version: 2.73.1000.cr                                Released: 21-Feb-08
5033
------------------------------------------------------------------------
5034
Major changes:
5035
 
5036
Minor changes:
237 dpurdie 5037
    * Jats Label Utility
5038
      Correct use of '-norecurse' operation.
5039
 
5040
    * Jats command line under Unix
5041
      Corrected problem when command line quoted arguments with a space are
241 dpurdie 5042
      passed in. ie: -xxx="aaa bbb ccc"
237 dpurdie 5043
 
5044
    * Escrow tool
5045
      Added totals to all the tables created in the HTML report
5046
 
5047
    * Platform MOS68KRM
5048
      Rome builds. Modified compiler options to match the existing build system
5049
 
5050
------------------------------------------------------------------------
239 dpurdie 5051
Version: 2.73.0000.cr                                Released: 20-Feb-08
237 dpurdie 5052
------------------------------------------------------------------------
5053
Major changes:
235 dpurdie 5054
    * New Toolset: BORLAND
5055
      The toolset uses the Borland C++ Builder 6 to build Borland Project
5056
      files via the MakeProject directive.
231 dpurdie 5057
 
235 dpurdie 5058
      In this release there is no support for native compilation and linking.
5059
 
5060
      Details are provided in MASS-00166 JATS Reference Manual
5061
 
231 dpurdie 5062
Minor changes:
235 dpurdie 5063
    * Extract/Release utility.
5064
      Handle Source Path option with spaces by creating a config spec
5065
      that can handle spaces
5066
 
5067
    * MOS Compiler
5068
      The TMP directory used by the assembler will be created before the
5069
      assembler is invoked. This will ensure that the directory exists.
5070
 
5071
    * Utility: create_dpkg
5072
      Uses the first 'descpkg' file found. Allows packages that have embedded
5073
      descpkg files to be copied.
5074
 
5075
    * AVR_IAR Toolset
5076
      Added support for AT90SC144144CT - by David Payne.
5077
 
5078
    * JATS ANT command
5079
      Better selection of the ant build file
5080
 
5081
    * Build directive: BuildVersion
5082
      Extended the WinRc version file to allow the name of an icon to be
5083
      embedded in the .RC file.
5084
 
5085
------------------------------------------------------------------------
5086
Version: 2.72.2000.cr                                Released: 06-Feb-08
5087
------------------------------------------------------------------------
5088
Major changes:
5089
 
5090
Minor changes:
233 dpurdie 5091
    * Building JATS. Installer will set a+x in dpkg_archive
5092
 
5093
    * JATS rewrite. Remove the need  for the 'name=' attribute in the
5094
      <project> field.
5095
 
5096
    * CCdiff utility
5097
      Now ignores blank lines when generating a file difference report.
5098
 
5099
    * Escrow utility
5100
      Quote 'path' in the generated extraction commands
5101
      Allow escrow to be based on a single Release Manager package
5102
 
5103
    * Minor Perl-10 tweaks  
5104
 
5105
------------------------------------------------------------------------
5106
Version: 2.72.2000.cr                                Released: 24-Jan-08
5107
------------------------------------------------------------------------
5108
Major changes:
5109
 
5110
Minor changes:
231 dpurdie 5111
    * Jats Tool: CCbc2 [DEVI-044908]
5112
      Locates BeyondCompare through the Windows Registry. This allows
5113
      BeyondCompare to be installed in places other then the default location.
5114
 
5115
    * Jats test runtime helper scripts set_PLATFORM.bat
5116
      Windows. Batch file modified so that it doesn't exit the shell.
5117
 
5118
    * Jats wrapper
5119
      If JATS attempts to cache itself and an error is reported by the caching
5120
      utility, then Jats would fail without reporting an error message.
5121
 
5122
------------------------------------------------------------------------
5123
Version: 2.72.00000.cr                                Released: 11-Jan-08
5124
------------------------------------------------------------------------
5125
Major changes:
229 dpurdie 5126
    * Jats Release Mechanism
5127
      Jats can now release itself. This is not the same a building all of its
5128
      internal components, but it does mean that a new version of JATS can be
5129
      released using the 'standard' mechanism.
5130
 
5131
      Jats releases will be tracked in Release Manager.
5132
 
5133
      A side effect of this is that the labelling scheme will change to align
5134
      itself with Release Manager. ie: <package_name>_<package_version>.
5135
 
5136
    * Running Jats
5137
      Running Jats from within a ClearCase view is being deprecated.
5138
      Jats should be run from a package present in dpkg_archive.
5139
      This may affect some windows developers.
5140
 
5141
      This release of JATS can be run from ClearCase, but generates a warning.
5142
      Future versions will generate an error.
5143
 
5144
      Refer to MASS-00164 Installing and Using JATS.
5145
 
5146
Minor changes:
5147
    * Perl Version Check
5148
      Jats will generate a warning if the version of Perl in use is newer
5149
      than the version used in test. Newer versions are not always backward
5150
      compatible. Currently JATS has been extensively tested with 5.8.8.
5151
 
5152
    * Build Directive: BuildVersion
5153
      This directive has been extended to allow the creation of a 'properties'
5154
      file. This file may be used to pass version information into a an ANT
5155
      build.
5156
 
5157
    * Jats Internals
5158
      Minor fix to interwork with Perl version 5.10.
5159
      Perl 5.10 has not been extensively tested - yet.
5160
 
5161
    * Jats Tool: CCbc2
5162
      Added utility to use BeyondCompare (BC2) to compare files in two
5163
      packages defined as ClearCase labels. The utility creates two dynamic views
5164
      and starts BeyondCompare. The views are destroyed at the end of the
5165
      process.
5166
 
5167
      Requires BeyondCompare to be installed in its default location.
5168
      Only works under Windows.
5169
 
5170
      Use jats CCbc2 -help (or -man) for further details.
5171
 
5172
    * Jats test runtime helper scripts set_PLATFORM.sh
5173
      Marked as executable, so that users can run them directly
5174
 
5175
    * Jats test runtime helper scripts set_PLATFORM.bat
5176
      Uses SETLOCAL / ENDLOCAL to prevent environment variables being exported
5177
      into the parent space. This mimics the behaviour of Unix.
5178
 
5179
    * Jats eprog
5180
      Consistent cross-platform handling of programs found in the current
5181
      directory.
5182
 
5183
    * jats tool jats_metrics
5184
      A new utility that will be used by the Automated Build System to collect
5185
      build metrics.
5186
 
5187
------------------------------------------------------------------------
227 dpurdie 5188
Version: 2.71.6.cr                                Released: 18-Dec-07
5189
------------------------------------------------------------------------
5190
Major changes:
5191
 
5192
Minor changes:
5193
    * Jats Tool: create_dpkg
5194
      Added options to allow the utility to sanity test the package name and
5195
      version of the package being created. This is intended to be used by the
5196
      automated build system. New options are:
5197
        -pname=Package_Name
5198
        -pversion=Package_Version
5199
 
5200
      Added option to allow the source package form to be tested, without
5201
      transferring the package. New options are:
5202
        -test
5203
 
5204
    * Jats Tool: CCdiff
5205
      -output=filename now works. Previously only -out=filename worked.
5206
      -vob=name does not generate internal message under unix
5207
 
5208
    * JATS Environment variables GBE_BUILDFILTER and GBE_PLATFORM can be either
5209
      a space separated or a comma separated list.
5210
 
5211
    * Solaris Toolset
5212
      Disable the use of purify, purecov and quantify when building shared
5213
      libraries. Shared libraries are not supported by these tools. Executable
5214
      programs are still supported.
5215
 
5216
------------------------------------------------------------------------
5217
Version: 2.71.5.cr                                Released: 07-Dec-07
5218
------------------------------------------------------------------------
5219
Major changes:
5220
 
5221
Minor changes:
5222
    * WINCE toolsets
5223
      Added a run-time test for the presence of the required toolset
5224
      This will report an error if the required WINCE toolset has not been
5225
      installed. This is better than obscure message generated by the compilers
5226
      when header files cannot be found.
5227
 
5228
    * GenerateFiles directive
5229
      If the generating tool can only be found in the users path, don't make
5230
      it a prequisite under Windows. There are problems with spaces in pathnames
5231
      that are difficult to solve.
5232
 
5233
    * MakePerlModule directive
5234
      Extended the directive syntax to allow command line options to be passed
5235
      to the the module builder.
5236
 
5237
    * Jats Tool: label
5238
      Add the ability to label specific sub-directories (-dirs=name[,name]+)
5239
      Allow the -up option to be used in conjunction with the  -files=xxx and
5240
      -dirs=xxx options.
5241
 
5242
    * Jats Tool: release
5243
      Corrected a problem when multiple ant builds where located within the
5244
      build view. Now all ants builds will be perform.
5245
 
5246
      Expanded the operation of the '-build=name' option such that it can be
5247
      used to limit ANT builds by specifying the name of the depends.xml file.
5248
 
5249
    * Jats Tool: CCdiff
5250
      Added utility to provide difference reports in a format suitable to be
5251
      uploaded to CodeStriker.
5252
 
5253
      Use jats CCdiff -help (or -man) for further details.
5254
 
5255
 
5256
------------------------------------------------------------------------
5257
Version: 2.71.4.cr                                Released: 30-Nov-07
5258
------------------------------------------------------------------------
5259
Major changes:
5260
    * New Platform : MOS68KRM
5261
      Building MOS for the 68K processor for Rome
5262
      Requires the Microtec 4.5R compiler
5263
      Similar to MOS68K, but has different optimization and definitions
5264
 
5265
Minor changes:
5266
    * label utility
5267
      Better handling of filenames with embedded spaces.
5268
 
5269
    * make package and install operations
5270
      Improved the error detection and reported that may occur during a file
5271
      transfer.
5272
 
5273
    * make clean up
5274
      Improved the cleanup of generated files.
5275
 
5276
    * Jats Tool: jats_transform_file
5277
      Tool that can be used within makefiles and test harnesses to perform
5278
      minor file transformations such as:
5279
        Copy, with optional rename
5280
        Force Dos or Unix style line endings
5281
        Perform simple TAG replacement
5282
 
5283
      Use 'jats jats_transform_file -help' for details
5284
 
5285
    * jats release utility
5286
      Added the -extractfiles option to extract files without leaving a view
5287
      in place.
5288
 
5289
    * escrow utility
5290
      Added -extract option to assist in creating images of all files in
5291
      the escrow, with a log file to summarize success/failure of the extraction.
5292
 
5293
------------------------------------------------------------------------
5294
Version: 2.71.3.cr                                Released: 16-Nov-07
5295
------------------------------------------------------------------------
5296
Major changes:
5297
 
5298
Minor changes:
5299
    * Makefile generation
5300
      Corrected a problem in the detection of a generated target
5301
      Some JAVA builds were not correctly detecting the need to run the
5302
      generate phase early.
5303
 
5304
------------------------------------------------------------------------
5305
Version: 2.71.2.cr                                Released: 09-Nov-07
5306
------------------------------------------------------------------------
5307
Major changes:
5308
 
5309
Minor changes:
5310
    * GBE_PLATFORM operation
5311
      Restored operation of GBE_PLATFORM. This feature is not encouraged.
5312
 
5313
    * Makefile generation
5314
      Added a sanity check to generate a warning if a file is packaged, or
5315
      installed, from more than one makefile.pl
5316
 
5317
    * Utilities gen_msproject, gen_dirlist and gen_metrics
5318
      Modified to use generic interface to the makefile data
5319
 
5320
    * AutoBuilder support tool 'save_build'
5321
      Check for users having placed locks on the build file and the autobuild
5322
      branch. The locks will be removed.
5323
 
5324
    * jats_rewrite utility
5325
      Better handling of DOS line ending under Unix
5326
 
5327
    * jats escrow utility
5328
      Can now create a simple escrow build, and information, on a Release.
5329
      Still handles an escrow based on an SBOM.
5330
 
5331
      Can be used to create an HTML report on unbuildable packages and
5332
      inconsistent packages.
5333
 
5334
    * jats make help
5335
      Corrected the list of target platforms to only show those that are
5336
      available within the current build.
5337
 
5338
    * jats makefiles
5339
      Modified the behaviour of jats when multiple instances of the
5340
      MakefileGenerate() directive are found.
5341
 
5342
      If the MakefileGenerate() directive is found in the 'common' makefile.
5343
      pl, then it will be ignored.
5344
 
5345
    * gcc toolset
5346
      SharedLibries.
5347
        The --Def=name option supports two types of def file
5348
        The 'old' form is used if the name of the Def file ends in .def
5349
 
5350
        The 'old' form is created by the existing versions of mod_if.pl
5351
        The 'new' form is created by tne new versions (daf_tools 25.1.5000.cr)
5352
        of mod_if - if the name of the file does not end in .def.
5353
 
5354
      SharedLibraries and Prog (Experimental)
5355
        New options:
5356
            --MultiScan
5357
            --NoMultiScan ( default)
5358
            MultiScan will scan the libraries until no more undefined references
5359
            can be satisfied. This may simplify linking of complex programs.
5360
 
5361
 
5362
------------------------------------------------------------------------
5363
Version: 2.71.1.cr                                Released: 16-Oct-07
5364
------------------------------------------------------------------------
5365
Major changes:
5366
 
5367
Minor changes:
5368
    PackageLib directive
5369
    The construct "PackageLib( '*', @SHLIBS, @LIBS );" now works as expected.
5370
    Packaging multiple libraries and shared libraries works as expected.
5371
    Packaging multiple shared libraries works as expected.
5372
 
5373
    MakefileGenerate directive
5374
    This directive should only be called once. JATS will now generate a warning,
5375
    and not produce an erroneous, if the directive is invoked more than once.
5376
 
5377
    Multiple Parent detection
5378
    A makefile.pl that is invoked from more than one other makefile.pl, or the
5379
    build.pl, is counted as having multiple parents. This condition is
5380
    normally treated as an error. When run by the Auto Built Tool, this
5381
    condition will be treated as a warning.
5382
 
5383
    Solaris Toolset
5384
    Added option '--WithMisalign' to the SharedLib directive.
5385
    When used in conjunction with the 'misalign' CompleOption this option will
5386
    cause a machine specific object file (misalign.o) to be included in the
5387
    link.
5388
 
5389
    Programs that are created with 'misalign' will automatically include the
5390
    misalign.o object file. The fact that shared libraries do not may be an
5391
    indication that this is a bad thing to do.
5392
 
5393
    Make and generation of subdirectories
5394
    Fixed an issue which caused created directories to have a bad timestamp.
5395
    This could result in multiple attempts to generate the source dependency
5396
    file.
5397
 
5398
------------------------------------------------------------------------
5399
Version: 2.71.0.cr                                Released: 10-Oct-07
5400
------------------------------------------------------------------------
5401
Major changes:
5402
    Makefile generation and make recursion
5403
    Extensive changes to the makefiles that are generated by JATS and method by
5404
    which JATS recuses through subdirectories during a build.
5405
 
5406
    Summary of changes:
5407
        - Removed the use of 'make' to perform recursion over subdirectories
5408
          and platforms. This has been replaced by a JATS program  that performs
5409
          the same task - only a great deal faster and with a greater scope for
5410
          flexibility.
5411
 
5412
          The user interface remains identical: jats make ....
5413
 
5414
        - Replaced the generated 'Makefile' with 'Makefile.gbe'. This is a text
5415
          file that provides sufficient information to allow JATS to locate the
5416
          interface directory and associated build information.
5417
 
5418
        - Significant speed up in determining the need to rebuild a makefile.
5419
          On a large package this has been reduced from 30+ seconds to less
5420
          than one second.
5421
 
5422
        - Significant speed up of large recursive builds through intelligent
5423
          building of the 'make_init' target. This is only processed once for
5424
          each platform type. Previously it was processed in each and every
5425
          makefile. This make target is used, internally, to perform sanity
5426
          testing of the compiler environment and to display the name of the
5427
          toolset. It is an expensive operation.
5428
 
5429
        - Intelligent speed up of large recursive through better mechanism
5430
          for creating required directories. These are now created on the fly,
5431
          rather than via a slow recursive pass though all makefiles.
5432
 
5433
        - Better makefile rebuilding
5434
          Makefiles can be rebuilt on the fly. The previous system was prone to
5435
          detecting that makefiles needs to be re-built, but then not re-
5436
          building them.
5437
 
5438
        - Detection of build file changes
5439
          The make process will detect that the build file has been modified
5440
          and that the component has not been rebuilt. This is a warning. It
5441
          does not prevent the 'make' operation.
5442
 
5443
        - Quieter make output
5444
          The 'Nothing to be done' message has been disabled.
5445
 
5446
 
5447
Minor changes:
5448
    MakeAnt Directive
5449
    Allows ANT_HOME to be a path with spaces. ie: c:\Program Files\apache-ant-1.6.5
5450
 
5451
    JATS command "debug" and "prod"
5452
    These now handle make arguments and options correctly. Thus the command:
5453
        jats prod WIN32 OPTIONS=args
5454
    Will correctly do a production build for WIN32 with command execution
5455
    display. Before, the system would attempt to process prod_OPTIONS=args.
5456
 
5457
    CSHARP toolset
5458
    Correctly detect missing compiler directories
5459
 
5460
------------------------------------------------------------------------
5461
Version: 2.70.2.cr                                Released: 27-Sep-07
5462
------------------------------------------------------------------------
5463
Major changes:
5464
 
5465
Minor changes:
5466
    Java target. Resolve problem of multiple project builds when multiple files
5467
    are generated.
5468
 
5469
    MakeAnt
5470
    If the Ant build fails JATS will terminate.
5471
    Previously JATS would continue until another error forced its termination.
5472
    This is done through a better startup of ANT using the
5473
    org.apache.tools.ant.launch.Launcher directly.
5474
 
5475
    MCR platform
5476
    Create '.mod' files from the generated THX files.
5477
    This is a MOS binary and can be download to the MCR devices.
5478
 
5479
------------------------------------------------------------------------
5480
Version: 2.70.1.cr                                Released: 20-Sep-07
5481
------------------------------------------------------------------------
5482
Major changes:
5483
 
5484
Minor changes:
5485
    MakeAnt directive extended
5486
    New option: --PackageBase
5487
        This will pass the path to all packages specified with LinkPkgArchive
5488
        directives to the build.xml file. Without the option the path will
5489
        address a 'jar' directory within the package.
5490
 
5491
    New passed parameter: PACKAGEDIR
5492
        This is the path to the output package that is being created by JATS
5493
        Allows the ant build script to place artifacts directly into the
5494
        package image being created.
5495
 
5496
------------------------------------------------------------------------
5497
Version: 2.70.0.cr                                Released: 13-Sep-07
5498
------------------------------------------------------------------------
5499
Major changes:
5500
    * Linux compiler
5501
      Changed the linux compiler used to build Embedded Linux platforms
5502
            DEVLINUX
5503
                LINUX_EMU
5504
                LINUX_ETX
5505
                ARM9TDMI
5506
 
5507
            LMOS
5508
                LMOS_LINUX_EMU
5509
                LMOS_LINUX_ETX
5510
                LMOS_ARM9TDMI
5511
 
5512
 
5513
    This is a non-backwardly compatibly release.
5514
 
5515
    Do not migrate to this version of JATS if you are building against
5516
    existing packages, until the underlying packages have been rebuilt.
5517
 
5518
    Packages created with the previous version of the compiler should not be
5519
    mixed with packages created with the version in this release.
5520
    Packages will be rebuilt with the new compiler as soon as possible.
5521
 
5522
    The new compiler will need to be installed on users VM's
5523
    The compiler package is dpkg_archive/linux_gnu_tools/1.1.0000.cots
5524
    The binary is:crosstool-gcc-4.1.1-glibc-2.5.tar.bz2
5525
    This should be extacted, as root, into / with the (one line) command
5526
         tar -xjf /net/auperaunx26/export/devl/dpkg_archive/linux_gnu_tools/1.1.0000.cots/
5527
                    crosstool-gcc-4.1.1-glibc-2.5.tar.bz2 -C/
5528
 
5529
Minor changes:
5530
    * Skipped 2.69 due to nature of major change
5531
 
5532
 
5533
------------------------------------------------------------------------
5534
Version: JATS_2.68.3                                Released: 28-Aug-07
5535
------------------------------------------------------------------------
5536
Major changes:
5537
 
5538
Minor changes:
5539
    * WIN32 CompileOptions to control use of precompiled headers
5540
      Added a WIN32 specific compiler option to control the pre compiled
5541
      headers.
5542
 
5543
        CompileOptions ('WIN32', 'PreCompileHdrs' );        (default)
5544
        CompileOptions ('WIN32', 'NoPreCompileHdrs' );
5545
 
5546
 
5547
------------------------------------------------------------------------
5548
Version: JATS_2.68.2                                Released: 28-Aug-07
5549
------------------------------------------------------------------------
5550
Major changes:
5551
 
5552
Minor changes:
5553
    * Reverted changes made in JATS_2.68.1 to the library search path
5554
      Although the search order is broken, we will need to live with it.
5555
 
5556
      Addressed the search order of /usr/lib under Solaris by adding a new
5557
      AddLibDir option (--System) to add system paths. These will be searched
5558
      last.
5559
 
5560
      For the record, the search order for header files and libraries is:
5561
 
5562
        1) As specified with AddIncDir/AddLibDir in the local makefile.pl
5563
           or within any such directive with the --Local option
5564
 
5565
        2) Within the components 'local' directories. These are populated with
5566
           InstallHdr and InstallLib directives.
5567
 
5568
        3) Within the 'interface' directory as populated by BuildPkgArchive
5569
 
5570
        4) As specified with AddIncDir/AddLibDir in the 'global' makefile.pl
5571
           or within any such directive with the --Global option
5572
 
5573
        5) Within packages specified by a LinkPkgArchive directive
5574
 
5575
 
5576
        6) As specified with AddIncDir/AddLibDir in any makefile.pl
5577
           with the --System option
5578
 
5579
    * LMOS target platform
5580
      Includes LINUX_ETX
5581
 
5582
------------------------------------------------------------------------
5583
Version: JATS_2.68.1                                Released: 24-Aug-07
5584
------------------------------------------------------------------------
5585
Major changes:
5586
 
5587
Minor changes:
5588
    * Solaris Toolset
5589
      Corrected library search order, such that /usr/lib is search after the
5590
      dependent packages.
5591
 
5592
    * RunTest operation
5593
      Added the current directory '.' to the PATH used when the test is run.
5594
 
5595
    * Csharp toolkit
5596
      .dtd files are treated as resource files too
5597
 
5598
------------------------------------------------------------------------
5599
Version: JATS_2.68.0                                Released: 20-Aug-07
5600
------------------------------------------------------------------------
5601
Major changes:
5602
    * Trap use of uncontrolled versions of 'ant' and the Java Compiler (javac)
5603
 
5604
      It was discovered that a few old makefile.pl's where invoking ant and
5605
      javac directly in order to build small Java components. This was
5606
      normally being done in the guise of the WIN32 target. These packages
5607
      were making assumptions about the version of Java on the users search
5608
      path.
5609
 
5610
      JATS can invoke ANT and build Java based components using the MakeAnt
5611
      directive and the JAVA platform. This method is controlled and
5612
      reproducible.
5613
 
5614
      This release provides changes such that these packages will not build.
5615
      This is better than building incorrectly.
5616
 
5617
      There are several aspects to the change
5618
        1) JATS provides binaries (ant and javac) with an error message. If
5619
           the user invoked ant/javac in a manner that involves searching the
5620
           PATH then these will be used and report an error.
5621
 
5622
       2) A special command (jats abt) can be used to start up the Auto Build
5623
          Tool in a manner that does not alter the PATH seen by the utilities.
5624
          Moreover it does not alter the JAVA_HOME seen by the build. This is
5625
          controlled separately.
5626
 
5627
Minor changes:
5628
    * Sanitize the PATH environment variable
5629
        Ensure the JATS bin directory is the first directory searched
5630
        Remove duplicates
5631
        Place non-existent components at the end of the PATH
5632
 
5633
------------------------------------------------------------------------
5634
Version: JATS_2.67.1                                Released: 17-Aug-07
5635
------------------------------------------------------------------------
5636
Major changes:
5637
 
5638
Minor changes:
5639
    * Makefile sanity test
5640
      Added a test to ensure that makefiles created on a machine of one type are
5641
      not then run on a machine of a different type.
5642
 
5643
      This will prevent files created on solaris-sparc being used on a solaris-
5644
      x86 machine.
5645
 
5646
    * Correct bug in RunTest
5647
      RunTest now extends the PATH to include the local bin directory
5648
 
5649
------------------------------------------------------------------------
5650
Version: JATS_2.67.0                                Released: 13-Aug-07
5651
------------------------------------------------------------------------
5652
Major changes:
5653
    * RunTest directive
5654
      Added support for running tests within the NUNIT test framework for the
5655
      CSHARP target. In the process a generalized mechanism for accessing
5656
      toolset specific test frameworks has been added.
5657
 
5658
      Changes to the directive to support a FrameWork.
5659
        The use of a test FrameWork is signaled with the option
5660
        --FrameWork=<name> If this is present then the raw name of the program
5661
        under test will be passed to the framework. program.
5662
 
5663
        If a FrameWork is in use, then JATS will invoke the specified framework
5664
        builder within the current toolset.
5665
 
5666
      When a framework is in place JATS will pass arguments of the form:
5667
        '--Tag=Text' to the FrameWork. Other options are processed as normal.
5668
 
5669
      With in the Nunit FrameWork the program under test will be a DLL Nunit
5670
      will only operate on a DLL. The DLL must have been created by the makefile
5671
      containing the RunTest directive.
5672
 
5673
      The Nunit Framework supports the following options:
5674
        --Uses=<Name>[,SubOption]+
5675
 
5676
        This option specifies other DLLs that are used by the TestDLL. They will
5677
        be copied in to the test directory, and may be sourced from an external
5678
        package or the components 'local' lib directory.
5679
 
5680
        SubOptions available to The --Uses directive are:
5681
            --NonJats       This is not a JATS built library. It will not have a
5682
                            P or D suffix.
5683
            --Jats          (Default) This is a JATS built library. JATS will
5684
                            select the correct library type for this build.
5685
 
5686
Minor changes:
5687
    * New Cache cleanup mechanism
5688
      When a package is consumed from the 'cache' a flag is updated within
5689
      the cache. The cache aging routines use this file in preference to
5690
      the descpkg file, thus it will prevent the aging of packages that are
5691
      frequently used. The aging policy can be made more aggressive.
5692
 
5693
    * Save Build Utility
5694
      This utility is used by the Auto Build System to save the 'build.pl' file
5695
      used in a ripple build.
5696
 
5697
      The utility has been enhanced to detect  a reserved checkout of the
5698
      build.pl. The checkout will be changed to unreserved - if possible.
5699
 
5700
    * Release Utility
5701
      The 'jats release' command will now unlock any labels that it locked
5702
      when an error is encountered.
5703
 
5704
      This simplifies the 'release' process as the developers label will be
5705
      unlocked if a build error occurs.
5706
 
5707
    * Jats caching local copy of itself
5708
      Fixed a bug which resulted in an "Use of individualized value" message
5709
      being displayed a large number of times during the file transfer process.
5710
 
5711
    * Minor extension to allow plug-in directives to perform a processing step
5712
      before the makefiles are created.
5713
 
5714
    * TestProg directive
5715
      TestProg's are now built in exactly the same manner as Progs
5716
 
5717
    * Correct problem introduced in 2.66.1 with packaging of files with
5718
      a 'space' or '$' in the file name.
5719
 
5720
------------------------------------------------------------------------
5721
Version: JATS_2.66.1                                Released: 20-Jul-07
5722
------------------------------------------------------------------------
5723
Major changes:
5724
    * New build target
5725
            LINUX_ETX           - Support for Linux on an ETX board
5726
            LMOS_LINUX_ETX      - Support for LMOS on the LINUX_ETX target
5727
 
5728
      These targets have also been added to the following pseudo targets.
5729
            DEVLINUX
5730
            LMOS_DEVLINUX
5731
 
5732
    * Internal utility dpkg_cache [Windows]
5733
      Modified to remove use of system utilities to perform the the file
5734
      transfer, after having problems the 'cp.exe' provided by JATS.
5735
 
5736
Minor changes:
5737
    * Added utility class to provide directory searching
5738
      To be used in JATS and JATS support tools
5739
 
5740
    * tweaks to the C# toolset
5741
      Correct problem with filename that start with "n" as in .\not_nice.cs
5742
 
5743
      Create resource files with Fully Qualified Names derived from the .resx
5744
      and .cs files.
5745
 
5746
      Handle Strong Key Names and creates wrappers to provide do the right
5747
      thing.
5748
 
5749
    * Microtec ColdFire compiler
5750
      Further attempts to get the compiler to place all of its temp files in a
5751
      local directory. The compiler uses a large number of EnVars to control
5752
      were it places temp files.
5753
 
5754
      Underlying problem is random compiler failures on big builds. Suspected
5755
      interaction with other builds.
5756
 
5757
    * Release utility command
5758
      Added a -tag=name option to allow the Auto Build Tools to create
5759
      multiple instances of a static view. The tag is used to provide a unique
5760
      component in the clearcase tag name.
5761
 
5762
------------------------------------------------------------------------
5763
Version: JATS_2.66.0                                Released: 27-Jun-07
5764
------------------------------------------------------------------------
5765
Major changes:
5766
  * Support for building CSHARP code
5767
    Natively build C# within JATS using the Microsoft command line programs
5768
 
5769
    Supports the handling of .resx files
5770
 
5771
    Supports the creation of windows programs, console programs and shared
5772
    libraries
5773
 
5774
Minor changes:
5775
  * Unit Tests
5776
    Allow test scripts to be PERL - with a .pl extension
5777
    These will be correctly initiated under WIndows and Unix
5778
 
5779
    Correct warning messsage that is generated if a "CopyIn" file is also listed
5780
    as a Script.
5781
 
5782
 
5783
------------------------------------------------------------------------
5784
Version: JATS_2.65.3                                Released: 11-Jun-07
5785
------------------------------------------------------------------------
5786
Major changes:
5787
 
5788
Minor changes:
5789
  * WINCE Support
5790
    Added WCEPA962_500 support. The WINCE target now includes this target.
5791
    Complete list of WINCE targets is:
5792
        WCEIT3000
5793
        WCEPA961
5794
        WCEPA962
5795
        WCEPA962_500
5796
        WCEPCM7220
5797
        WCEPSION_500
5798
        WCEPSPC_arm
5799
        WCEPSPC_emu
5800
        WCEX86A420
5801
        WCEX86A500
5802
        WCEX86A500_SOM4455
5803
 
5804
 
5805
------------------------------------------------------------------------
5806
Version: JATS_2.65.2                                Released: 06-Jun-07
5807
------------------------------------------------------------------------
5808
Major changes:
5809
 
5810
Minor changes:
5811
  * WINCE Support
5812
    Added WCEPSION_500 support. The WINCE target now includes this target.
5813
 
5814
  * Removed the following targets
5815
        TP5600
5816
        TP5600_ARM9TDMI
5817
        TP5600_EMU
5818
        LMOS_TP5600_ARM9TDMI
5819
        LMOS_TP5600_EMU
5820
 
5821
  * Deployment
5822
    Simplify access to build information during deployment
5823
 
5824
  * build.pl
5825
    Better error check on a packages version number.
5826
 
5827
    The --forcebuildpkg has been extended to copy files on a Unix system, rather
5828
    than to use symlinks. This simplifies remote builds.
5829
 
5830
  * Tool: gen_msprojects
5831
    Has been extended to create either a Debug build (default), or a Production
5832
    build.
5833
 
5834
        Eg: jats etool gen_msprojects -prod
5835
 
5836
  * Tool: escrow
5837
     New features
5838
     Given an rtag_id, report determine packages that are in the 'release' but
5839
     are not in the SBOM.
5840
 
5841
     Prune "patch" package versions.
5842
 
5843
     Specify packages to be ignored.
5844
 
5845
 
5846
------------------------------------------------------------------------
5847
Version: JATS_2.65.1                                Released: 30-May-07
5848
------------------------------------------------------------------------
5849
Major changes:
5850
  * Provided a mechanism by which JATS makefile.pl directives can be extended
5851
    through modules provided by external packages. This will be used to reduce
5852
    the dependancy on JATS of various packaging processes.
5853
 
5854
  * GenerateFiles
5855
    Added the options:
5856
        --UnknownPreq           - Will force the recipe to be run every time
5857
                                  the generated files are required. May be used
5858
                                  when the dependancies are too complex to
5859
                                  describe. ie: Entire directory tree.
5860
 
5861
        --AutoGenerate          - Will not force the recipe to be run during the
5862
                                  'generate' phase, unless the recipe generates
5863
                                  source files. Allows recipes to be run very
5864
                                  late. ie: when the dependent files are actually
5865
                                  required.
5866
 
5867
 
5868
Minor changes:
5869
  * GenerateFile directive
5870
    Added --Var(BuildRoot)
5871
 
5872
  * GCC Toolset
5873
    Creating Shared Libaries with a 'Def' file. The library is now dependent
5874
    on the Def file, such that changes to the Def file will cause the library to
5875
    be rebuilt.
5876
 
5877
  * MakeAnt and MakeProject directives
5878
    Preserve the order in which projects are built.
5879
 
5880
------------------------------------------------------------------------
5881
Version: JATS_2.65.0                                Released: 16-May-07
5882
------------------------------------------------------------------------
5883
Major changes:
5884
 *  Access to Release Manager and Deployment Manager databases
5885
    The database location, user and password have been made configurable via
5886
    environment variables.
5887
 
5888
    Reason: The Release Manager and Deployment Manager databases are being
5889
            moved.
5890
 
5891
    This will affect users that:
5892
        1) Use tools that access RM or DM
5893
           Some tools that build deployable packages
5894
 
5895
        2) Use the ABT system
5896
           The buildadm user, and the ABT scripts will be modified to provide
5897
           the required configuration
5898
 
5899
    If you need to use tools that access RM or DM, outside of the ABT scripts on
5900
    the build machine then you will need to add the following environment
5901
    definitions to your .profile_bash, or jats.bat.
5902
    Windows
5903
        set GBE_RM_LOCATION=jdbc:oracle:thin:@auperaora03:1521:RELEASEM
5909 dpurdie 5904
        set GBE_RM_USERNAME=RM_READONLY
5905
        set GBE_RM_PASSWORD=RM_READONLY
5710 dpurdie 5906
        set GBE_RM_URL=http://bms:8002/ManagerSuite/Release_Manager
227 dpurdie 5907
        set GBE_DM_LOCATION=%GBE_DM_LOCATION%
5909 dpurdie 5908
        set GBE_DM_USERNAME=DM_READONLY
5909
        set GBE_DM_PASSWORD=DM_READONLY
5710 dpurdie 5910
        set GBE_DM_URL=http://bms:8002/ManagerSuite/Deployment_Manager
227 dpurdie 5911
    Note: GBE_RM_LOCATION will change in the near future.
5912
 
5913
 
5914
  * New build platforms
5915
        ARM9TDMI            - To replace TP5600_ARM9TDMI
5916
        LINUX_EMU           - To replace TP5600_EMU
5917
 
5918
        LMOS_ARM9TDMI       - To replace LMOS_TP5600_ARM9TDMI
5919
        LMOS_LINUX_EMU      - To replace LMOS_TP5600_EMU
5920
 
5921
        DEVLINUX            - To replace TP5600
5922
        LMOS_DEVLINUX       - To replace LMOS_TP5600
5923
        LMOS                - New platform that expands to known LMOS targets:
5924
                              LMOS_ARM9TDMI, LMOS_LINUX_EMU, LMOS_WIN32
5925
 
5926
    Many of these targets are designed to replace the badly named platforms
5927
    of TP5600_ARM9TDMI and TP5600_EMU. These will be removed in a future
5928
    release.
5929
 
5930
    The GBE_BUILDFILTER for linux boxes may need to be changed to
5931
         LINUX_I386 ARM9TDMI LINUX_EMU LMOS_ARM9TDMI LMOS_LINUX_EMU
5932
 
5933
    The TP5600* targets should be removed to make it obvious that these packages
5934
    need to be converted.
5935
 
5936
  * Building Linux Device Drivers
5937
    The hard-coded path to the Kernel Headers has been removed.
5938
    Linux Drivers must be built with a suitable package to provide
5939
    the kernel headers. This allows multiple versions of the linux kernel to be
5940
    used for different targets platforms.
5941
 
5942
  * Sandbox support
5943
    Embryonic support for building multiple packages in a common sandbox
5944
    Will remain undocumented until fully implemented.
5945
 
5946
    New command: jats sandbox ...
5947
 
5948
Minor changes:
5949
 
5950
 
5951
------------------------------------------------------------------------
5952
Version: JATS_2.64.1                                Released: 03-May-07
5953
------------------------------------------------------------------------
5954
Major changes:
5955
  * MakeAnt directive
5956
    Added options to allow the and project to unit tests.
5957
 
5958
    New options
5959
        --AutoTest=<target>            # Run as Automated unit test
5960
        --UnitTest=<target>            # Run as Unit test
5961
 
5962
    This will invoke the ant build file, with the specified target, during the
5963
    run_unit_tests phase.
5964
 
5965
  * Sandbox support
5966
    Embryonic support for building multiple packages in a common sandbox
5967
    Will remain undocumented until fully implemented
5968
 
5969
Minor changes:
5970
  * jats build
5971
    Use platform configuration information to prune platforms from the list of
5972
    platforms that will be 'built'.
5973
 
5974
    This simplies the construction of a GBE_BUILDFILTER
5975
 
5976
    This information is not available for all supported platforms, but is
5977
    available for psuedo platforms that transform into machine specific
5978
    platforms. These include SOLARIS, LINUX, TP5600 and LMOS_TP5600
5979
 
5980
  * AVR_IAR Toolset
5981
    Clean up 9 files that may be created by the USB license dongle.
5982
 
5983
  * JATS.BAT
5984
    Example file now provides a default GBE_DPKG definition that assumes that
5985
    the "V" drive is mapped to \\auperaunx26\devl. This allows access to both
5986
    the dpkg_acrhive and the deploy_archive with the one mapping.
5987
 
5988
  * jats label
5989
    Correct problem when locking a label in a specified VOB
5990
 
5991
------------------------------------------------------------------------
5992
Version: JATS_2.64.0                                Released: 16-Apr-07
5993
------------------------------------------------------------------------
5994
Major changes:
5995
  * New build platform:
5996
        LMOS_TP5600
5997
        LMOS_TP5600_ARM9TDMI
5998
        LMOS_TP5600_EMU
5999
 
6000
    LMOS_TP5600 is a tag that will be expanded to the entire family of LMOS_TP5600
6001
    supported targets. A common alias of LMOS_T5600 will be created to
6002
    describe the group of platforms.
6003
 
6004
    LMOS_TP5600_ARM9TDMI and LMOS_TP5600_EMU
6005
    These are LMOS based targets. The 'lmos' package must be used in order to
6006
    build these targets.
6007
 
6008
    The LMOS_TP5600_ARM9TDMI can use components from the TP5600_ARM9TDMI,
6009
    where no LMOS_TP5600_ARM9TDMI components are provided.
6010
 
6011
    The LMOS_TP5600_EMU can use components from the TP5600_EMU,
6012
    where no LMOS_TP5600_EMU components are provided.
6013
 
6014
  * New build platform: WINCE
6015
    This is a tag that will be expanded to all the known WINCE targets.
6016
    Use of this platform will simplify the creation of components for
6017
    consumption on all WINCE machines.
6018
 
6019
    The current list of WINCE targets is:
6020
            WCEIT3000
6021
            WCEPA961
6022
            WCEPA962
6023
            WCEPCM7220
6024
            WCEPSION_420
6025
            WCEPSPC_arm
6026
            WCEPSPC_emu
6027
            WCEX86A420
6028
            WCEX86A500
6029
            WCEX86A500_SOM4455
6030
 
6031
    The WINCE targets actually built will be affected by GBE_BUILDFILTER.
6032
 
6033
 *  JATS makefile.pl
6034
    The package descriptor file, 'descpkg', will be packaged in all makefiles
6035
    that contain packaging directives.
6036
 
6037
    There is now no need to explicitly package the 'descpkg' file, except in
6038
    very unusual configurations.
6039
 
6040
Minor changes:
6041
  * Directive: PackageFile
6042
    Generate a warning if the source file name does not confirm to good naming
6043
    conventions. The filename must not start with a '-' and must not contain
6044
    an '='.
6045
 
6046
    Normally the result of an error in the directive. ie: "-Subdir=etc", instead
6047
    of "--Subdir=etc".
6048
 
6049
  * JATS Internal utility: cmdfile
6050
    Updated Linux and Solaris targets with a version of the cmdfile that
6051
    provides a better error message for libraries that cannot be found.
6052
 
6053
    This version will display the library search path with one item per line,
6054
    rather than all items on one, very long, line.
6055
 
6056
------------------------------------------------------------------------
6057
Version: JATS_2.63.0                                Released: 5-Apr-07
6058
------------------------------------------------------------------------
6059
Major changes:
6060
 
6061
  * JATS release command
6062
    Modified the configuration spec generated when a branching rule is
6063
    specified. The change will ensure that directories are not branched.
6064
 
6065
    Rules are:
6066
        Modify a file:      File will branch
6067
        Adding a file:      Containing directory will not branch
6068
                            File will be placed on a branch
6069
        Add a directory:    Containing directory will not branch
6070
                            New directory will branch
6071
 
6072
Minor changes:
6073
  * JATS release command
6074
    Added -noprefex option to allow the creation of a view directory without the
6075
    user name being prefixed to it. This is useful in creating an escrow view.
6076
 
6077
  * JATS label command
6078
    Detect and report parent directories that are checkedout when a label
6079
    is applied. Previously these had gone unreported.
6080
 
6081
  * JATS make
6082
    Undo previous change to preserve symbolic links while Packaging and
6083
    Installing files. A problem was encountered when a file from a package
6084
    was re-packaged.
6085
 
6086
  * JATS escrow
6087
    Added a tool to generate information for creating an escrow drop.
6088
    Use jats escrow -help for details
6089
 
6090
  * makefile.pl directive: MakeAnt
6091
    This directive will create parameters to specify the location of external java
6092
    packages that have been referenced via a LinkPkgArchive directive.
6093
 
6094
    This allows the build.xml to contruct a CLASSPATH to access JAR files in
6095
    packages, without the overhead of copying the entire package into the
6096
    interface directory.
6097
 
6098
  * build.pl directive: BuildPkgArchive
6099
    Modified the processing of 'jar' directories.
6100
    Directories of the form 'jar.<target>' will be transferred into the 'jar'
6101
    directory as seen by the package.
6102
 
6103
    Intended use: Deployment of oraclient for Solaris 10
6104
 
6105
  * JAVA 6
6106
    JATS now supports all versions of Java through the use of JAVA_HOME_X_Y
6107
    environment variables. Where X andY specify the version of JAVA.
6108
 
6109
    The jats.bat and jats.sh example files only provide indication of 1.4, 1.5
6110
    and 1.6 support, but all versions are now supported.
6111
 
6112
    The "jats vars -v" command will display all JAVA_HOME environment variables
6113
 
6114
  * Jats command: vars
6115
    Extended to show a "*" for EnvVars that do not address a valid directory
6116
    These indicate potential problems.
6117
 
6118
------------------------------------------------------------------------
6119
Version: JATS_2.62.4                                Released: 20-Mar-07
6120
------------------------------------------------------------------------
6121
Major changes:
6122
  * JATS create_dpkg + packageing shared libraries (Unix)
6123
    When a shared library is created a simple symbolic link to the versioned
6124
    libarry is also created.
6125
 
6126
    Previous versions of JATS would replace the symbolic link with a physical
6127
    copy of the file. The effect of this is that when the shared libaries is
6128
    'Installed', 'Packaged' and transferred into dpkg_archive there are two
6129
    files, instead of one file and one link to the file (in the same directory)
6130
    The Solaris shared libraries can be quite large, due to the debug
6131
    information contained within the file.
6132
 
6133
    This version of JATS will preserve symbolic links when 'Installing',
6134
    'Packaging' and transferring to dpkg_archive.
6135
 
6136
    The advantage of this will be significant reduction in disk space used
6137
    within the build environment and dpkg_archive.
6138
 
6139
  * Building Perl Modules
6140
    Modified the process to prevent the module builder attempting to modify the
6141
    documentation on the build machine.
6142
 
6143
    Integrated the 'jats clean' operation.
6144
 
6145
Minor changes:
6146
  * jats create_dpkg
6147
    Added an option to create a built.generic file
6148
    This is only used by the Automated Built Tools.
6149
 
6150
------------------------------------------------------------------------
6151
Version: JATS_2.62.3                                Released: 28-Feb-07
6152
------------------------------------------------------------------------
6153
Major changes:
6154
  * JATS JAVA build target
6155
    The default behaviour of the JAVA build target has changed such that the
6156
    default version of JAVA used will be 1.4.
6157
 
6158
    Previous behaviour was to use whichever version was specified by the EnvVar
6159
    JAVA_HOME. This was not controlled, thus the build was not controlled.
6160
    Problems occur when using the new AutoBuildTool as it uses Java 1.5 and this
6161
    is then picked up as the default version.
6162
 
6163
    If a version, other than 1.4, is required then specify it within the
6164
    build.pl file.
6165
 
6166
Minor changes:
6167
  * jats release
6168
    Ensure that the 'cleartool' command can be found in the users PATH
6169
    Issue an error if it cannot be found.
6170
    This error indicates bad DevEnv setup
6171
 
6172
    Added facility to create a view based on a config_spec, instead of a label.
6173
    Such a view cannot be used to create a release. It is intended to simplify
6174
    the creation of simple static views. The name of view is, by default,
6175
    based on the name of the config spec. Use the -view=name option to change
6176
    the name of the view.
6177
 
6178
  * GenerateFiles directive
6179
    Added new --Vars() to allow packaging of JATS plugin tools.
6180
 
6181
  * MOS Toolset
6182
    When using MOS fast intermodule calls the optimizer will preload commonly
6183
    used memory addresses into a register BEFORE the GDP has been correctly set
6184
    up. Use the following option to suppress this optimization
6185
 
6186
    Added: CompileOptions ('*', 'NoGlobalOptimization' );
6187
 
6188
 
6189
------------------------------------------------------------------------
6190
Version: JATS_2.62.2                                Released: 15-Feb-07
6191
------------------------------------------------------------------------
6192
Major changes:
6193
 
6194
Minor changes:
6195
  * JATS environment
6196
    Ensure that the true path of the Perl executable is present in the PATH
6197
    environment variable. This allows build tool access to various perl utilities
6198
    that are located in the Perl bin directory.
6199
 
6200
    Resolves issues in locating utilities such as pod2html
6201
 
6202
  * Use of GENERIC platforms
6203
    Report an error if a GENERIC platform is mixed with any other platform
6204
    specifier. GENERIC is used for packages that build on all machines because
6205
    they do not use a compiler or linker. They simply contains files that need
6206
    to be packaged.
6207
 
6208
  * Generated makefiles
6209
    Solaris and Linux: Ensure that LD_LIBRARY_PATH is exported if it is used.
6210
 
6211
  * Generating MOS THX files
6212
    Added option --BinaryImage to the SharedLib directive used to create MOS THX
6213
    files. This option will create a binary image (.bin) instead of a .thx file.
6214
    This is being used in the creation of BR Applets.
6215
 
6216
        SharedLib   ( 'MOS', "xxx", @OBJS, "--Rel=xxx.rel", "--BinaryImage" );
6217
 
6218
  * JATS release
6219
    Correct the operation of the -path option under Unix
6220
 
6221
  * JATS extract
6222
    New JATS command. This is the same as 'jats release -extract'
6223
 
6224
  * JATS Toolset
6225
    Added support for the WinCe PSION (WCEPSION_420)
6226
    This is a armv4i device using 4.20 of the WCE SDK    
6227
 
6228
 
6229
------------------------------------------------------------------------
6230
Version: JATS_2.62.1                                Released: 18-Jan-07
6231
------------------------------------------------------------------------
6232
Major changes:
6233
 
6234
Minor changes:
6235
  * jats label
6236
    Added a -vob=name option
6237
    This allwos the label utility to create, lock, unlock, rename and delete
6238
    labels without the user actually being located within the VOB. This option
6239
    cannot be used in conjunction with operations that place labels on files.
6240
    It can only be used for operations that manipulate the label.
6241
 
6242
    Added a -user=name option
6243
    This extends the operation of the -mine operation to change ownership of the
6244
    label to the named user.
6245
 
6246
  * jats release
6247
    Displays the path to the view and the build file in a user friendly manner
6248
    Under Windows it uses \, unless running under cygwin.
6249
 
6250
  * JATS build.pl
6251
    BuildProduct supports the --Uses=xxxx construct on a per-target basis.
6252
    ie:
6253
        BuildProduct ('TP5', 'LMOS_TP5600_EMU', 'LMOS_TP5600_ARM9TDMI,--Uses=TP5600_ARM9TDMI');
6254
 
6255
 
6256
------------------------------------------------------------------------
6257
Version: JATS_2.62.0                                Released: 22-Dec-06
6258
------------------------------------------------------------------------
6259
Major changes:
6260
  * GenerateFiles and RunTest directives
6261
    These directives have been extended to allow a large number of makefile
6262
    values to be added to the command lines,without resorting to knowledge of
6263
    the makefile internals. ie:
6264
        --Var(BuildName)
6265
    will be expanded to (hen building MyPackage)
6266
        -BuildName=MyPackage
6267
 
6268
    The complete list of Variables is provided in the JATS manual.
6269
 
6270
  * GenerateFiles
6271
    Added a --Clean option to allow tools to be invoked in the 'clean' phase
6272
    This allows external scripts to cleanup.
6273
 
6274
  * BuildPlatforms
6275
    Restored operation of the --Uses option
6276
 
6277
Minor changes:
6278
  * GCC Toolset
6279
    Exports path to compiler. Used by scripts to build packages
6280
 
6281
Internal changes:
6282
  * GenerateFiles
6283
    Maintains the arguments in an array for simpler processing.
6284
 
6285
    --Shell is now processed by the 'make' shell rather then invoking an
6286
    external shell. It will be the same shell, just easier to setup.
6287
 
6288
 
6289
------------------------------------------------------------------------
6290
Version: JATS_2.61.3                                Released: 14-Dec-06
6291
------------------------------------------------------------------------
6292
Major changes:
6293
  * Caching JATS
6294
    Added a mechanism whereby JATS can cache a copy of itself on the users local
6295
    drive. This is applicable to windows.
6296
 
6297
    This mechanism will allow a user to address JATS via the soft-links in
6298
    dpkg_archive and pick up the current version of JATS without the penalty of
6299
    then using JATS across a slow(network) link.
6300
 
6301
    The EnvVar GBE_CACHE_JATS controls the operation of this feature.
6302
    Set GBE_CACHE_JATS to one to enable the operation, but it will only be
6303
    effective if JATS is being run from GBE_DPKG in the first place.
6304
 
6305
    Use: Build Machines and Windows Users
6306
 
6307
Minor changes:
6308
  * Build directive: BuildAlias with --Target option
6309
    Corrected a problem when the target name is a expanded platform name (ie:
6310
    TP5600) that prevent correct expansion.
6311
 
6312
  * jats build
6313
    If the user has not configured a cache, then do not attempt to cache
6314
    packages. This will remove an annoying warning message for each package
6315
    processed by the build.
6316
 
6317
  * jats build
6318
    Modified the error messages generated when JATS fails to create the
6319
    makefiles. The previous system would report failures while creating
6320
    makefiles and, at the end of the process, it would generate a large error
6321
    message to indicate the failure. This large message diverted the users
6322
    from reading the other error messages resulting in confusion.
6323
 
6324
  * PackageFile, PackageLib, PackageProg and PackageHdr
6325
    Detect and report as an error use of the --Dir=<Path> option where the
6326
    Path is not specified.
6327
 
6328
    Most instances of this error will be where the option has been mis-used in
6329
    conjunction with a package.pl file, or during transition from using a
6330
    package.pl file. That change is detects errors where the user has specified
6331
        --Dir=$Pinc
6332
    but $Pinc is not defined.
6333
 
6334
  * Purify and Purecov under Windows
6335
    Changes to correct the operation of Rational's tools when used on the
6336
    Windows platform.
6337
 
6338
        - OPTIONS=purecov
6339
            Forces the link operations to generate the relocation table required
6340
            by 'purecov.
6341
 
6342
            Does not attempt to use purecov in the compiler tool chain
6343
            This is required under Solaris, but not Windows
6344
 
6345
        - OPTIONS=purify
6346
            Does not attempt to use purecov in the compiler tool chain
6347
            This is required under Solaris, but not Windows.
6348
            Under WIndows this option does nothing.
6349
 
6350
 
6351
------------------------------------------------------------------------
6352
Version: JATS_2.61.2                                Released: 27-Nov-06
6353
------------------------------------------------------------------------
6354
Major changes:
6355
  * makefile.pl directive Platform
6356
    This directive has been expanded to allow for the negation operation
6357
    Example:
6358
        Platform ('!MOSCF');
6359
            Process makefile for all targets other than MOSCF
6360
            This is the same as Platform ('*', '!MOSCF');
6361
 
6362
    Excluded platform will be processed after included platforms have
6363
    been determined.
6364
 
6365
Minor changes:
6366
  * Added the ScanList directive.
6367
    This directive allows a list of files within an external package to be
6368
    located at build-time.
6369
 
6370
  * Unix based systems
6371
    If the EnvVar LD_LIBRARY_PATH was undefined, then a warning would be
6372
    generated by make under some conditions. The warning has been removed.
6373
 
6374
  * MakeLinuxDriver
6375
    Added a --Define=text option to allow "defines" to be passed to the
6376
    driver being built.
6377
 
6378
 
6379
------------------------------------------------------------------------
6380
Version: JATS_2.61.1                                Released: 20-Nov-06
6381
------------------------------------------------------------------------
6382
Major changes:
6383
 
6384
 
6385
Minor changes:
6386
  * jats_rewrite tool
6387
    Handle the BuildPreviousVersion() directive.
6388
    This directive is only used within deployment scripts.
6389
 
6390
  * Internal package: RmPkgInfo
6391
    Extract modified date when extracting package information
6392
 
6393
    Added the function getDependenciesHash() to provide a hash of all the
6394
    dependancy information within a package.
6395
 
6396
    Added NO_WARN option to the classes 'new' method to supress warning
6397
    messages.
6398
 
6399
------------------------------------------------------------------------
6400
Version: JATS_2.61.0                                Released: 13-Nov-06
6401
------------------------------------------------------------------------
6402
Major changes:
6403
  * makefile.pl directives
6404
    Added directive: MakePerlModule to build and package CPAN style Perl Modules.
6405
 
6406
    Added directive: MakeLinuxDriver to build and Linux Device Driver.
6407
 
6408
    GenerateFiles.
6409
        Added option: --NoGenerate to indicate that the directive does
6410
                      not generate any tangible results. The command will
6411
                      be run on every invocation.
6412
 
6413
 
6414
Minor changes:
6415
  * Added the jats version command
6416
    Will only print out the current version of JATS
6417
 
6418
  * GCC Toolset (Used to build Linux)
6419
  Added options to allow the generation of statically linked programs.
6420
  There are two mechanism:
6421
 
6422
  Globally within the makefile.pl, or if applied in the common makefile.pl
6423
  the option can apply to all programs being built.
6424
 
6425
  CompileOptions ( 'platform', 'StaticProgs' );     - Generate static programs
6426
  CompileOptions ( 'platform', 'No_StaticProgs' );  - Default
6427
 
6428
  Within the Prog directive, the following options will override the global
6429
  default.
6430
    --Static    - Create a statically linked program
6431
    --Shared    - Create a dynamically linked program
6432
 
6433
------------------------------------------------------------------------
6434
Version: JATS_2.60.0                                Released: 03-Nov-06
6435
------------------------------------------------------------------------
6436
Major changes:
6437
  * SunWorks Toolset
6438
    Better determination of the location of the SunWorks compiler and library
6439
    Does not use an environment variable to locate compiler libraries
6440
    It is based on machine type.
6441
    Uses the absolute path to the compiler  and does not use the user's PATH
6442
 
6443
    Corrects a problem on the Solaris10 installs.
6444
 
6445
Minor changes:
6446
  * Perl DBI interface
6447
    Removed the message showing database connection
6448
 
6449
  * JATS internal library
6450
    Better handling of badly formed version numbers
6451
 
6452
------------------------------------------------------------------------
6453
Version: JATS_2.59.0                                Released: 30-Oct-06
6454
------------------------------------------------------------------------
6455
Major changes:
6456
  * GCC Toolset
6457
    Altered the mechanism used to determine cross compilation
6458
    Extended the cross compilers that can be handled by the toolset
6459
    Removed the use of `uname`.
6460
 
6461
  * Added platforms
6462
    TP5600                  ( Expands to TP5600_ARM9TDMI and TP5600_EMU )
6463
    TP5600_ARM9TDMI
6464
    TP5600_EMU
6465
 
6466
Minor changes:
6467
  * descpkg file reader
6468
    Allow handcrafted JAVA based packages that use tabs instead of spaces as a
6469
    field separator.
6470
 
6471
  * JATS eprog command
6472
    Can now start java programs encapsulated within JAR files
6473
 
6474
  * Microtec Coldfire compiler
6475
    Force the compiler to create temp files within the interface directory.
6476
    This is an attempt to solve a infrequent problem seen when multiple builds
6477
    are being performed. The 68k compiler already had a similar fix to address a
6478
    similar, but more pronounced, issue.
6479
 
6480
  * Atmel toolset (DEVI-031788)
6481
    New Products: AT90SC7272C and AT90SC3232CS
6482
        The AT90SC3232CS is identical to the existing AT3232
6483
        The AT90SC7272C replaces the (as yet unused) AT72722
6484
 
6485
    Note: Products of AT3232 and AT90SC3232CS cannot be mixed.
6486
          AT3232 is provided for backward compatibility.
6487
 
6488
------------------------------------------------------------------------
6489
Version: JATS_2.58.0                                Released: 16-Oct-06
6490
------------------------------------------------------------------------
6491
Major changes:  Directive: RunTests
6492
  * The --CopyIn option will always copy in the specified files
6493
 
6494
  * GCC Toolset (Shared Library Generation)
6495
    Added option --Def=file_name to the shared library definitions
6496
 
6497
    When compiling Shared Library objects the -fPIC flag has been added.
6498
 
6499
 
6500
Minor changes:
6501
  * JATS wrapper script
6502
    Added a sanity test to ensure that the JATS machine specific BIN directories
6503
    have been setup. When JATS is installed the PostInstall script must be run
6504
    to setup links to system programs.
6505
 
6506
------------------------------------------------------------------------
6507
Version: JATS_2.57.1                                Released: 15-Sep-06
6508
------------------------------------------------------------------------
6509
Major changes:
6510
 
6511
Minor changes:
6512
  * AT3232 toolset
6513
    Added a --Type=PayLoadType field to the Prog directive for this target
6514
    when creating .sxml files
6515
 
6516
  * Test Tool
6517
    Added: jats_lib_scan.pl
6518
    Use jats jats_lib_scan -man for detailed help
6519
 
6520
 
6521
------------------------------------------------------------------------
6522
Version: JATS_2.57.0                                Released: 12-Sep-06
6523
------------------------------------------------------------------------
6524
Major changes:
6525
  * SOLARIS toolset: CompileOptions
6526
    Added CompileOptions
6527
        misalign            - Only allowed on sparc platforms
6528
        no_misalign         - Default
6529
 
6530
        multithread         - Default
6531
        no_multithread      - Disable multithread compilation and linking
6532
 
6533
  * SOLARIS toolset: CompileOptions
6534
    Implemented the common CompileOptions
6535
 
6536
        prod_no_optimise
6537
        prod_no_debuginfo
6538
        prod_optimise
6539
        prod_debuginfo
6540
 
6541
        debug_no_optimise
6542
        debug_no_debuginfo
6543
        debug_optimise
6544
        debug_debuginfo
6545
 
6546
  * SOLARIS target: New Aliases
6547
    Provided new ALIAS based in the underlying architecture
6548
    Theses are:
6549
        SOLARIS_SPARC
6550
        SOLARIS_AMD
6551
    These may be used to limit operations to only flavor of SOLARIS. eg: The
6552
    utility 'rtc_patch_area' is only usable on sparc machines.
6553
 
6554
Minor changes:
6555
  * AT3232 toolset
6556
    Create .sxml files in conjunction with .s19 files
6557
 
6558
  * Jats build
6559
    Altered the programs help mechanism to use perl POD.
6560
    Extended the builtin help text.
6561
 
6562
------------------------------------------------------------------------
6563
Version: JATS_2.56.3                                Released: 04-Sep-06
6564
------------------------------------------------------------------------
6565
Major changes:
6566
 
6567
Minor changes:
6568
  * Utility InstallPkg as used by BuildPkgArchive()
6569
    Better dection of directories that have been processed to reduce warning
6570
    messages
6571
 
6572
  * PackageFile and PackageProg directives
6573
    The --Machine and --Tool options have been modified to allow the JATS tools
6574
    to be created in a directory that is related to GBE_MACHTYPE on which the
6575
    tool is created, rather then the target platform type.
6576
 
6577
------------------------------------------------------------------------
6578
Version: JATS_2.56.2                                Released: 28-Aug-06 
6579
------------------------------------------------------------------------
6580
Major changes:
6581
 
6582
Minor changes:
6583
  * WIN32 and WINCE toolsets
6584
    SharedLib operation. Added an option to allow the creation of a 'stub'
6585
    library without creating the body of the library:
6586
        eg: SharedLib ( 'WIN', 'MyStub' , '--Def=windef.def','--MutualDll','--Stubonly' );
6587
 
6588
 
6589
  * MOS toolsets
6590
    SharedLib operation. Added an option to allow the creation of a 'stub'
6591
    library without creating the body of the library:
6592
        eg: SharedLib ( 'MOS', 'MyStub' , '--Rel=lib.rel' , '--Implib=lib_stub','--Stubonly' );
6593
 
6594
  * JATS BIN directories
6595
    Added the program 'gmake' as a soft link.
6596
    gmake is required by some COTS packages that are being built from source
6597
    using autoconf.
6598
 
6599
  * Generate directive
6600
    The shared library search path is extended to allow the tools to locate
6601
    all shared libraies (.dll/.so) in packages and the local area.
6602
 
6603
    Simplifies the use of Xerces during the build process.
6604
 
6605
 
6606
------------------------------------------------------------------------
6607
Version: JATS_2.56.1                                Released: 23-Aug-06
6608
------------------------------------------------------------------------
6609
Major changes:
6610
  * Support for SOLARIS10_X86 and SOLARIS10_X64
6611
    Initial release.
6612
 
6613
Minor changes:
6614
 
6615
 
6616
------------------------------------------------------------------------
6617
Version: JATS_2.56.0                                Released: 18-Aug-06
6618
------------------------------------------------------------------------
6619
Major changes:
6620
  * Support for SOLARIS10_sparc32 and SOLARIS10_sparc64
6621
    Initial release.
6622
 
6623
  * Packaging directives
6624
    Added option --OsCommon to allow files and header files to be packed into
6625
    a directory known to all platforms being built for a common OS.
6626
 
6627
    Currently this is only supported to target platforms based on
6628
        SOLARIS
6629
        WIN32
6630
 
6631
  * Removal of support for badly formed packages
6632
    As of this release libraries that exist in the <packagename>/lib directory
6633
    will not be available to JATS. These libraries are in the incorrect
6634
    directory. They MUST be in a directory that indicates the intended purpose
6635
    of the library. A .so library cannot be used on all machines ( linux,
6636
    solaris-sparc, solaris-amd ... ).
6637
 
6638
  * Build Platform target name expansion facility
6639
    The build targets of SOLARIS and LINUX are seen as expandable names. They
6640
    will be expanded to suitable targets - depending on the host machine .
6641
 
6642
 
6643
Minor changes:
6644
  * Utility: JATS LABEL
6645
    Ensure that the 'cleartool' utility can be found in the users path.
6646
    Generate a suitable error message if it cannot be found.
6647
 
6648
  * Utility: JATS RELEASE
6649
    Added a -root=dirname to allow the user to place the created view at a given
6650
    location
6651
 
6652
    Added GBE_VIEWBASE to provide a globally configured mechanism for
6653
    controlling the view location. Performs the same job as -root=xxxx
6654
 
6655
  * Utility genrc
6656
    Added the company name to the copyright string
6657
 
6658
  * Utility: jats_save_build
6659
    Added option: -new
6660
    This option forces the saved file only a new branch.
6661
    The option can be used to save a build.pl file onto a new project-specific
6662
    branch. Useful when branching an entire release.
6663
 
6664
  * Utility: jats_rewrite
6665
    Added options to allow project suffixes to be replaced.
6666
    Use: Convert a .syd project to a .bej project.
6667
 
6668
 * Deprecated features: package.pl and tree.dir
6669
   These two build features are being deprecated. They are not suitable for
6670
   migration to other SOLARIS based platforms.
6671
 
6672
   The Package directives provide sufficient power to replace the package.pl
6673
   features - in a uniform manner.
6674
 
6675
 
6676
Internal Changes:
6677
  * Major rework of the JATS BuildPlatform, BuildAlias an BuildProducts
6678
    directives, together with the mechanism used to describe the platform builds.
6679
 
6680
    Introduced a CFG/<PLATFORM>.CFG file to provide:
6681
        1) Platform information available at build time
6682
        2) Dynamic platform names
6683
 
6684
  * Major rework of the 'SOLARIS' platform
6685
    The SOLARIS platform will generate one or more targets, depending on the
6686
    machine on which the platform is invoked.
6687
 
6688
    Consolidated a number of SOLARIS specific kludges and converted them into
6689
    configurable items. These kludges are really on applicable to the
6690
    SOLARIS8_SPARC32 platform. New SOLARIS builds will be well formed.
6691
 
6692
  * BuildPkgArchive operation
6693
    Formalized a number of kludges in operation of the SOLARIS8 under sparc32
6694
    platform. These are configured early in the build process and are no longer
6695
    needed.
6696
 
6697
    A side effect of this work is that files from external packages may be
6698
    located in 'SOLARIS', 'SOLARIS_sparc' or 'sparc' directories. The change
6699
    should be transparent as the consumer tools should be able to handle
6700
    files from all of these.
6701
 
6702
------------------------------------------------------------------------
6703
Version: JATS_2.55.1                                Released: 17-Aug-06
6704
------------------------------------------------------------------------
6705
Major changes:
6706
 
6707
Minor changes:
6708
  * WinCE toolset
6709
    Added support for the adv_som_4455_wlan
6710
 
6711
------------------------------------------------------------------------
6712
Version: JATS_2.55.0                                Released: 3-Aug-06
6713
------------------------------------------------------------------------
6714
Major changes:
6715
  * Jats wrapper: Specify version of JATS to be used
6716
    Added a -version=xxxx option to force JATS to use a specific version of
6717
    JATS. The same operation can be achieved by setting GBE_JATS_VERSION.
6718
 
6719
    The required version MUST be found in one of the known archives.
6720
 
6721
    JATS will attempt to cache the version of JATS to assist in speeding up
6722
    the operations.
6723
 
6724
    The version option MUST be the first option.
6725
 
6726
    The version option MUST be followed by a '--' option.
6727
    This prevents JATS parsing other options and recursion issues.
6728
 
6729
    Example:    jats -version=2.54.3.cr -- build
6730
 
6731
  * Migrated the "jats install" functionality out of the jats wrapper script
6732
    and into the create_dpkg utility. This is transparent to the user.
6733
 
6734
  * Utility: create_dpkg
6735
    Added a '-quiet' option to allow use within scripts
6736
    Extended the built-in help
6737
    Added useful error messages
6738
    Migrate code to a common error reporting mechanism
6739
 
6740
  * WinCE toolset
6741
    Added support for the WCEPA962 target.
6742
 
6743
  * M16 toolset as used in building MCRFirmware
6744
    Added a --MotOnly option to the Prog directives. MOT files 
6745
    are used in the creation of bootstraps.
6746
 
6747
Minor changes:
6748
  * JATS wrapper script
6749
    Added a -ABT=xxx option to allow the Auto Build Tool to be invoked from
6750
    the command line.
6751
 
6752
  * Utility: jats_rewrite
6753
    Modified so that it will display changes. These will then be present in the
6754
    ABT log so that a developer can see which packages have been rippled.    
6755
 
6756
Internal Changes:
6757
  * Common Error Reporting
6758
    Will use environment variables to control DEBUG and VERBOSE levels
6759
    for individual users. A module reporting with a name of XXXX will use EnvVars
6760
    of GBE_XXXX_VERBOSE and GBE_XXXX_DEBUG to control the debug and VERBOSE
6761
    level.
6762
 
6763
    Force flushing after a "Question" is asked to ensure that the prompt is
6764
    displayed.
6765
 
6766
    Enable autoflush for both STDOUT and STDERR.
6767
 
6768
  * Added JatsSystem module
6769
    Common code for accessing system commands        
6770
------------------------------------------------------------------------
6771
Version: JATS_2.54.3                                Released: 17-Jul-06
6772
------------------------------------------------------------------------
6773
Major changes:
6774
 
6775
Minor changes:
6776
  * BR Compiler toolset
6777
    Add the include file search path to the link command line. Allows
6778
    .def files to include other files.
6779
 
6780
  * IAR toolset
6781
    Added AT7272 support
6782
 
6783
  * Tool: jats_manifest
6784
    Added links to a suitable md5sum program on target platforms
6785
 
6786
------------------------------------------------------------------------
6787
Version: JATS_2.54.2                                Released: 12-Jul-06
6788
------------------------------------------------------------------------
6789
Major changes:
6790
 
6791
Minor changes:
6792
  * BR Compiler toolset
6793
    Corrected a problem in flagging that the non-version-1 compiler was in
6794
    use.
6795
 
6796
 
6797
------------------------------------------------------------------------
6798
Version: JATS_2.54.1                                Released: 29-Jun-06
6799
------------------------------------------------------------------------
6800
Major changes:
6801
 
6802
Minor changes:
6803
  * Mictotec toolset
6804
    Assembler files. Define DEBUG in debug builds and NDEBUG in production
6805
    builds.
6806
 
6807
  * JATS Core
6808
    Added GBE_ABT. This is used by the Auto Build Tool to indicate that an
6809
    auto build is in progress. It may be used by various tools to modify their
6810
    behaviour.
6811
 
6812
------------------------------------------------------------------------
6813
Version: JATS_2.54.0                                Released: 22-Jun-06
6814
------------------------------------------------------------------------
6815
Major changes:
6816
  * Removal of non-core deployment functionality from JATS.
6817
    Deployment package will be affected.
6818
 
6819
    The build.pl file of deployment package will need to import deployment
6820
    support with a BuildPkgArchive directive. ie:
6821
 
6822
        BuildPkgArchive ( 'deployfiles', '1.0.0.cr' );
6823
 
6824
    This version of deployfiles contains the same functionality as that provided
6825
    by the previous version of JATS. Version 2 of this package will be the start
6826
    of a deployment system that will provide support for building InstallShield
6827
    packages.
6828
 
6829
 * Deployment support utilities must be run under JATS
6830
   The environment required for the deployment support utilities is complex
6831
   and is provided by the JATS wrapper script.
6832
 
6833
   This is a change in usage. Instead of running the program 'updatenodespec'
6834
   the user will need to run 'jats updatenodespec'
6835
 
6836
Minor changes:
6837
  * SubDir directive
6838
    Added a sanity test to detect the case when a 'SubDir' directive specifies
6839
    a directory from two different makefiles.
6840
 
6841
  * Tools: Dependancy generator mkdepend
6842
    If an include file was referenced by a symbolic name, then the generated
6843
    dependancy information would be wrong for all but the first occurrence
6844
    of the file usage.
6845
 
6846
  * New utility: jats_manifest
6847
    Used by the build system to generate and validate source files.
6848
    Beta Release: Windows only at the moment
6849
 
6850
  * Unit tests under SOLARIS_sparc
6851
    The LD_LIBRARY_PATH has been modified to correctly pick up libraries
6852
    generated within the build and have been installed locally.
6853
 
6854
  * Default behaviour of JATS the wrapper script
6855
    This has been changed. Previous unknown commands were passed to make.
6856
    In this release unknown comamnds will be treated a 'etool' commands and 
6857
    will execute a JATS extended command.
6858
 
6859
 
6860
Internal Changes:
6861
  * Code refactor
6862
    Created JatsEnv to encapsulate functionality that was multiply defined.
6863
 
6864
  * Deployment utilities
6865
    The Perl module Ignorelist.pm and the .ccignore file
6866
    Changed the mechanism by which this module locates a .ccignore file.
6867
    The .ccignore file has been moved to the same directory as the module and
6868
    the module can locate the file.
6869
 
6870
    Previously the module required an environment variable in order to locate
6871
    the file, which was in a fixed location anyway.
6872
 
6873
  * JATS core
6874
    Removed the use of the environment variable PERLINC.
6875
 
6876
    Better parsing of descpkg files.
6877
 
6878
  * JATS core debugging: JatsError.pm
6879
    Allow control over the debug and verbose messages of specific programs
6880
    through the use of environment variables.
6881
 
6882
    A program reporting errors as "name" can be controlled via environment
6883
    variables GBE_name_VERBOSE and GBE_name_DEBUG.
6884
 
6885
  * BuildPkgArchive operation
6886
    Modified the subdirectories transferred with this directive to include:
6887
        deployfiles     - as used by the deployment system
6888
        tools/scripts   - as used by perl based extensions
6889
 
6890
  * Make environment
6891
    Extended the PERL5LIB path seen by perl programs executed under make to
6892
    include 'tools/script' directories that contain Perl Modules.
6893
 
6894
 
6895
------------------------------------------------------------------------
6896
Version: JATS_2.53.2                                Released: 13-Jun-06
6897
------------------------------------------------------------------------
6898
Major changes:
6899
  * Deployment. GetMassInstId.rul (From George Christidis)
6900
    Added support for SILENT_MODE
6901
 
6902
 
6903
------------------------------------------------------------------------
6904
Version: JATS_2.53.1                                Released: Not release
6905
------------------------------------------------------------------------
6906
 
6907
Not Released.
6908
This label waas used as a place keeper. This version was not used as a basis
6909
for JATS_2.53.2. Its much closer to JATS_2.54.0.
6910
 
6911
 
6912
------------------------------------------------------------------------
6913
Version: JATS_2.53.0                                Released: 11-Apr-06
6914
------------------------------------------------------------------------
6915
Major changes:
6916
  * Deployment Scripts: Release Manager Database Access
6917
    The mechanism for communicating with the Release Manager Database has been
6918
    radically replaced.
6919
 
6920
    A test tool has been added to prove connectivity to Release Manager.
6921
    Usage:
6922
        jats etool test_rmconnection
6923
 
6924
    The pervious scripts used DBI::ODBC to communicate with the Oracle
6925
    Database that contains Release Manager. There were a number of problems with
6926
    this solution:
6927
         - Required the installation of two Perl Modules
6928
         - Required the installation of an Oracle client
6929
         - Required the use of an ODBC bridge machine when used on Solaris
6930
         - Support for Perl within Oracle appears to be on the decline
6931
 
6932
    The solutions uses a Java application and Java's jdbc. The oracle:thin
6933
    client is used as this does not require any installation or configuration in
6934
    order to work.
6935
 
6936
    JATS overrides Perl's DBI package with a package of the same name, but
6937
    reduced functionality.
6938
 
6939
 
6940
Minor changes:
6941
  * makefile.pl directive: SetValue
6942
    Added a '--' option to disable and enable parsing of options.
6943
    This allows a value with leading '--' to be set.
6944
 
6945
  * makefile.pl directive: SetList
6946
    Added this directive to formalise the creation and processing of lists
6947
    within the makefiles.
6948
        Options:
6949
            --NoWarn                    Disable name clash warnings
6950
            --Project=xxxx[,xxxx]+      Add to list in selected projects
6951
            --Unique                    Add only if not already present
6952
            --Clear                     Clear list, before adding new items
6953
            --Append                    Append items to list (default)
6954
            --                          Disable/Enable option parsing
6955
        Useage:
6956
 
6957
    SetList ('*', 'LibList', 'lib1', 'lib2', '--Project=syd');
6958
    SharedLib ('*', 'MyDLL', @OBJS, @LibList );
6959
 
6960
  * Makefile.pl directive: RunTest
6961
    Corrected the option of the --CopyIn=file option where the specified file
6962
    is not in the current directory.
6963
 
6964
  * Jats Command: ant'
6965
    This command has been extended to make use of the -buildfile=xxxx option
6966
    to allow multiple buildfiles to be differentiated.
6967
 
6968
    eg: jats -buildfile=MyPackage ant
6969
 
6970
  * TOOLSET: DAFBR Compiler support
6971
    Modified the toolset to support an optimisation feature of the next
6972
    generation of the daf_br_compiler. These will be enabled if the major version
6973
    of the package containing the compiler is greater the "1". ie: 2.0.0.cr
6974
 
6975
  * Interface helper files: set_XXXX.bat/.sh
6976
    Added provision to process user command arguments.
6977
    Thus
6978
 
6979
        set_WIN32.bat prog
6980
 
6981
    will set the WIN32 environment and run the command: prog
6982
 
6983
 
6984
------------------------------------------------------------------------
6985
Version: JATS_2.52.2                                Released: 30-Mar-06
6986
------------------------------------------------------------------------
6987
Major changes:
6988
 
6989
Minor changes:
6990
  * Addressed issue with BUILDNAME, an internal variable.
6991
    Due to the use of these 'raw' values in user build.pl's they need to be
6992
    maintained. Previously the values may or may not have had a project
6993
    extension. It was bad. Now:
6994
        $(BUILDNAME) contains two or three space seperated fields - always
6995
 
6996
  * m16c Toolset - MCRFirmware
6997
    Force the generation of .thx and payload files when the .bin files are
6998
    created. Previously this only occured in the packaging phase.
6999
 
7000
Internal changes:
7001
  * JATS toolsets
7002
    Added a feature to allow a toolset to flag additional files that get created
7003
    as a part of a "Prog". This allows a "Prog" definition to generate a
7004
    number of files, some which may be packaged.
7005
 
7006
    Previously such files where only generated during the packaging phase. Now
7007
    they will be generated during the make_prog phase - with the other programs.
7008
 
7009
------------------------------------------------------------------------
7010
Version: JATS_2.52.1                                Released: 29-Mar-06
7011
------------------------------------------------------------------------
7012
Major changes:
7013
  * Jats command: etool
7014
    Extended to allow execution of deployment tools. This allows the deployment
7015
    tools to use the JATS core perl modules.
7016
 
7017
  * Address issues with the use of BUILDVER and ScmBuildVer
7018
    Due to the use of these 'raw' values in user makefile.pl's they need to be
7019
    maintained. Previously the values may or may not have had a projectt
7020
    extension. It was bad. Now:
7021
        $(BUILDVERSION) contains the project extension - always
7022
        $ScmBuildVersion does not contain a project extension - always
7023
 
7024
Minor changes:
7025
 
7026
 
7027
------------------------------------------------------------------------
7028
Version: JATS_2.52.0                                Released: 27-Mar-06
7029
------------------------------------------------------------------------
7030
Major changes:
7031
  * JATS environment variables
7032
    Added GBE_DPKG_STORE
7033
        Optionally addresses a dpkg_archive store. This is intended to allow
7034
        read only access to a remote repository. The GBE_DPKG_STORE will be
7035
        searched after GBE_DPKG. It will be searched last. JATS, be default,
7036
        will not publish packages in this repository.
7037
 
7038
        Uses: Seed repository for a complete build
7039
              Remote repository
7040
 
7041
    Added GBE_DPLY
7042
        Optionally addresses a Deployment Archive. This is only used in the
7043
        placement of deployment packages. This value may be project specific.
7044
 
7045
  * MOS_MRI toolset
7046
    Changes the mechanism used to link against the compiler RTL.
7047
    Previously the RTL was included multiple times in the link order. This
7048
    created problem with daf_dsi as the function 'time()' was being satisfied by
7049
    the RTL before being satisfied by the user libraries.
7050
 
7051
    The compiler RTL is now treated as a library of last resort. It will be
7052
    processed once and it will be processed last.
7053
 
7054
 
7055
Minor changes:
7056
  * JATS utility: build
7057
  * JATS utility: cache_dpkg
7058
    Extended the package search algorithm to locate a package within
7059
    GBE_DPKG_STORE. This archive will be searched last.
7060
 
7061
  * JATS utility: gen_cots
7062
    Ensure label is not locked
7063
    Add option to allow user to specify source directory other than a package
7064
    that already exists in dpkg_archive.
7065
 
7066
  * JATS directive: PackageFile
7067
    Now supports --Prod and --Debug options to limit the packaging process
7068
    to a specific type of build.
7069
 
7070
  * JATS directive: GenerateFiles and RunTests
7071
    Added a --PackageInfo() replacement tag to allow package version information
7072
    to be extracted and passed to generator programs.
7073
        ie: --PackageInfo(sysbasetypes,syd,--fullversion)
7074
 
7075
    Extended the --PackageBase() replacement tag to work with packages such as
7076
    sysbasetypes, where there is a .cr and a .syd type.
7077
        ie: --PackageBase(sysbasetypes,syd)
7078
 
7079
  * JATS utility: release
7080
    Under windows, ensure that the directory C:\Clearcase exists. There have
7081
    been installations of Clearcase where this is directory does not exist.
7082
 
7083
  * JATS utility: label
7084
    Added option: "-comment=Text" to allow a comment to be added to a label,
7085
    when it is being created.
7086
 
7087
Internal Changes
7088
  * JATS utility: create_dpkg
7089
    Refactored code to use JATS DescPkg class.
7090
 
7091
    Added options to allow packaging to the various archives. This is of no use
7092
    to the normal developer, but will be used within the complete build system.
7093
 
7094
  * Factored out the parsing of the BuildName directive
7095
    This process was being done in 3 locations - and there were getting
7096
    different results.
7097
 
7098
  * ToolsetRequire directive
7099
    This has been extended to allow JATS to locate Toolset extensions within
7100
    packages. They should be placed within the tool/scripts directory
7101
 
7102
------------------------------------------------------------------------
7103
Version: JATS_2.51.0                                Released: 15-Mar-06
7104
------------------------------------------------------------------------
7105
Major changes:
7106
 
7107
  * MCR toolset
7108
    Generate CD payload files in conjunction with the .BIN files
7109
 
7110
------------------------------------------------------------------------
7111
Version: JATS_2.50.0                                Released: 15-Feb-06
7112
------------------------------------------------------------------------
7113
Major changes:
7114
  * WIN32 utilities
7115
    Replaced a number of the Windows utilities ( cp, rm, mv ...)
7116
    with versions from the GNUWin32 project.
7117
 
7118
    The 'cp' previously used could not recursively copy large directories
7119
    under Windows Server 2003, when both the source and destination are on the
7120
    same drive. ( dpkg_cache of ace ).
7121
 
7122
Minor changes:
7123
  * BuildVersion
7124
    The definition of VERSION_BUILD within the generated version-defs.h file
7125
    will have leading zeros removed, thus allowing it to be used within a 'C'
7126
    program without the number being interpreted as an octal constant.
7127
 
7128
    The string form (VERSION_BUILD_STR) will retain the zeros.
7129
 
7130
  * Unix Builds
7131
    Corrected several issues encountered when specifying the name of a static
7132
    library or a shared library.
7133
 
7134
    JATS will prepend 'lib' to the user specified library name. Problems occurred
7135
    when the user specified a library name that started with 'lib'. Now, on Unix
7136
    systems, JATS will only prepend 'lib' if the library name does not already
7137
    start with 'lib'.
7138
 
7139
  * BuildPkgArchive
7140
    Since 2.45.0 JATS will only transfer files for the BuildPkgArchive, if
7141
    they have not already been transferred. Added a test for the source
7142
    package being updated and then forceing the copy to be repeated.
7143
 
7144
------------------------------------------------------------------------
7145
Version: JATS_2.49.0                                Released: 10-Feb-06
7146
------------------------------------------------------------------------
7147
Major changes:
7148
  * MOS_MRI toolset
7149
    Corrected a problem with the dependencies between a .REL file and the target
7150
    THX file. If the .REL files was modified the output THX file did not get
7151
    regenerated. This was only a problem in cases where the .REL file was
7152
    being manually maintained.
7153
 
7154
 
7155
Minor changes:
7156
  * MakeAnt directive
7157
    Introduced a check to ensure that this directive is only used with a toolset
7158
    that can handle an 'ant' build file. Currently only the JAVA toolset
7159
    supports ANT builds.
7160
 
7161
  * BuildPkgArchive directive
7162
    Correct problem in the caching of BuildPkgArchive packages in the case where
7163
    there is no GBE_DPKG_LOCAL on the machine.
7164
 
7165
  * Label utility
7166
    Added a 'files=filename,filename' option to allow only specified
7167
    files to be labeled.
7168
 
7169
  * Build. Parsing descpkg files
7170
    Corrected problem in which Java Manifest files were not parsed correctly
7171
    on Solaris.
7172
 
7173
  * Generated makefiles
7174
    Fix a bug with the CompilerOptions that allowed a '0' definition to be set to
7175
    nothing.
7176
 
7177
  * MOS Toolset
7178
    Added 'CompileOptions' of CcSupervisor.
7179
    This will set a MOS internal definition suitable for building specialised
7180
    modules.
7181
 
7182
  * Utility: gen_cots
7183
    This utility will create a JATS buildable package froma dpkg_archive entry
7184
    and then check it in under clearcase.
7185
 
7186
    JATS etool gen_cots -man will provide only help.
7187
 
7188
  * Utilty cache_dpkg
7189
    Detect and repair incomplete copy operations.
7190
 
7191
------------------------------------------------------------------------
7192
Version: JATS_2.48.0                                Released: 24-Jan-06
7193
------------------------------------------------------------------------
7194
Major changes:
7195
  None
7196
 
7197
Minor changes:
7198
  * DEVI addressed
7199
    DEVI-022055 JATS builds DLLs with wrong copyright symbol in version resource
5710 dpurdie 7200
    DEVI-022054 JATS puts "VIX Group test" in Product Name of Windows resource
227 dpurdie 7201
 
7202
  * Utility: release (cbuild)
7203
    Added an option to create a view configured to work with a branching
7204
    rule. A single branch can be named with the -branch option. eg:
7205
 
7206
        jats release -extract 'label' -branch SITS_LEGACY_BRANCH
7207
 
7208
    will create a view based on the named label, but suitable for creating
7209
    a patch for Sydney Legacy work.
7210
 
7211
  * RunTest directive
7212
    The 'PATH' that the test uses is extended to allow access to programs that have
7213
    been installed with a InstallProg directive. This allows a test script to
7214
    test a program that is generated elsewhere within the package.
7215
 
7216
  * PackageFile, Option --DirTree
7217
    Support for filenames that contain a "$" or a ' ' within the
7218
    --DirTree option. Implemented to allow entire JAVA class trees to be
7219
    packaged under JATS
7220
 
7221
    Note: In general the use of a $ and space within a filename is not
7222
          supported within JATS.
7223
 
7224
  * Jats utility wrapper
7225
    Added an eprog option. The allows any program to be run within the
7226
    sanitized environment provided by JATS.
7227
 
7228
    The specified program may be in the current directory or the user's
7229
    PATH. If the program is a perl script then it will be run with the
7230
    JATS perl interpreter, otherwise it will be processed by the system.
7231
 
7232
    Eg: jats eprog myscript arg1 arg2
7233
    Eg: jats ant
7234
 
7235
  * Jats utility wrapper
7236
    Added an 'ant' command. ( "jats ant" )
7237
 
5710 dpurdie 7238
    This will run an VIX ANT build by scanning the current directory for a file
227 dpurdie 7239
    called <ProjectName>depends.xml and then looking the a file called
7240
    <ProjectName>.xml. Jats will then create 'auto.xml' based on the
7241
    <ProjectName>depends.xml file and use ant to invoke the
7242
    <ProjectName>.xml file.
7243
 
5710 dpurdie 7244
    If the VIX build files cannot be found then ant is simply run and it will
227 dpurdie 7245
    expect a build.pl file.
7246
 
7247
  * Jats utility wrapper
7248
    Force the environment variable PERL5INC to be unset.
7249
 
7250
  * Jats utility: create_dpkg
7251
    Simplify handling of ANT based projects. Look for the package within
7252
    the build/pkg subdirectory, in the JANTS style.
7253
 
7254
  * Utility: gen_winrc (DEVI-022054)
7255
    Added a "'-product=text'" option to allow the product name to be specified.
7256
 
7257
  * Build files
7258
    Handle the java generated descpkg files. These are a Manifest format with
5710 dpurdie 7259
    VIX extensions.
227 dpurdie 7260
 
7261
------------------------------------------------------------------------
7262
Version: JATS_2.47.0                                Released: 20-Dec-05
7263
------------------------------------------------------------------------
7264
Major changes:
7265
  * BuildVersion directive in build.pl
7266
    Correct a problem in the generation of version.c
7267
    The function GetModuleInfo() would return a string with a trailing
7268
    space when the 'array' mode was selected.
7269
 
7270
    This may cause module validation to fail.
7271
 
7272
Minor changes:
7273
  * None
7274
 
7275
------------------------------------------------------------------------
7276
Version: JATS_2.46.0                                Released: 08-Dec-05
7277
------------------------------------------------------------------------
7278
Major changes:
7279
  * BuildProduct and BuildPlatforms directives
7280
    Added option --Uses=NAME
7281
    ie:
7282
        BuildProduct    ( 'OBFTP,--Uses=TP5',    'MOSCF' );
7283
 
7284
    This will create a OBFTP_MOSCF platform that will 'use' TP5
7285
    headers and libraries if none are specifically provided for the
7286
    OBFTP. It is the users responsibily to ensure that the two build
7287
    environments are compatible.
7288
 
7289
 
7290
Minor changes:
7291
  * BuildName option
7292
    Modifications to allow the creation of COTS packages with buildnames
5710 dpurdie 7293
    that do not confirm to the VIX naming scheme (--RelaxedVersion).
227 dpurdie 7294
 
7295
  * jats.bat
7296
    Ensure that GBE_BIN is not defined
7297
    It will be set by the jats.pl to a fully qualified path.
7298
 
7299
------------------------------------------------------------------------
7300
Version: JATS_2.45.0                                Released: 29-Nov-05
7301
------------------------------------------------------------------------
7302
Major changes:
7303
  * BuildPkgArchive directive
7304
    The operation of the BuildPkgArchive directive has been modified
7305
    so that a package will only be installed once. This significantly
7306
    speeds up multiple 'build' operations.
7307
 
7308
    If the package is being extracted from the 'local archive', then
7309
    this mechanism is suppressed as packages in the local archive are
7310
    considered as under development and are subject to change.
7311
 
7312
    If package cache is being refreshed, then the package will be
7313
    installed a second time. Thus it is possible to force the package to
7314
    be transferred into the 'interface' directory.
7315
 
7316
    A BuildTags directory is used to track packages that have been
7317
    transferred.
7318
 
7319
  * Internal changes to factor common code into a group of packages.
7320
    See notes below.
7321
 
7322
  * WIN32 toolset
7323
    Allow the Microsoft preprocessor directive #import to operate
7324
    correctly.
7325
 
7326
    Export the complete library search path into the build environment
7327
    for all Microsoft command, not just the linker and library commands.
7328
 
7329
  * BuildVersion
7330
    Modifications to allow the generation of version files for C#
7331
    The mechanism has been extended to allow version information for
7332
    other langauges as needed.
7333
 
7334
 
7335
Minor changes:
7336
  * Utility: gen_winrc.pl
7337
    Will extracted build number from the patch number, if present.
7338
    This information will be available to be placed into the generation
7339
    version strings.
7340
 
7341
  * GenerateFiles directive
7342
    Fixed a problem detecting programs that were not in the local
7343
    package or an imported package.
7344
 
7345
  * Toolsets: MOS_MRI
7346
    Generate an error if required tools are not found.
7347
    Previously this condition would generate a warning.
7348
 
7349
  * BuildPkgArchive and LinkPkgArchive directives
7350
    Ensure that packages are only included once. The previous check
7351
    was half-hearted and could allow multiple packages of the same
7352
    version to be included. This could result in badly formed
7353
    makefiles and strange error messages.
7354
 
7355
Internal Changes
7356
  * Started to factor out internal packages and place them into a common
7357
    directory. This will allow common error handling thoughout the suite
7358
    of utilities.
7359
 
7360
    Modified all utilities to utilize the common error reporting
7361
    functions.
7362
 
7363
------------------------------------------------------------------------
7364
Version: JATS_2.44.0                                Released: 18-Nov-05
7365
------------------------------------------------------------------------
7366
Major changes:
7367
  * Generated makefiles
7368
    Modified the windows shell to remove the use of the EXTENDED_LINE
7369
    cache. This did not work. Modified the extend.lst file to ensure
7370
    that sed did not process its arguments.
7371
 
7372
    This has been done to address a problem seen within test scripts
7373
    within unit tests that use wildcard expansion. The windows shell was
7374
    incorrectly processing:
7375
        sed '-es~.*WIN32~~'
7376
    The '.*' construct was being seen as a wildcard and the shell was
7377
    then putting the argument into a command file - it was totally
7378
    confused.
7379
 
7380
    NOTE: Attempted to remove use of EXTENDED_LINE, but this caused a
7381
    breakage with the DOS based gcc compiler( ie:H8S and others).
7382
    The construct
7383
        -D__SOURCE__=\"name\"
7384
    was corrupted somewhere. If the command is put in a command file,
7385
    then it works.
7386
 
7387
  * MakeAnt directive
7388
    Added option: --GeneratedFile=PathOfFile
7389
 
7390
    This option has the following effects
7391
        1) Marks the file a source file. It is then known to JATS and
7392
           can be used installed and manipulated.
7393
 
7394
        2) Schedules the processing of the ANT build to be done
7395
           early - in the generated files phase.
7396
 
7397
    Intended use. The creation of packages with a JNI. The Java
7398
    component needs to generate a header file early.
7399
 
7400
 
7401
Minor changes:
7402
  * JATS post-installation script
7403
    Flag deployment tools and libraries as executable.
7404
 
7405
  * Detection of extension type is case insensitive for non-unix
7406
    systems. Thus *.h and *.H files will considered header files in
7407
    windows.
7408
 
7409
  * Build.pl rewrite tool
7410
    Handle all variants of BuildName
7411
 
7412
  * Jats wrapper script
7413
    Generate an error if the JATS configuration variables are not usable
7414
        1) Contain spaces
7415
        2) Start with a // - Remote drives must be mapped
7416
 
7417
  * Toolset
7418
    Added a 'LINUX' platform.
7419
 
7420
  * JAVA toolset
7421
    Ensure the that build file passed via MakeAnt contains the following
7422
    directive:
7423
 
7424
        includeAntRuntime="off"'
7425
 
7426
    This MUST be used to ensure that ANT's classpath is not passed to
7427
    the java compiler thus ensuring that the compiler does not use ANT's
7428
    version of any JAR files that have not been specified by the user.
7429
 
7430
  * GCC Toolset
7431
    Use -Map name to create map files as needed for GCC under Debian
7432
 
7433
  * Makefile generation
7434
    When packages are used by name to resolve package location JATS
7435
    has been modified to use the package name specified by the user.
7436
    Previously JATS would use the package name found within the
7437
    descpkg file. In cases where the descpkg file was badly formed the
7438
    package could not be used.
7439
 
7440
  * Unit Tests
7441
    The following environment variables are set:
7442
 
7443
        GBE_TYPE    - The type of build. Debug or production. This
7444
                      will be set to either a 'P' or 'D'
7445
 
7446
        GBE_HOST    - The host machine we are running on.
7447
                      This will be set to 'WIN' or Unix'
7448
 
7449
    These variable should assist in the production of test scripts.
7450
 
7451
  * New makefile.pl directive: SetValue
7452
 
7453
 
7454
------------------------------------------------------------------------
7455
Version: JATS_2.43.0                                Released: 01-Nov-05
7456
------------------------------------------------------------------------
7457
Major changes:
7458
  * New Platform : "MCR" using the Mitsubishi m16c compiler.
7459
 
7460
    Special features of this toolset.
7461
    1) A .THX source file will be converted to an obtect file
7462
       This allows processing of fonts within a THX file to be
7463
       incorporated within the target image.
7464
 
7465
    2) Prog directive extensions:
7466
       --Set=Name=Value
7467
                The 'Name' is set to 'Value' at link time.
7468
                This allows the location of program segments to be set
7469
 
7470
       --Ref=name
7471
                The name of a Release file. If provided, it will be used
7472
                to provide information that will be placed within the
7473
                THX header. The version number will be ignored. It
7474
                will be taken from the build version number.
7475
 
7476
Minor changes:
7477
  * MOS Toolset
7478
    Create the VisionClick files when the THX file is created.
7479
    Previously the files were created when the THX was installed or
7480
    packaged.
7481
 
7482
  * Src directive
7483
    No generates a warning if no source files are located within the
7484
    directive. This is normally the result of a missing platform
7485
    specifier.
7486
 
7487
  * WIN32 runtime support
7488
    Added the following 'Unix' style utilities to assist in testing.
7489
        1) od       - dump files in octal and other formats
7490
        2) cmp      - compare two files byte by byte
7491
 
7492
Internal:
7493
    Added an extension to allow the target toolset to handle the "Prog"
7494
    dependancy generation if required. This allow complex program
7495
    generation mechanisms to be handled by the toolset.
7496
 
7497
------------------------------------------------------------------------
7498
Version: JATS_2.42.0                                Released: 19-Oct-05
7499
------------------------------------------------------------------------
7500
Major changes:
7501
    * BuildAlias directive
7502
      Added options.
7503
        --Define        - Does not create implicit platforms
7504
        --Target        - Redeclares the alais as the list of all
7505
                          platforms that are based on a given target or
7506
                          targets.
7507
      Eg:
7508
        BuildAlias      ( 'LMOS,--Target', 'LMOS_WIN32', 'LMOS_linux_armv4' );
7509
        BuildProduct    ( 'GAK',    'LMOS', 'MOS68K', 'MOSCF' );
7510
        BuildProduct    ( 'PCP',    'LMOS', 'MOS68K' );
7511
 
7512
      Will export an alias of LMOS that can be used within makefile.pl's
7513
      that will be the list of all platforms that have a target of
7514
      'LMOS_WIN32' or 'LMOS_linux_armv4'.
7515
 
7516
      Note the dual use of LMOS within the example. This is intentional.
7517
      The LMOS alias is used within the BuildProduct to simplify the
7518
      specification of all the LMOS targets.
7519
 
7520
 
7521
Minor changes:
7522
  * Label utility
7523
    Will generate a warning message if it labels more than one
7524
    build.pl file
7525
 
7526
  * Package directives. PackageFile.
7527
    Corrected a problem with wildcard expansion in which a --FilterIn
7528
    needed to be specified in order for the --FilterOut to operate.
7529
    Now all files in the tree are considered 'in' unless modified by the
7530
    --FilterIn option.
7531
 
7532
  * jats release (cbuilder) utility
7533
    Correct use of the -prodOnly and -debugOnly flags.
7534
    The full name was not accepted; -debug and -prod was.
7535
 
7536
  * Location of descpkg file
7537
    All makefile.pl's now know where the package descpkg file was
7538
    created. This simplifies the process og packaging this file as it
7539
    can be done within any makefile.pl.
7540
 
7541
------------------------------------------------------------------------
7542
Version: JATS_2.41.0                                Released: 27-Sep-05
7543
------------------------------------------------------------------------
7544
Major changes:
7545
  * RunTest directive
7546
    Extended the options and operation of RunTest
7547
    Additional options
7548
      --CopyIn=file
7549
        This will copy the specified file into the BIN directory before
7550
        the test is run. The file will be marked as executable. This
7551
        allows scripts and configuration files to be transferred into
7552
        the test area.
7553
 
7554
    Additional operations
7555
    The arguments passed to the script/program allow a number of
7556
    transformations, similar to GenerateFiles. Transforms
7557
      --File(xxxx[,flags])          - xxxx is a known file
7558
      --Local(xxxx[,flags])         - xxxx is a file that has been Installed
7559
      --PackageBase(xxxx[,flags])   - xxxx is a Package
7560
    Allows flags:
7561
      --dir         - directory part of the pathname
7562
      --file        - file part of the pathname
7563
      --abspath     - as an absolute path
7564
      --absdrive    - as an absolute path with drive letter (Windows)
7565
 
7566
    Files and directories are prerequisites of the test. Their
7567
    existence is tested.
7568
 
7569
  * Packaging Directives
7570
    Added a --Derived option to support the packaging of derived targets
7571
    such as LMOS.
7572
 
7573
        PackageHdr ('*', 'file1.h', '--Derived=LMOS');
7574
 
7575
    Will place file1.h into .../include/LMOS_WIN32
7576
 
7577
        PackageHdr ('*', 'file1.h', '--Derived=LMOS,sys');
7578
 
7579
    Will place file1.h into .../include/LMOS_WIN32/sys
7580
 
7581
  * JAVA 1.4 and 1.5
7582
    Added support to the JATS JAVA platform to allow the user to specify
7583
    the version of Java to be used to build a package.
7584
 
7585
        BuildPlatforms  ( 'JAVA,--Version=1.5' );
7586
 
7587
    The default will use the default machine version of JAVA.
7588
    This may not be sutable for all packages.
7589
 
7590
    Non-default versions of JAVA require that an environment variable be
7591
    set to the root of the JDK directory. These are:
7592
 
7593
      JAVA_HOME_1_4
7594
      JAVA_HOME_1_5
7595
 
7596
Minor changes:
7597
  * Script directive
7598
    Scripts may be copied into the BIN directory for use by a test.
7599
    These scripts are now always marked as executable.
7600
 
7601
  * JATS environment
7602
    Ensure that all programs run under JATS in Windows have an uppercase
7603
    COMSPEC envvar. Windows appears to define a mixed case one. Fixed in
7604
    the JATS wrapper script.
7605
 
7606
  * Label utility
7607
    Added -[no]checkout to control the labeling of checked out files.
7608
    There are three modes of operation:
7609
        1) -nocheckout      Checked out files are not labeled
7610
        2) -checkout        Only checked out files are labeled
7611
        3) Neither          All files are labeled.
7612
 
7613
 
7614
------------------------------------------------------------------------
7615
Version: JATS_2.40.0                                Released: 15-Sep-05
7616
------------------------------------------------------------------------
7617
Major changes:
7618
 
7619
Minor changes:
7620
  * label utility
7621
    Added -smartlabel option to unlock and lock the label - if it was locked.
7622
    This options retains the locked state of a label.
7623
 
7624
  * AVR_IAR toolset
7625
    Extended the 'Prog' directive to allow a Program Loader to be
7626
    added to a program as it is created. The option is:
7627
      --ProgLoader=name
7628
 
7629
  * Package directives. PackageFile
7630
    Added support for packaging of directory trees.
7631
    Options to do this are:
7632
        --TreeDir=name
7633
        --FilterOut=regexp
7634
        --FilterIn=regexp
7635
        --StripDir
7636
 
7637
    Only a single directory can be specified.
7638
    Multiple filters are allowed.
7639
    The directories must be within the current directory. It is not
7640
    possible to search outside the subdirectory tree below the makefile.
7641
 
7642
    The filters allow elements within the directory to be selected.
7643
    The filters are regular expressions. Examples:
7644
 
7645
      '--FilterIn=\.h$'         - Select all files ending with .h
7646
      '--FilterOut=MyHeader.h'  - Except this one
7647
 
7648
    The --StripDir option will remove the TreeDir directory from the
7649
    files. This allows the top level directory to be stripped off.
7650
 
7651
 
7652
------------------------------------------------------------------------
7653
Version: JATS_2.39.0                                Released: 14-Sep-05
7654
------------------------------------------------------------------------
7655
Major changes:
7656
    * Make commands
7657
      Consolidated the parsing of the OPTIONS arguments.
7658
 
7659
      The filter and nofilter options are globally applied to all tools
7660
      sets. ie: jats make debug OPTIONS=nofilter
7661
 
7662
    * Label utility
7663
      Generate a warning when attempting to label a symbolic link.
7664
      Links are very hard to maintain in a reproducible manner.
7665
 
7666
Minor changes:
7667
    * Toolsets
7668
      Replaced the use of c:\WINDOWS and c:\Program Files with suitable
7669
      variables and overrides.
7670
 
7671
      The make_init target is always run.
7672
      This facility had been lost. The target was being used to provide
7673
      compiler sanity testing, but had was not being reliably run.
7674
 
7675
    * Deployment
7676
      Suppress testing of compiler existence when used in conjunction
7677
      with deployment operations.
7678
 
7679
    * Release utility
7680
      Add options to build only the debug or the production versions.
7681
      The default is to build both. Note: User option may be further
7682
      restricted by options within the build.
7683
 
7684
    * PackageLib, InstallLib and MergeLib directives in makefile.pl
7685
      The use of @LIBS and @MLIBS in unix systems was causing a
7686
      problem as these variables already had a 'lib' prepended to the
7687
      list of libraries. These directives would add another 'lib' to the
7688
      list of libraries under unix causing a mismatch.
7689
 
7690
      Corrected by stripping liblib from the names within these
7691
      directives.
7692
 
7693
    * MakeProject directive
7694
      If the project build fails the log file was not being displayed
7695
      because 'make' stops when a command fails.
7696
 
7697
      The MakeProject operations have been modified to ensure that the
7698
      log file is always displayed. The exit code of the build command
7699
      is preserved.
7700
 
7701
    * Auto build utility jats-rewrite.pl
7702
      Modified to support the rewrite of Java 'using' and 'project'
7703
      statements.
7704
 
7705
    * Mugfile generation
7706
      Added a --ThxDir=xxxx option to allow the THX and load files to
7707
      be placed in the target package.
7708
 
7709
 
7710
------------------------------------------------------------------------
7711
Version: JATS_2.38.0                                Released: 01-Sep-05
7712
------------------------------------------------------------------------
7713
Major changes:
7714
    * BuildVersion directive
7715
      The 'defs' mode has been extended to create a file with a build
7716
      number as well as a patch number.
7717
 
7718
      The patch number is decoded into a patch number and a build
7719
      number.
7720
 
7721
Minor changes:
7722
    * AddFlags directives
7723
      Added a --NoWarn option that will suppress the warning of
7724
      duplicate flags being added.
7725
 
7726
    * GBE_CORE environment variable (Windows)
7727
      Ensure that GBE_CORE has a driver letter. This allows use of JATS
7728
      loaded into the same dynamic view as the user code.
7729
 
7730
    * Mug File Generation
7731
      Added support to allow load files to include other load files.
7732
 
7733
   * 'cbuild' or 'release' command
7734
     Added a -latestroot=xxxx option. This is a work around for the
7735
     problem where the root level directory in the VOB has not been
7736
     labeled. After using this switch add the label to the root
7737
     directory.
7738
 
7739
     The need to use this this switch indicates that the view is NOT
7740
     reproducible.
7741
 
7742
------------------------------------------------------------------------
7743
Version: JATS_2.37.0                                Released: 22-Aug-05
7744
------------------------------------------------------------------------
7745
Major changes:
7746
    * jats.bat and jats.sh
7747
      Changes to include GBE_DPKG and GBE_DPKG_CACHE.
7748
      Most importantly GBE_DPKG must be a single directory. It is no
7749
      longer a list of directories.
7750
 
7751
      Removal of the setup of Microsoft Visual Studio 6. This is now
7752
      done within the toolset.
7753
 
7754
      *** Update your jats.bat to follow the format in this release
7755
 
7756
    * JATS environment variables
7757
      Redefined variable
7758
        GBE_DPKG        - Now the MASTER dpkg_archive
7759
                          Previously was a list that included the
7760
                          dpkg_archive cache.
7761
 
7762
      New variable
7763
        GBE_DPKG_CACHE  - Optional directory for a local cache of
7764
                          the main dpkg_archive.
7765
 
7766
 
7767
Minor changes:
7768
    * Utility: gen_packagelist
7769
      Enhanced (thanks Ross) to allow PATH information for various
7770
      target platforms to be extracted.
7771
 
7772
      Better support for Product families. This is only an issue
7773
      for WIN32 derived families due to the generation of a list of
7774
      libraries. The list now observes Product hierarchy.
7775
 
7776
    * Utility: release (cbuilder)
7777
      Added -noruntests option too suppress the running of unit tests
7778
      Units tests will still be run by default.
7779
 
7780
      Tighten the config specification used to build the sandbox. It has
7781
      no LATEST rules. All directories and files MUST be labeled.
7782
 
7783
    * Utility: jats_rewrite
7784
      Support ANT based XML files
7785
 
7786
    * Utility: create_dpkg
7787
      Support ANT flavor Manifest dependancy files and pkg directory
7788
      structure.
7789
 
7790
    * makefile.pl's
7791
      GenerateFiles directive. Added a --Prog specifier to allow tools
7792
      to be generated within the same script. Example:
7793
 
7794
            Prog('*', 'Myprog', @OBJS );
7795
            GenerateFiles ('*', "--Prog=MyProg",
7796
                                '--Prereq(infile)',
7797
                                '--GeneratedCommon(outfile)' );
7798
 
7799
      RunTest directive. Added a --Auto option to flags tests that can
7800
      be run within the Build Systems Auto Build environment. These
7801
      tests will be run with the 'run_unit_tests' target. All tests will
7802
      be run with the 'run_tests' targets. Only tests that confirm to
5710 dpurdie 7803
      the VIX "Unit Test Automation" guidelines should be marked as
227 dpurdie 7804
      -- Auto.
7805
 
7806
    * Added a new make target: run_unit_tests
7807
      This will be used by the build tool to run non-interactive
7808
      unit tests within an automated framework.
7809
 
7810
    * Make run_test and run_unit_test operation
7811
      The search path for DLL's or Shared Libraries is extended to
7812
      include all Shared Libraries in the build package list as well
7813
      as the local and interface directory. This allows tests to
7814
      locate required Shared Libraries at runtime.
7815
 
7816
    * WIN32 targets built using Visual Studio 6
7817
      The path to the compiler is setup within JATS. It is no longer
7818
      imported from the users environment as the environment is
7819
      indeterminate when multiple versions of Visual Studio are
7820
      installed on the machine.
7821
 
7822
    * WINCE Targets
7823
      The name of the SDK is case sensitive.
7824
      The POCKET PC 2003 was incorrect
7825
 
7826
 
7827
 
7828
------------------------------------------------------------------------
7829
Version: JATS_2.36.0                                Released: 03-Aug-05
7830
------------------------------------------------------------------------
7831
Major changes:
7832
    * WIN32 platforms
7833
      When building Microsoft project files the PATH environment
7834
      variable is extended to include the DLL path of imported packages
7835
      and installed packages.
7836
 
7837
    * Building DLL or EXE with the --NoPDB option will disable the
7838
      generation of debug information so that the  linker does not
7839
      create CV style debug information in the target.
7840
 
7841
    * UNIX Platforms (SOLARIS and LINUX)
7842
      Modification to allow BuildProduct and BuildPkgArchive to
7843
      interwork. Previously BuildPkgArchive packages were placed into
7844
      the 'interface/lib/SOLARIS' subdirectory and this was not being
7845
      searched when looking for libraries.
7846
 
7847
Minor changes:
7848
    * GenerateFiles directive
7849
      New sub-options to filename generation commands
7850
        --abspath       - provide the named file with an absolute path
7851
        --absdrive      - provide the named file with an absolute path
7852
                          and drive letter
7853
 
7854
    * Src directive
7855
      Modified the --FromPackage' option to allow searching of the root
7856
      directory of a package.
7857
 
7858
            Src('*', 'etc/data.ini', '--FromPackage' );
7859
 
7860
      Also prevent warnings on duplicate files if the package is
7861
      imported with a BuildPkgArchive directive. The file was being
7862
      found in the package and the interface directory.
7863
 
7864
    * jats_rewrite utility
7865
      Process depend.xml files for auto builder
7866
 
7867
 
7868
------------------------------------------------------------------------
7869
Version: JATS_2.35.0                                Released: 28-Jul-05
7870
------------------------------------------------------------------------
7871
Major changes:
7872
    * SunWorks production builds
7873
      Corrected the flag used to select the level of compiler
7874
      optimisation. The current flag generates an error of:
7875
            cc: Warning: option -2 passed to ld
7876
      The flag has been changed from -O2 to -xO2 inline with the
7877
      compiler documentation.
7878
 
7879
    * MOS Toolset
7880
      Implement a workaround for a bug in VisionClick's convert program
7881
      in which the tool would not generate a valid .bdx file.
7882
 
7883
      The solution was to create the .bdx and .ab file in two steps.
7884
 
7885
Minor changes:
7886
    * Correct the case of 4 toolset files. The files were created under
7887
      windows, which has a habit of capitalizing filenames.
7888
      This should not affect current users.
7889
 
7890
    * Mugfile generation
7891
      Extended the --Package option to allow subdirectories to be
7892
      specified.
7893
        "--Package=MyPackage,--Subdir=thx/moscf,thx"  
7894
 
7895
------------------------------------------------------------------------
7896
Version: JATS_2.34.0                                Released: 22-Jul-05 
7897
------------------------------------------------------------------------
7898
Major changes:
7899
    MOS Toolset
7900
    Modified the optimizations options used to generate 'Production'
7901
    code. A problem with -Ob optimization has been identified.
7902
 
7903
Minor changes:
7904
    * Jats wrapper script
7905
      Windows: Ensure that cmd.exe is in the users PATH. Without cmd.exe
7906
      scripts will not work properly as the PERL 'system' command assumes
7907
      that cmd.exe is in the users PATH.
7908
 
7909
    * LinkPkgArchive and BuildPkgArchive
7910
      Processing soft links. Generate a warnings if a package soft
7911
      link and a real package are found in the same directory. The link
7912
      may be suspect.
7913
 
7914
    * GenerateFiles directive
7915
      Added a --PackageBase(xxx) argument that will be replaced with
7916
      the pathname to the specified package.  
7917
 
7918
------------------------------------------------------------------------
7919
Version: JATS_2.33.0                                Released: 18-Jul-05
7920
------------------------------------------------------------------------
7921
Major changes:
7922
    * Added a JAVA platform to better support the processing of ANT
7923
      build.xml files.
7924
 
7925
Minor changes:
7926
    * WIN32 toolset.
7927
      Delete V7 specific temp files when compiling with V7 compiler
7928
 
7929
    * MakeAnt
7930
      Pass an absolute path to the 'interface' directory to allow the
7931
      build.xml file to be a directory other than the current directory
7932
 
7933
      Allow the ANT_HOME path to contain spaces: c:\Program Files\Ant
7934
 
7935
    * gen_winrc - A utility to generate Windows RC files with version
7936
      information. Allow 3 or 4 fields in the version number. If only
7937
      3 fields are provided, then the fourth field is set to 0.
7938
 
7939
    * MakeAnt directive
7940
      Now supports --Debug and --Prod options to limit the building of
7941
      ANT files. The MakeAnt directive is only going to work in
7942
      conjunction with the JAVA target
7943
 
7944
      Recommended usage:
7945
      MakeAnt('JAVA',"build.xml","--Jar=java.build/test.jar",'--Prod');
7946
 
7947
Internal Changes
7948
      The MakeAnt directive is now treated like a MakeProject directive.
7949
 
7950
 
7951
------------------------------------------------------------------------
7952
Version: JATS_2.32.0                                Released: 13-Jul-05
7953
------------------------------------------------------------------------
7954
Major changes:
7955
    * Initial release of WINCE and WIN32 V7 based project builds
7956
      The DSW, VCW and SLN files can be built via JATS and selected
7957
      files packaged into the release.
7958
 
7959
      Refer to the 'MakeProject' directive in
7960
            MASS-00166 JATS Reference Manual
7961
            http://auperaws396/mass/Wiki.jsp?
7962
                                page=UsingJATSToBuildMicrosoftProjects
7963
 
7964
    * Added support for Visual Studio 2003.
7965
      The recommended platform is:
7966
        BuildProduct    ( 'VS2003', 'WIN32,--Version=MS.NET2003' );
7967
 
7968
    * Initial release of support for building Ant files.
7969
      JATS can build small Java sub-components using Ant. This is not
7970
      a replacement for JANTS it is intended for mixed C++ and Java
7971
      components.
7972
 
7973
      Refer to the 'MakeAnt' directive in
7974
            MASS-00166 JATS Reference Manual
7975
            http://auperaws396/mass/Wiki.jsp?
7976
                                page=UsingJATSToBuildSmallJavaComponents
7977
 
7978
Minor changes:
7979
    * Support for Windows DLLs
7980
      When building a WIN32 target the file interface/set_WIN32.bat is
7981
      created. This file extends the Windows PATH to allow DLLs used
7982
      by the package to be accessed.
7983
 
7984
      The file may be "called" from a wrapper batch file to start the
7985
      application or visual studio.
7986
 
7987
    * The descpkg file created by JATS contains a JATS version number
7988
      and the JATS Core path.
7989
 
7990
    * AddIncDir, AddSrcDir and AddLibDir directives
7991
      Now generate an error if there is only one argument to the
7992
      directive or if no directories where specified.
7993
 
7994
    * MOS Toolset
7995
      Add support for the TPT device
7996
      Correct error message for unsupported devices.
7997
 
7998
    * Correct problem with in creating absolute path names to allow
7999
      DOS driver letters to be handled correctly.
8000
 
8001
    * Added --ExcludeLib(xxx,yyy) processing to allow specified
8002
      libraries to be excluded from a list of libraries processed by
8003
      when creating libraries, shared libraries and programs.
8004
 
8005
      Used in conjunction with --Using(aaaa) to correct errors.
8006
 
8007
Internal Changes
8008
    * JATS release process validates the JATS version number contained
8009
      in jats.pl
8010
 
8011
------------------------------------------------------------------------
8012
Version: JATS_2.31.0                                Released: 28-Jun-05
8013
------------------------------------------------------------------------
8014
Major changes:
8015
    * JATS wrapper script
8016
      Allow multiple alternative build files: auto.pl and build_test.pl
8017
 
8018
    * Initial support for the building of WINCE based projects
8019
 
8020
    * Formal release of the toosl to generate Mug Files
8021
 
8022
Minor changes:
8023
    * Deployment support
8024
      Allow a --PatchNum to be specified in the BuildName
8025
      This is then used to invoke a deploypatch.pl file
8026
 
8027
    * 'build'
8028
      Added --ForceBuildPkg switch to the 'jats build' command to
8029
      force LinkPkgArchive directives to be interpreted as
8030
      BuildPkgArchive. This option is useful for the creation of
8031
      sandboxes for use within IDEs as the package files are placed
8032
      in a known directory structure within the sandbox.
8033
 
8034
    * WINCE and WIN32 Toolset
8035
      Options for Program and Shared Library construction
8036
            --Entry=xxxx            - Alternate entry point
8037
            --NoAddLibs             - Do not add default libraries to
8038
                                      the link phase.
8039
 
8040
    * BuildPkgArchive
8041
      Handle symlink directories at the top level of the package tree
8042
      Previously these were ignored.
8043
      Minor code cleanup
8044
 
8045
    * "cbuild" or "release" utility
8046
      Add a "-path=xxxx" option to provide sanity testing of the Release
8047
      Manager "Source Path" field.
8048
 
8049
    * SOLARIS targets
8050
      Modified the TARGET name generated with building a Product Family
8051
      based on SOLARIS. It is treated in the same manner as a Platform
8052
      of SOLARIS and creates a targets of SOLARIS_sparc
8053
 
8054
    * MugFile generation
8055
      Allows a 'load.cmd' file to be used to list the THX files to be
8056
      included in the final package.
8057
 
8058
    * Corrected a problem with the processing of platform selection
8059
      arguments used within all directives within a makefile.pl.
8060
      Multiple platforms should be specified as:
8061
            Src( 'PLAT1,PLAT2,PLAT3', .... );
8062
      with only a comma between the platforms: No whitespace
8063
      If whitespace did exist then the makefile.pl would not do what
8064
      was expected - and it would not warn the user. The simplest
8065
      solution was to allow whitespace either side of the comma.        
8066
 
8067
    * GenerateFiles directive within makefile.pl
8068
      Allow 3 different bracket styles for the arguments to allow for
8069
      embedded  brackets. Now allow
8070
            --Option=(some_text)
8071
            --Option=[some_text]
8072
            --Option={some_text}
8073
 
8074
Internal Changes
8075
    * Derive the names of the package and install directories from a
8076
      single data structure rather then being hardcoded throughout the
8077
      code.
8078
 
8079
------------------------------------------------------------------------
8080
Version: JATS_2.30.0                                Released: 01-Jun-05
8081
------------------------------------------------------------------------
8082
Major changes:
8083
    * JATS wrapper script
8084
      Changed the command line parsing. Now use GetOpts.
8085
 
8086
      Modified "all" command It no longer performs an "install"
8087
      The "install" process is not needed. the build places a shortcut
8088
      to the package into the local_dpkg_archive. This can be used by
8089
      other components.
8090
 
8091
      Removed "bmake" command. The "all" command is the now that same.
8092
 
8093
    * JATS
8094
      Created a class to write JATS configuration files.
8095
      Changes to the code to use this new class.
8096
 
8097
    * Build operations
8098
      Perform one level of package version checking. Generate warnings
8099
      if required packages are built against different versions of
8100
      packages.
8101
 
8102
    * Make operations
8103
      Added a new target - "deploy". This interfaces to the deployment
8104
      scripts. This is still a work interfaces progress.
8105
 
8106
Minor changes:
8107
    * Added environment variables to assist in the running of the
8108
      deployment builds.
8109
        PERL5LIB        - Extended based on GBE_CORE
8110
        DEPLOYLIB_DIR   - Calculate based on GBE_CORE
8111
 
8112
      Extended the "jats vars" display
8113
 
8114
    * build.pl
8115
        Corrected BuildAlias() operation. Defined options are correctly
8116
        processed. Allows
8117
            BuildAlias('WIN', 'WIN32,--OnlyProduction');
8118
        to define a platform called WIN32 that only builds for
8119
        production.
8120
 
8121
    * MOS toolset
8122
      Added a '--Acon' options to SharedLib to allow the creation of
8123
      Acon modules. These required special linking.
8124
 
8125
    * create_dpkg utility
8126
      Adds a files to the published package to indicate which type of
8127
      machine the package was published from. This will be used in a
8128
      multi-machine build environment to assist in determining the
8129
      progress of the build.
8130
 
8131
    * New utility - jats_save_build.pl
8132
      This is specific to the auto build system. It will be used to
8133
      capture the modified build files back into the version control
8134
      system.
8135
 
8136
------------------------------------------------------------------------
8137
Version: JATS_2.29.0                                Released: 25-May-05
8138
------------------------------------------------------------------------
8139
Major changes:
8140
    * WIN32 and WINCE toolsets
8141
      Modified the way that PDB files are created.
8142
      The files are now created using absolute pathnames when compiling
8143
      The name of the PDB files embedded in created DLLs is now correct.
8144
      The PDB files created when compiling objects for DLLs are now not
8145
      named after the DLLs - this was causing the linker toolsets crash.
8146
 
8147
    * WCEX86A500 target
8148
      Corrected problem creating DLLs.
8149
 
8150
    * MOS Toolsets
8151
      Modified the mechanism by which absolute filenames are passed to
8152
      the compiler.
8153
 
8154
    * RunTest directive
8155
      This directive will ensure that the named test is either a script
8156
      or a TestProg. If the test to be run is a TestProg then a
8157
      suitable suffix will be added to the named test.
8158
 
8159
Minor changes:
8160
    * JATS BUILD
8161
      Generate an error if the setting of GBE_BUILDFILTER or
8162
      GBE_PLATFORM prevents any targets being made at all. This should
8163
      highlight bad settings.
8164
 
8165
    * Publish the JATS toolsets extension pathnames to simplify the
8166
      access to extensions.
8167
 
8168
------------------------------------------------------------------------
8169
Version: JATS_2.28.0                                Released: 18-May-05
8170
------------------------------------------------------------------------
8171
Major changes:
8172
    * WIN32 and WINCE toolsets
8173
      Enable dependancy file generation of C++ files
8174
 
8175
    * label utility ( SOLARIS )
8176
      Fix bug with the escaping of '(' and ')' in cleartool commands
8177
      under unix.
8178
 
8179
Minor changes:
8180
    * label utility
8181
      Added options to:
8182
        o Delete a label
8183
        o Prevent recursion while labeling
8184
        o Control labeling of files missing from a static view
8185
 
8186
    * WIN32 and WINCE toolsets
8187
      Correct problem with the packaging of PDB files. Packaging of the
8188
      PDB files can be controlled with the -Extras= options to the
8189
      Package directives.
8190
 
8191
    * Added GBE_UNIX to the JATS_2 controlled environment. Set by
8192
      jats.pl to be used by utilities to determine the underlying
8193
      system.
8194
 
8195
------------------------------------------------------------------------
8196
Version: JATS_2.27.0                                Released: 10-May-05
8197
------------------------------------------------------------------------
8198
Major changes:
8199
    * MOS Toolset
8200
      The generation of multiple THX's in the one makefile.pl now works
8201
      There was a subtle "closure" problem in the toolset.
8202
 
8203
    * WIN32 Toolset
8204
      Added CompileOption of AddLibs (default) and NoAddLibs
8205
      toolset suppress the addition of thread libraries toolset the link
8206
      list.
8207
 
8208
    * Put a version number in the "interface" information toolset
8209
      allow JATS to generate an error when the "interface" changes.
8210
 
8211
      This version is manually maintained and prone to error.
8212
 
8213
    * GenerateFiles directive one Unix systems was incorrectly
8214
      invoking "sh.exe" instead of "sh"
8215
 
8216
 
8217
Minor changes:
8218
    * SOLARIS_SPARC platform (GCC toolset)
8219
      The process of creating a Shared Libraries creates a soft link
8220
      to the the "GBEBIN" directory. This directory was not listed as
8221
      a prerequisite and was not being created. This problem has been
8222
      corrected.
8223
 
8224
    * JATS will detect an "auto.pl" file and use it as an alternate
8225
      build.pl file. Previously this file was named build.use.pl.
8226
 
8227
    * Correct problem when .PDB files are installed from a merged
8228
      library created from libraries that have been 'installed'
8229
      JATS would create a circular dependancy.
8230
 
8231
------------------------------------------------------------------------
8232
Version: JATS_2.26.0                                Released: 03-May-05
8233
------------------------------------------------------------------------
8234
Major changes:
8235
    * WIN32 Toolset
8236
      Correct a problem linking in required / correct libraries for
8237
      use with multithreaded modes.
8238
 
8239
    * Complete the support for Global build options of --OnlyDebug and
8240
      --OnlyProd.
8241
 
8242
      These options can now be provided in the "Platform" directive
8243
      within the makefile.pl.
8244
 
8245
Minor changes:
8246
    * Platform directive within makefile.pl
8247
      These use of the "*" platform specifier has been modified such
8248
      that options provided within the directive will be added to all
8249
      platforms.
8250
 
8251
      eg:   Platform ('*', '--OnlyProduction' );
8252
 
8253
------------------------------------------------------------------------
8254
Version: JATS_2.25.0                                Released: 29-Apr-05
8255
------------------------------------------------------------------------
8256
Major changes:
8257
    * Correct problem in handling the SOLARIS_SPARC platform.
8258
      The SOLARIS platform is a bit of a kludge for backward
8259
      compatibility. JATS was not differentiating between SOLARIS and
8260
      SOLARIS_SPARC correctly.
8261
 
8262
    * Preliminary Support
8263
      Global build options of --OnlyDebug and --OnlyProd, which are
8264
      mutually exclusive. These may between specified in the build.pl
8265
      file as build arguments in any of the three standard mechanism.
8266
 
8267
        BuildPlatforms ( 'SOLARIS', '--OnlyDebug' );
8268
        BuildProduct   ( 'GAK', 'MOS68K,--OnlyProduction' );
8269
        BuildArgument  ( 'WIN', '--OnlyProduction' );
8270
 
8271
      These options limit processing to either Production or Debug
8272
      building. The default build will build both.
8273
 
8274
Minor changes:
8275
    * Extended the search path that JATS will use attempting to locate
8276
      a build.pl file. JATS will now look in ., build and build/jats
8277
      directories in the current directory and 3 directories up.
8278
 
8279
    * WCEX86A420 toolset
8280
      Added suitable libflags entry. Prevents the warning:
8281
        warning: undefined variable `WCE_LIBFLAGS'
8282
 
8283
 
8284
------------------------------------------------------------------------
8285
Version: JATS_2.24.0                                Released: 21-Apr-05
8286
------------------------------------------------------------------------
8287
Major changes:
8288
    * PackageLib and PackageProg directives now have a --Extra=xxx[,xxx]
8289
      option. Where xxx can be one or more of: none stub map lint debug
8290
      or all.
8291
 
8292
      This option may be used to limit the files that are packaged with
8293
      the library or program.
8294
 
8295
      Eg: PackageLib ('MOS', 'MyThx', '--Extra=none' );
8296
 
8297
      Will only package the .thx file. It will not package the stub
8298
      library or any debug files.
8299
 
8300
    * GenerateFiles
8301
      All processed arguments now support two options.
8302
 
8303
          ie: --Prerequisite(xxxx,--dir)
8304
              directory in which the prereq file is found
8305
 
8306
          ie: --Prerequisite(xxxx,--file)
8307
              The filename of the prereq file
8308
 
8309
    * LinkPkgArchive and BuildPkgArchive will cause the build to fail if
8310
      the required package is not available. A "--package" option, to
8311
      the build command, will prevent this behaviour.
8312
 
8313
 
8314
Minor changes:
8315
    * create_dpkg utility
8316
      Touch descpkg files when packages are merged. This will allow
8317
      utilities that use the timestamp of this file to determine that
8318
      the package has been altered.
8319
 
8320
------------------------------------------------------------------------
8321
Version: JATS_2.23.0                                Released: 14-Apr-05
8322
------------------------------------------------------------------------
8323
Major changes:
8324
    * New toolset: WCEX86A420
8325
      This is a WINCE target
8326
      This uses the ADVANTEC_X86_CE42 SDK
8327
 
8328
    * New toolset
8329
      mpt for the mpt500 platfomr
8330
 
8331
    * Modified toolset
8332
      THYRON - updates from An An Tran
8333
 
8334
    * Modified toolset
8335
      MRI68K. Now supports the Microtec 5.1 68k compiler
8336
 
8337
Minor changes:
8338
    * "cbuild" or "release" command now has a -merge option to allow
8339
      builds from different machines to be merged into dpkg_archive.
8340
 
8341
      The default operation is to replace the package indpkg_archive.
8342
 
8343
    * Simplify the use of GBE_BUILDFILTER
8344
      GBE_BUILDFILTER should be used to limit the creation of makefiles
8345
      to those that are supported by the underlying hardware.
8346
 
8347
      The change allows the construct
8348
        GBE_BUILDFILTER=SOLARIS --TARGET=SOLARIS
8349
      to be replaced by the simpler
8350
        GBE_BUILDFILTER=SOLARIS
8351
 
8352
      The default operation is to allow or disallow all TARGETS of the
8353
      specified name.    
8354
 
8355
 
8356
------------------------------------------------------------------------
8357
Version: JATS_2.22.0                                Released: 13-Apr-05
8358
------------------------------------------------------------------------
8359
Major changes:
8360
    * Dependancy generator
8361
      Extend the number of header files that can be included
8362
      to allow for 4096 included files.
8363
 
8364
------------------------------------------------------------------------
8365
Version: JATS_2.21.0                                Released: 12-Apr-05
8366
------------------------------------------------------------------------
8367
Major changes:
8368
    * Dependancy generator
8369
      Extend the number of header files that can be included
8370
 
8371
------------------------------------------------------------------------
8372
Version: JATS_2.20.0                                Released: 12-Apr-05
8373
------------------------------------------------------------------------
8374
Major changes:
8375
    * The "package.pl" file.
8376
      Setting $Pbase to "." is now supported and will result in the
8377
      package name being taken from the build name
8378
 
8379
      It is an error to set Pbase to a value other than "." or the
8380
      package Build Name.
8381
 
8382
Minor changes:
8383
    * create_dpkg utility
8384
      The -m ( merge) option will not replace a file if it already exists
8385
 
8386
------------------------------------------------------------------------
8387
Version: JATS_2.19.0                                Released: 08-Apr-05
8388
------------------------------------------------------------------------
8389
Major changes:
8390
 
8391
Minor changes:
8392
    * Dependancy generator
8393
      Correct two common situations
8394
        1) // Style comments. The following line was ignored
8395
        2) Allow preprocessor directives to be indents. This is not
8396
           ansi, but is often done.
8397
 
8398
    * GCC toolset
8399
      Corrected operation of the C++ compiler. The object file was not
8400
      being created in the correct place.
8401
 
8402
    * jats "label"
8403
      The -auto -clone options allow a label to be created if its not
8404
      present. Previously this would label all files in the VOB.
8405
 
8406
 
8407
------------------------------------------------------------------------
8408
Version: JATS_2.18.0                                Released: 06-Apr-05
8409
------------------------------------------------------------------------
8410
Major changes:
8411
 
8412
Minor changes:
8413
    * BuildPkgArchive. The transfer of the "pkg" subdirectory has been
8414
      modified. Directories of the form pkg/pkg.$(GBE_MACHTYPE) will
8415
      be transferred to the "pkg" directory.
8416
 
8417
      If there are no directores of the form "pkg.xxxxx" then the entire
8418
      pkg directory will be transferred.
8419
 
8420
    * Transfer to dpkg_acrhive
8421
      Corrected a problem in which a file with the same name as the
8422
      package was not being transferred.
8423
 
8424
------------------------------------------------------------------------
8425
Version: JATS_2.17.0                                Released: 06-Apr-05
8426
------------------------------------------------------------------------
8427
Major changes:
8428
    * Support for solaris_i386
8429
      The JATS toolset has been modified to provide the required
8430
      binaries for this target.
8431
 
8432
      The platform SOLARIS_I386 has been created to build on this target
8433
      with the GCC compiler.
8434
 
8435
      The JATS startup shell has been modified to allow specfic values
8436
      to be imported from the environment. Under Unix such values may
8437
      need to be specified in the /etc/profile file.
8438
 
8439
Minor changes:
8440
    * The InstallHdr, InstallLib, InstallJar and InstallProd directives
8441
      will now generate a warning if a "local" directory has not been specified
8442
      with a "BuildInterface" directive in the build.pl file.
8443
 
8444
    * cbuild ( release) utility
8445
      Fxied a problem locating VOBs under Solaris
8446
 
8447
------------------------------------------------------------------------
8448
Version: JATS_2.16.0                                Released: 04-Apr-05
8449
------------------------------------------------------------------------
8450
Major changes:
8451
    * The InstallHdr, InstallLib, InstallJar and InstallProd directives
8452
      will generate an error if a "local" directory has not been specified
8453
      with a "BuildInterface" directive in the build.pl file.
8454
 
8455
      The "local" directory should be specified to JATS so that it can
8456
      remove the directory tree with the "clobber" command.
8457
 
8458
    * jats_rewrite.pl utility
8459
      Allow BuildName and LinkPkgArchive directives to contains comments
8460
      with either " or ' characters.
8461
 
8462
    * BuildSubDir - in build.pl
8463
      It is now an error if the specified subdirectory does not exist
8464
      and  does not contain the file "makefile.pl".
8465
 
8466
    * SubDir - in makefile.pl
8467
      It is now an error if the specified subdirectory does not exist
8468
      and  does not contain the file "makefile.pl".
8469
 
8470
    * Jats wrapper
8471
      Added a "-locate" option to force JATS to locate the build.pl file
8472
      and then change to the containing directory before execution
8473
      further commands.
8474
 
8475
Minor changes:
8476
    * WinCe and Win32 toolsets
8477
      Corrected a problem in the generation of .dep files used in the
8478
      creation of Shared Libraries. There was a miss-match between the
8479
      name of the .dep file and its content.
8480
 
8481
------------------------------------------------------------------------
8482
Version: JATS_2.15.0                                Released: 22-Mar-05
8483
------------------------------------------------------------------------
8484
Major changes:
8485
    * WIN32 and WinCE Toolset. New CompileOptions
8486
        NoPDB   - Disable the generation of PDBs
8487
        PDB     - Enable the generation of PDBs (default).
8488
 
8489
      These options operation affect all components within the
8490
      makefile.pl. If the directive is used within the common makefile.pl
8491
      then they will affect all components within the build.
8492
 
8493
      Note: It is not possible to create a merged library in which some
8494
            of the component libraries have PDB's and some do not.
8495
 
8496
Minor changes:
8497
 
8498
------------------------------------------------------------------------
8499
Version: JATS_2.14.0                                Released: 18-Mar-05
8500
------------------------------------------------------------------------
8501
Major changes:
8502
    * The MergeLibrary directive, under WIN32 and WinCe, will publish the
8503
      PDB files associated with the library files being merged.
8504
 
8505
Minor changes:
8506
    * gen_winrc tool can add an icon to a program.
8507
      The utility supports -icon=filename.ico
8508
 
8509
    * The JATS wrapper script command "prod" to build and package the
8510
      production parts. This is similar to the "dev" command.
8511
 
8512
------------------------------------------------------------------------
8513
Version: JATS_2.13.0                                Released: 18-Mar-05
8514
------------------------------------------------------------------------
8515
Major changes:
8516
    * Modified the order in which the makefiles passes operate. Merged
8517
      the make_shlib and the install_shlib into one phase. The
8518
      implication of this is that Shared Libraries that are created can
8519
      "installed" so that other shared libraries can link against them.
8520
      The order in which the makefile.pl's are processed is important as
8521
      this is the order in which the libraries will be created and
8522
      installed.
8523
 
8524
      This solution does not handle mutual shared libraries: two shared
8525
      libraries that depend on each other.
8526
 
8527
      This is an issue only in Solaris and Linux systems that do not
8528
      generate separate stub libraries to link against.
8529
 
8530
Minor changes:
8531
    * WIN32 and WinCE Toolsets
8532
      Building up resources. The RC compiler can now locate resource files
8533
      in the "local" and "interface" directory.
8534
 
8535
    * The version.c, version.h and descpkg files will be created in the
8536
      first directory named with a BuildDir directive, unless a
8537
      "src" directory is encountered. This mimics the operation
8538
      of the older JATS, without the need for a "src" directory.
8539
 
8540
------------------------------------------------------------------------
8541
Version: JATS_2.12.0                                Released: 18-Mar-05
8542
------------------------------------------------------------------------
8543
Major changes:
8544
 
8545
Minor changes:
8546
    * Added a --Depend=xxx[,yyy]+ option to the Src directive
8547
      Not needed for C and C++ files, but may be used in conjunction
8548
      with assembler files to indicate that the file includes another
8549
      file.
8550
 
8551
    * Fixed problem with the local_dpkg_archive consistency test when
8552
      a soft link is used to redirect to the package.
8553
 
8554
    * Win32 and WinCE toolsets
8555
      Added a compiler option to enable Run Time Type Information.
8556
            CompileOptions ('WIN32', 'RTTI' );
8557
 
8558
      Add an option to Shared Library creation to allow the generation of
8559
      a Resource Only DLL. Option is "--ResourceOnly"
8560
 
8561
      Add an option to allow Resources to be built into Static Libraries
8562
      in the same manner at Shared Libraries.
8563
 
8564
    * WinCE toolsets
8565
      Mutual DLL support corrected. Library path is used to resolve
8566
      compiler specific libraries.
8567
 
8568
    * SOLARIS toolset
8569
      Prevent the compiler displaying its command line. This is in line
8570
      with the other tools sets. The commands can be seen with
8571
      OPTIONS=args and this may be set in the users environment.
8572
 
8573
      Modified the cleanup process to delete the links to shared
8574
      libraries. Only files, and not links to files, where being
8575
      cleaned up.
8576
 
8577
    * Microtec tools set (MOS)
8578
      Dependancy generation can display commands with OPTIONS=args
8579
 
8580
    * jats_rewriter.pl
8581
      Allow BuildName and LinkPkgArchive directives to contains arguments
8582
      with either " or ' characters.
8583
 
8584
 
8585
------------------------------------------------------------------------
8586
Version: JATS_2.11.0                                Released: 15-Mar-05
8587
------------------------------------------------------------------------
8588
Major changes:
8589
    * BuildPkgArchive operation
8590
      The entire "include" directory is copied into the interface area
8591
      The installer was trying to be too smart and only copy platform
8592
      specific files,but was missing out many needed subdirectories
8593
 
8594
      Reduce the warnings generated. These were an artifact of the process
8595
      of picking up all the strange variations of the directory structures.
8596
 
8597
    * Cleaned up the handling of object files that were generated by the
8598
      user.
8599
 
8600
    * MOS Microtec Toolset
8601
      Always present an absolute filename to the compiler
8602
      Display a shortened filename to allow the user to track progress
8603
 
8604
      This will remove error messages about the path being too long
8605
      for the   -Gf option.
8606
 
8607
Minor changes:
8608
    * SOLARIS Toolset
8609
      Remove duplicate -KPIC flags on the command line
8610
 
8611
    * Win32 and WinCE Toolset
8612
      Source files are either compiled by the C compiler as C files or
8613
      the C++ compiler as C++ files. The option to allow the compiler to
8614
      figure out what sort of file it is has been removed.
8615
 
8616
------------------------------------------------------------------------
8617
Version: JATS_2.10.0                                Released: 11-Mar-05
8618
------------------------------------------------------------------------
8619
Major changes:
8620
    * Extended BuildName to accept the form
8621
            BuildName ('package_name', 'nn.nn.nn.xxx' );
8622
 
8623
    * MOS68K and MOSCF toolset.
8624
      Extended the --board option to allow the user to define code and
8625
      data addresses for the board.
8626
 
8627
            BuildProduct( 'TP5', 'MOSCF','--board=01234H,05678H' );
8628
 
8629
      Will set the code,data address for the debugable image
8630
 
8631
    * Extended the PackageXxxxx options
8632
      1) Allow --Platform=xxx,yyy
8633
         Where xxx is a directory prefix and yyy is suffix to the
8634
         "platform" name.  Only useful within the context of the
8635
         PackageFile
8636
 
8637
      2) The operation of --Platform=xxx when used by the PackageFile
8638
         directive now treats the xxx directory as a prefix to the
8639
         platform name. Other Package directives still treat it as a
8640
         suffix. In practice this is the logical use.
8641
 
8642
    * Allow InstallLib and PackageLib to install a file that has been
8643
      discovered with a "Src" directive. This allows generated files
8644
      to be installed and packaged.
8645
 
8646
Minor changes:
8647
 
8648
    * cache_dpkg utility
8649
      If a package is found in the local_dpkg_archive then the cache
8650
      entry will be deleted and the master archive will not be accessed.
8651
 
8652
    * label utility
8653
      New option -auto to create and label
8654
 
8655
    * Build WIN32 and WinCe Mutual DLLs with all the object files
8656
      This allows the generated import library to contain C++ names
8657
 
8658
    * The BuildDirTree directive now supports an empty first argument
8659
      This allows a NULL tree.dir file, while still creating the root
8660
      directory. ie:
8661
 
8662
            BuildDirTree    ( '', 'pkg' );
8663
 
8664
    * Fixed DEVIM 00019520
8665
      The problem was that /bin/pwd could return a different path to
8666
      the Cwd:getpwd() function. Solution: Use one mechanism throughout.
8667
 
8668
 
8669
------------------------------------------------------------------------
8670
Version: JATS_2.9.0                                 Released: 28-Feb-05
8671
------------------------------------------------------------------------
8672
Major changes:
8673
    * First release for Back Office and Front Office use.
8674
 
8675
    * Added the jats tool  jats_rewrite.pl to rewrite build.pl files.
8676
      To be used by the nightly build process.
8677
 
8678
    * Work around a problem in the Microtec 68K compiler.
8679
      The compiler uses temp files. If the temp file name that the
8680
      compiler uses already exists, then the compiler will not delete
8681
      the file. Instead it appends information to the existing file.
8682
 
8683
      The workaround is to create the temp files within the build's
8684
      interface directory and to remove all temp files before each
8685
      compilation.
8686
 
8687
      This bug does not affect the Mictotec CF compiler.
8688
 
8689
Minor changes:
8690
    * The "jats clobber" command will remove version definition file, if
8691
      one is being produced.
8692
 
8693
    * Using JATS within a Visual Studio project. The "rebuild all"
8694
      option now translates to the JATS unbuild command to do a better
8695
      job of cleaning the workspace.
8696
 
8697
    * Added GetPackageRoot() directive to support the packaging of MOS
8698
 
8699
    * Generate error message for misuse of the SubDir directive
8700
 
8701
    * Modified BuildName to allow an '-' in the name.
8702
      This provides backward compatibility with existing packages.
8703
 
8704
------------------------------------------------------------------------
8705
Version: JATS_2.8.0                                 Released: 17-Feb-05
8706
------------------------------------------------------------------------
8707
Major changes:
8708
    * Added some new WINCE based targets. These require WINCE SDKs to be
8709
      installed in order for the compilers to work.
8710
 
8711
    * New PLATFORMS are WCEIT3000, WCEPA961 and WCEPCM7220
8712
 
8713
    * All invocations of xmake specify the name of the makefile
8714
      This allow GNUMakefiles and the Jats makefiles to exist in the
8715
      same directory
8716
 
8717
    * Overcome a limitation of the Microtec compiler in which the flag
8718
      _DEBUG is defined enev in production builds - contrary to the
8719
      documenattion.
8720
 
8721
Minor changes:
8722
    * Process of descpkg files allows for both Unix and DOS line endings
8723
      Under Unix JATS would report that the package names don't match
8724
 
8725
    * Corrected a problem with BuildPkgArchive in which file names with
8726
      spaces could not be soft linked. Only affects Unix systems.
8727
 
8728
    * Added a -rename to the "jats label" utility.
8729
      Ensure that the user specified label exists in the VOB
8730
 
8731
    * Correct problem with "make clean" that resulted in a verbose display
8732
      when the verbose option had not been selected
8733
 
8734
    * Correct a problem with "make unbuild". Changes in the build files
8735
      would prevent the execution of the command. This command should
8736
      be exempt from this test.
8737
 
8738
    * Correct a problem with "make clean" in the WIN32 and WINCE
8739
      platforms where the .exp files were not deleted.
8740
 
8741
    * The "JATS clobber" command now invokes "make clobber" and "build
8742
      clobber". The result is as clean a clean as it can be.
8743
 
8744
      Note: Jats "clean" does not remove a lot of files. These can be
8745
      removed with "unbuild" and "unpackage". This is what "clobber"
8746
      does.
8747
 
8748
    * The operation of "build clobber" has been cleaned up. It will
8749
      not try to invoke make if the makefiles have already been removed.
8750
 
8751
 
8752
------------------------------------------------------------------------
8753
Version: JATS_2.7.0                                 Released: 09-Feb-05
8754
------------------------------------------------------------------------
8755
Major changes:
8756
    * First release with support for the DAFBR compiler
8757
 
8758
    * Extended MergeLibrary. Added per-file options of:
8759
        --Interface         - Pull lib from Interface directory
8760
        --Local             - Pull lib from Local directory (default)
8761
        --SubDir=pathname   - Pull lib from a subdirectory
8762
                              Note: xxxx,pathname still works
8763
 
8764
    * Added "jats label" to provide a number of useful labeling
8765
      operations.
8766
 
8767
    * Added extensive help to JATS. JATS -man.
8768
 
8769
    * Added this manual ChangeLog file
8770
 
8771
Minor changes
8772
    * Added an 'ebin' command to jats to allow the JATS binary tools to
8773
      be run in a controlled environment from the command line.
8774
 
8775
    * Prune the list of library paths passed through to the various
8776
      toolsets. If a directory does not have any files in it then the
8777
      directory is not added to the library path.
8778
 
8779
      Thus if a library is located in xxxx/lib/WIN32 then JATS will
8780
      not add the xxxx/lib to the path.
8781
 
8782
    * cbuilder will now look in all VOBs for the user specified label.
8783
      The program has a list of "known" labels which it will search
8784
      first in an attempt to speed up the process.
8785
 
8786
    * The AddFlags directive will issue a warning if the flags does not
8787
      begin with a -D or a -U. The user should not be using compiler
8788
      specific flags.
8789
 
8790
    * The use of linker flags will issue a warning.
8791
 
8792
    * Process the common makefile.pl after the toolset has been
8793
      determined. This allows the toolset to extend the CompileOptions
8794
      such they are available to the common makefile.pl.
8795
 
8796
    * Added the WIN32 CompileOptions "jats_v1" to force JATS to specify
8797
      a number of compile time definitions used by earlier versions of
8798
      JATS.
8799
 
8800
    * Fixed bug in the --Debug option to the PackageProg directives that
8801
      caused both the production and debug versions to be packaged.
8802
 
8803
    * The gen_msproject utility now creates simpler names for the MS
8804
      projects that it creates. The name no longer contains the full
8805
      pathname, thus making them shorter and readable.
8806
 
8807
    * The ShowDlls utility now handles absolute and relative paths to
8808
      the initial DLL or EXE.
8809
 
8810
    * Correct problem in which the use of Generate/Rule directives may
8811
      fail since prerequisite subdirectories were not being created
8812
      since the "generate" phase was not being run.
8813
 
8814
      Added messages to prompt the user to remove Generate, Generated
8815
      and Rule directives. Use the GenerateFiles directive
8816
 
8817
    * JATS.BAT file will exclude LINUX builds by default.
8818
 
8819
    * The make NODEPEND=1 processing now does not recurse at all.
8820
      Previously each subdirectory was visited - only to do nothing.
8821
 
8822
    * Correct a problem in creating stub libraries for MOS targets if
8823
      the stub library object was not listed with the SharedLib's
8824
      objects.
8825
 
8826
    * Correct a problem with the MS Studio support. The invoked make
8827
      command is XXX_all_debug. There was a problem with this command in
8828
      that it did not do any dependancy checking and would not always
8829
      build defendants.