summaryrefslogtreecommitdiffstats
path: root/dist/changes-0.95
blob: 205a4763f7f25c057663fc11220dd24b9b4bcca3 (plain)
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
Here is a list of (major) changes in Qt from 0.93 to 0.95.

Bug-fixes, optimizations and much improved documentation, of course.

There are few changes in the API (Qt header files).


QPixmap:
--------
  Can draw transparent pixmaps. Call QPixmap::setMask(QBitmap) to
  set a mask.


QPainter:
---------
  Unified transformation. setWindow() and setViewport() now use
  the same code as setWorldXForm() etc.
  Internal xform routines have been optimized.


QButton:
--------
  isUp() is obsolete, use !isDown() instead.
  isOff() is obsolete, use !isOn() instead.
  switchOn() is obsolete, use setOn(TRUE) instead.
  switchOff() is obsolete, use setOn(FALSE) instead.


QPushButton:
------------
  A push button can now be a toggle button.


QWidget:
--------
  isActive() was never used and is now obsolete.


QTextStream:
------------
  eos() renamed to eof() for iostream compatibility.
  operator>> for double, float, char*, QString are implemented
  get() and getline() added.


QDataStream:
------------
  eos() renamed to eof() for iostream compatibility.


QImage:
-------
  Scanline data is aligned on a 32 bit boundary (it used to be 8
  bits). Conversion to and from QPixmap is now faster.
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-04-07 05:06:52 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2022-04-07 05:06:52 (GMT)
commit1d53260431b6e277ebbb8764fcbbb495d771da93 (patch)
tree051db197214e46370b458ae6577391aebc6fa26d
parentcaf445a6ea5d237aaf85c475b82bb8f9cb223484 (diff)
parentdca3192ac4eb1d7ca868ba82b2f87b941f400084 (diff)
downloadhdf5-1d53260431b6e277ebbb8764fcbbb495d771da93.zip
hdf5-1d53260431b6e277ebbb8764fcbbb495d771da93.tar.gz
hdf5-1d53260431b6e277ebbb8764fcbbb495d771da93.tar.bz2
Merge branch 'spelling-corrections' of https://github.com/lrknox/hdf5 into spelling-corrections
Diffstat
-rw-r--r--.github/workflows/main.yml3
-rw-r--r--README.md20
-rwxr-xr-xbin/checkposix11
-rw-r--r--bin/h5cc.in2
-rwxr-xr-xbin/make_vers6
-rwxr-xr-xbin/trace8
-rw-r--r--c++/src/H5Location.h2
-rw-r--r--configure.ac66
-rw-r--r--doc/img/release-schedule.plantuml45
-rwxr-xr-xdoc/img/release-schedule.pngbin0 -> 16991 bytes
-rw-r--r--src/H5Oattribute.c2
-rw-r--r--src/H5Stest.c6
-rw-r--r--test/s3comms.c4
13 files changed, 112 insertions, 63 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b99361e..2282a09 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -9,6 +9,9 @@ on:
- '.github/**'
- 'doc/**'
- 'release_docs/**'
+ - 'ACKNOWLEDGEMENTS'
+ - 'COPYING**'
+ - '**.md'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
diff --git a/README.md b/README.md
index 9db1dc4..377fff1 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,26 @@ use and configuration
https://forum.hdfgroup.org/t/quickstart-guide-welcome-to-the-new-hdf-forum
+RELEASE SCHEDULE
+----------------
+
+![HDF5 release schedule](doc/img/release-schedule.png)
+
+HDF5 does not release on a regular schedule. Instead, releases are driven by
+new features and bug fixes, though we try to have at least one release of each
+maintenance branch per year. Future HDF5 releases indicated on this schedule
+are tentative.
+
+| Release | New Features |
+| ------- | ------------ |
+| 1.13.2 | VFD SWMR, Onion VFD, Selection I/O |
+| 1.13.3 | Multi-Dataset I/O |
+| 1.13.4 | Subfiling |
+
+This list of feature release versions is also tentative, and the specific release
+in which a feature is introduced may change.
+
+
SNAPSHOTS, PREVIOUS RELEASES AND SOURCE CODE
--------------------------------------------
Periodically development code snapshots are provided at the following URL:
diff --git a/bin/checkposix b/bin/checkposix
index 36d07a8..bca259d 100755
--- a/bin/checkposix
+++ b/bin/checkposix