summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
...
| * CHANGELOG: Normalise number of blank lines around link blocksIan Jackson2024-05-021-47/+12
| | | | | | | | This varied wildly.
| * CHANGELOG: Use tpo.pages .rs for a few internal ratesIan Jackson2024-05-021-2/+2
| | | | | | | | | | | | | | We had conflicting definitions of these links. I have not gone through and changed *all* the crate links, just the ones that had multiple conflicting definitions.
| * CHANGELOG: Use docs.rs for a few external ratesIan Jackson2024-05-021-3/+3
| | | | | | | | | | | | | | We had conflicting definitions of these links. I have not gone through and changed *all* the crate links, just the ones that had multiple conflicting definitions.
| * CHANGELOG: Remove spurious definitionIan Jackson2024-05-021-1/+0
| | | | | | | | | | | | | | | | | | This link target definition was included in the entry for 1.1.6, but that anchor text in that entry has a URL for a ticket, so the definition is not used (in that entry). The same link anchor is defined differently several times elsewhere. So just drop this one.
| * CHANGELOG: Remove a ? parameter from a linkIan Jackson2024-05-021-1/+1
| |
| * CHANGELOG: Remove trailing slashes from some linksIan Jackson2024-05-021-3/+3
| |
| * CHANGELOG: Fix an erroneous link targetIan Jackson2024-05-021-1/+1
| |
| * CHANGELOG: Regularise some formattingIan Jackson2024-05-021-5/+5
| | | | | | | | My more pernickety script hates the extra spaces.
| * CHANGELOG: Rewrap a line so a link is on one lineIan Jackson2024-05-021-2/+2
| | | | | | | | | | I'm not sure if Markdown tolerates this being broken across a line, but our scripting is going to have trouble with it.
| * CHANGELOG: Fix a syntax botchIan Jackson2024-05-021-1/+1
| |
| * CHANGELOG: Escape a non-linkIan Jackson2024-05-021-1/+1
| |
| * CHANGELOG: Add the "directive" that update-md-links wantsIan Jackson2024-05-021-0/+4
| | | | | | | | This tells us how to break the file into pieces.
* | CHANGELOG: Mention TROVE-2024-004Gabriela Moldovan2024-05-151-0/+16
| |
* | changelog: Add changelog for the 1.2.3 release.Gabriela Moldovan2024-05-151-0/+24
|/
* CHANGELOG: add missing linksIan Jackson2024-04-301-0/+6
|
* CHANGELOG: finalise (and set release date to today)Ian Jackson2024-04-301-5/+1
|
* CHANGELOG: correct a reference re constructing KeyMgrIan Jackson2024-04-301-1/+1
|
* CHANGELOG: document further changes in subsequent MRsIan Jackson2024-04-301-3/+6
|
* Changelog: Fix typo.Nick Mathewson2024-04-291-1/+1
|
* Initial changelog for Arti 1.2.2Nick Mathewson2024-04-291-0/+221
|
* changelog: Add !2052 to note about coarsetime.Nick Mathewson2024-04-021-1/+2
|
* Small edits to changelog from reviewNick Mathewson2024-04-021-5/+3
|
* Note two more API breaks in the changelog.Nick Mathewson2024-04-011-0/+5
|
* Write a changelog for 1.2.1Nick Mathewson2024-03-281-1/+221
|
* CHANGELOG: Mention RpcConfig is now gated behind the rpc feature.Gabriela Moldovan2024-03-041-0/+2
|
* CHANGELOG: Update acknowledgments.Gabriela Moldovan2024-03-041-1/+1
|
* CHANGELOG: Mention !2009, !2012, !2014, !2015.Gabriela Moldovan2024-03-041-0/+7
|
* CHANGELOG: Mention !2016.Gabriela Moldovan2024-03-041-0/+2
|
* CHANGELOG: Mention !2010.Gabriela Moldovan2024-03-041-1/+2
|
* CHANGELOG: Move OnionService.md change to the docs section.Gabriela Moldovan2024-02-291-2/+2
|
* CHANGELOG: Add more details and some clarifications.Ian Jackson2024-02-291-5/+8
| | | (cherry picked from commit e92037cc33521647cf23c5b69ceed918da7b2263)
* CHANGELOG: Add the planned date for 1.2.0 release.Gabriela Moldovan2024-02-291-1/+1
|
* CHANGELOG: Add links.Gabriela Moldovan2024-02-291-0/+90
|
* CHANGELOG: Say which version we upgraded curve25519-dalek from.Gabriela Moldovan2024-02-291-1/+1
|
* CHANGELOG: Move publisher bug fix under onion svc development.Gabriela Moldovan2024-02-291-3/+3
|
* CHANGELOG: Fix reference to wrong script.Gabriela Moldovan2024-02-291-1/+1
|
* CHANGELOG: Linkify the onion services doc.Gabriela Moldovan2024-02-291-1/+1
|
* CHANGELOG: The new version is 1.2.0, not 1.1.14.Gabriela Moldovan2024-02-291-2/+2
|
* CHANGELOG: Fix punctuation, linkify MR.Nick Mathewson2024-02-291-2/+2
|
* CHANGELOG: Use "and" in enumeration.Nick Mathewson2024-02-291-1/+1
|
* CHANGELOG: Add changelog up to 7b986555f1d0a05deba8bc03e5463d1a20fc8a74Gabriela Moldovan2024-02-291-0/+123
|
* CHANGELOG: normalise MR/ticket ref formattingIan Jackson2024-02-051-38/+38
| | | | | In emacs, narrowed to region perl -pe 'next unless m{^ \[[][#!0-9 ]*\]$}; s{\] \[}{], [}g; s{^ }{$&(}; s{$}{)};'
* CHANGELOG: wrap moreIan Jackson2024-02-051-15/+9
| | | | Two that were forgotten.
* CHANGELOG: normalise date formatNick Mathewson2024-02-051-1/+1
|
* CHANGELOG: finaliseIan Jackson2024-02-051-1/+1
|
* CHANGELOG: add manual linksIan Jackson2024-02-051-1/+2
|
* CHANGELOG: add links from gen_md_linksIan Jackson2024-02-051-0/+98
|
* CHANGELOG: Add acknowledgementsIan Jackson2024-02-051-1/+5
|
* CHANGELOG: wrapIan Jackson2024-02-051-119/+46
|
* CHANGELOG: linkify MRs and tickets (fixup)Ian Jackson2024-02-051-4/+4
| | | | Fix manually a bit I missed due to misindent.