File: ChangeLog

package info (click to toggle)
libpsml 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,048 kB
  • sloc: f90: 3,888; makefile: 211; pascal: 166; sh: 76
file content (62 lines) | stat: -rw-r--r-- 1,406 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# ChangeLog for libPSML

## 1.1.12 (2022-11-16)

* Add CMake building framework

## 1.1.10 (2020-04-24)

* Remove dependency on iso_varying_string module, using allocatable
  character variables instead.

* Consolidate list of changes in ChangeLog.md

## 1.1.9 (2020-01-20)

* A dependency was missing in src/Makefile.am, leading to
  problems with threaded compilation (make -jN)
    
* Updated the description of the documentation workflow
     (regarding GitHub pages)
    
* Add CPC reference for Pseudo-Dojo

## 1.1.8 (2019-10-01)

* Simplify the declaration of EMPTY_ASSOC_LIST in the assoc_list module to help
  some compilers.

* Update release_notes, version.info, PSML reference, etc.

## 1.1.7 (2018-02-02)

* Udpate README and add some extra documentation

* Add examples/run_test.sh to the distribution

* Had the build system install a psml.mk file in org.siesta-project

## 1.1.6 (2017-12-01)

* The old API routines have been removed

* New autotools-based building system by Yann Pouillon

## 1.1.5 (2017-07-27) Release

* This version complies with the PSML 1.1 specification,
as detailed in doc/schema/psml.rnc.

* A new API, following closely the structure of the schema, has
been implemented. The old API routines are retained to ease the
transition of client codes to the new API.


<!--
Local Variables:
mode: fundamental
fill-column: 70
indent-tabs-mode: nil
coding: utf-8
End:
-->