Skip to content

Commit ec3a6ef

Browse files
committed
v6.08
- Remove Authority section from dist.ini (GH#27) (Olaf Alders) - Allow buttons to not have a value (GH#8) (Felix Ostmann and Julien Fiegehenn) - The legacy API of FileInput fields now correctly supports setting a custom filename (GH#10) (Gil Magno and Julien Fiegehenn) - Allow undef filename for FileInput if there is a Content header (GH#30) (Julien Fiegehenn)
1 parent 67e762e commit ec3a6ef

5 files changed

Lines changed: 107 additions & 96 deletions

File tree

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Change history for HTML-Form
22

3-
{{$NEXT}}
3+
6.08 2022-08-14 09:26:10Z
44
- Remove Authority section from dist.ini (GH#27) (Olaf Alders)
55
- Allow buttons to not have a value (GH#8) (Felix Ostmann and Julien Fiegehenn)
66
- The legacy API of FileInput fields now correctly supports setting a

LICENSE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -292,21 +292,21 @@ Definitions:
292292

293293
- "Package" refers to the collection of files distributed by the Copyright
294294
Holder, and derivatives of that collection of files created through
295-
textual modification.
295+
textual modification.
296296
- "Standard Version" refers to such a Package if it has not been modified,
297297
or has been modified in accordance with the wishes of the Copyright
298-
Holder.
298+
Holder.
299299
- "Copyright Holder" is whoever is named in the copyright or copyrights for
300-
the package.
300+
the package.
301301
- "You" is you, if you're thinking about copying or distributing this Package.
302302
- "Reasonable copying fee" is whatever you can justify on the basis of media
303303
cost, duplication charges, time of people involved, and so on. (You will
304304
not be required to justify it to the Copyright Holder, but only to the
305-
computing community at large as a market that must bear the fee.)
305+
computing community at large as a market that must bear the fee.)
306306
- "Freely Available" means that no fee is charged for the item itself, though
307307
there may be fees involved in handling the item. It also means that
308308
recipients of the item may redistribute it under the same conditions they
309-
received it.
309+
received it.
310310

311311
1. You may make and give away verbatim copies of the source form of the
312312
Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@ products derived from this software without specific prior written permission.
373373

374374
9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
375375
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
376-
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
376+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
377377

378378
The End
379379

0 commit comments

Comments
 (0)