History log of /curl/docs/HISTORY.md (Results 1 – 25 of 35)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c5cb8e7c 19-Aug-2024 Viktor Szakats

tidy-up: spelling quiche and Rustls

Closes #14605


# 9fa0cf9c 08-Aug-2024 Daniel Stenberg

HISTORY: fill in some events from recent years

Closes #14466


# 6343034d 12-Jul-2024 Viktor Szakats

tidy-up: adjust casing of project names

Mostly TLS/SSH project name.

Closes #14160


# 86d33001 31-Mar-2024 Daniel Stenberg

reuse: add copyright + license info to individual docs/*.md files

Instead of use 'docs/*.md' in dep5. For clarity and avoiding a wide-
matching wildcard.

+ Remove mention of old

reuse: add copyright + license info to individual docs/*.md files

Instead of use 'docs/*.md' in dep5. For clarity and avoiding a wide-
matching wildcard.

+ Remove mention of old files from .reuse/dep5
+ add info to .github/dependabot.yml
+ make scripts/copyright.pl warn on non-matching patterns

Closes #13245

show more ...


# eefcc1bd 17-Jan-2024 Daniel Stenberg

docs: introduce "curldown" for libcurl man page format

curldown is this new file format for libcurl man pages. It is markdown
inspired with differences:

- Each file has a set of

docs: introduce "curldown" for libcurl man page format

curldown is this new file format for libcurl man pages. It is markdown
inspired with differences:

- Each file has a set of leading headers with meta-data
- Supports a small subset of markdown
- Uses .md file extensions for editors/IDE/GitHub to treat them nicely
- Generates man pages very similar to the previous ones
- Generates man pages that still convert nicely to HTML on the website
- Detects and highlights mentions of curl symbols automatically (when
their man page section is specified)

tools:

- cd2nroff: converts from curldown to nroff man page
- nroff2cd: convert an (old) nroff man page to curldown
- cdall: convert many nroff pages to curldown versions
- cd2cd: verifies and updates a curldown to latest curldown

This setup generates .3 versions of all the curldown versions at build time.

CI:

Since the documentation is now technically markdown in the eyes of many
things, the CI runs many more tests and checks on this documentation,
including proselint, link checkers and tests that make sure we capitalize the
first letter after a period...

Closes #12730

show more ...


# 5b060a41 22-Aug-2023 Daniel Stenberg

docs: rewrite to present tense

... instead of using future tense.

+ numerous cleanups and improvements
+ stick to "reuse" not "re-use"
+ fewer contractions

Closes #

docs: rewrite to present tense

... instead of using future tense.

+ numerous cleanups and improvements
+ stick to "reuse" not "re-use"
+ fewer contractions

Closes #11713

show more ...


# 7c8bae0d 29-Jul-2023 Daniel Stenberg

nss: remove support for this TLS library

Closes #11459


# fd1ce3d4 20-Sep-2022 Daniel Stenberg

docs: spellfixes

Pointed by the new CI job


# fda897f5 19-Sep-2022 Daniel Stenberg

docs: fix proselint complaints


# 3a4182d4 29-Mar-2022 Daniel Stenberg

docs: lots of minor language polish

Mostly based on recent language decisions from "everything curl":

- remove contractions (isn't => is not)
- *an* HTTP (consistency)
- run

docs: lots of minor language polish

Mostly based on recent language decisions from "everything curl":

- remove contractions (isn't => is not)
- *an* HTTP (consistency)
- runtime (no hyphen)
- backend (no hyphen)
- URL is uppercase

Closes #8646

show more ...


# 563d1f90 18-Mar-2022 Daniel Stenberg

HISTORY: add some 2022 data


# b341b767 27-Jan-2022 Antoine Pietri

docs: grammar proofread, typo fixes

(Partially automated) proofread of most of the documentation, leading to
various typo fixes.

Closes #8353


# a3d2eeab 17-Jan-2022 Daniel Stenberg

docs/HISTORY.md: mention alt-svc and HSTS


# 76d6e719 26-Nov-2021 Daniel Stenberg

docs: address proselint nits

- avoid exclamation marks
- use consistent number of spaces after periods: one
- avoid clichés
- avoid using 'very'

Closes #8060


# a28464ae 31-Oct-2021 Daniel Stenberg

docs: reduce/avoid English contractions

You're => You are
Hasn't => Has not
Doesn't => Does not
Don't => Do not
You'll => You will
etc

Closes #7930


# 6aae7b17 27-Apr-2021 Ayushman Singh Chauhan

docs: camelcase it like GitHub everywhere

Closes #6979


Revision tags: curl-7_76_1, curl-7_76_0
# ce2d5fb7 29-Mar-2021 Daniel Stenberg

HISTORY: add two 2021 events


# eef3b43a 26-Mar-2021 Daniel Stenberg

HISTORY: fixed the Mac OS X 10.1 release date

Based on what Wikipedia says


# d4a93279 15-Mar-2021 Daniel Stenberg

HISTORY: curl 7.7.2 was the first version used in Mac OS X 10.1


Revision tags: curl-7_75_0
# 36b36ce9 03-Jan-2021 Daniel Stenberg

HISTORY: added dates to early history

Mostly thanks to this archived web page for urlget:

https://web.archive.org/web/19980216125115/http://www.inf.ufrgs.br/~sagula/urlget.html


Revision tags: curl-7_74_0
# fbbbf5aa 04-Nov-2020 Daniel Stenberg

HISTORY: the new domain


Revision tags: curl-7_73_0
# a4c26b0a 09-Oct-2020 Daniel Stenberg

HISTORY: curl verifies SSL certs by default since version 7.10


# 025b2097 30-Sep-2020 Daniel Stenberg

HISTORY: add some 2020 events


# 4ba275a4 10-Sep-2020 Daniel Stenberg

HISTORY: mention alt-svc added in 2019

... and make 1996 the first year subtitle


Revision tags: tiny-curl-7_72_0, curl-7_72_0
# 3d221409 16-Aug-2020 H3RSKO <34112131+H3RSKO@users.noreply.github.com>

docs: change "web site" to "website"

According to wikipedia:

While "web site" was the original spelling, this variant has become
rarely used, and "website" has become the stan

docs: change "web site" to "website"

According to wikipedia:

While "web site" was the original spelling, this variant has become
rarely used, and "website" has become the standard spelling

Closes #5822

show more ...


12