Skip to content

Commit

Permalink
V7 0 14 (#434)
Browse files Browse the repository at this point in the history
* Prepare for 7.0.14 release

* Make rendering more robust by not requiring blank lines at the end of individual .md files

* Update changelog.md

Co-authored-by: Dave Thaler <[email protected]>

* Update copyright statements to 2024

---------

Co-authored-by: Dave Thaler <[email protected]>
  • Loading branch information
tychonievich and dthaler authored Feb 8, 2024
1 parent e4b14f2 commit 86a279c
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 1984-2023 Intellectual Reserve, Inc. All rights reserved. A service provided by The Church of Jesus Christ of Latter-day Saints.
Copyright 1984-2024 Intellectual Reserve, Inc. All rights reserved. A service provided by The Church of Jesus Christ of Latter-day Saints.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NOTICE:

This work comprises, is based on, or is derived from the FAMILYSEARCH GEDCOM™
Specification, © 1984-2023 Intellectual Reserve, Inc. All rights reserved.
Specification, © 1984-2024 Intellectual Reserve, Inc. All rights reserved.

"FAMILYSEARCH GEDCOM™" and "FAMILYSEARCH®" are trademarks of Intellectual
Reserve, Inc. and may not be used except as allowed by the Apache 2.0 license
Expand Down
1 change: 1 addition & 0 deletions build/hyperlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@ def abnf(m):
# to.write(line)
else:
to.write(linkable(line, num))
to.write('\n\n') # ensure full break between each .md file

# Step 3 is adding links inside gedstruct code blocks. This cannot be done in markdown, so it is handled by a separate processor for the HTML
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Version 7.0.14

- Recommend that `NO XYZ` only be used where `XYZ` is permitted (its meaning is undefined elsewhere).

- Recommend that a given `INDI` have at most one `FAMC` pointing to a given `FAM` (having more than one has unclear meaning); and likewise that a given `FAM` have at most one `CHIL` pointing to a given `INDI` (having more than one indicates nonsensical birth order).

- Refactor presentation of local files to better match related RFCs and only make implementable constraints, and to use its own `<FilePath>` datatype instead of `<Special>`. This does not change `FILE` payloads, only how they are specified to better support automated tooling.

- Refactor the enumeration tags `CENS`, `EVEN`, `FACT`, `NCHI`, and `RESI` to have different URIs, removing a previous parsing ambiguity. This changes neither the set of tags permitted in any enumeration set nor those tags' meaning, only how they are specified to better support automated tooling.

- Deprecate extension-defined substructures using `stdTag` in a way incompatible with any standard definition of that tag. The now-deprecated use was common in 5.5.1 and is permitted in 7.0, but can prevent extension structures from being adopted as-is as new standard structures in future versions of the specification.

- Clarify that the "applies to" and "status" columns of `g7:enumset-ord-STAT` are recommendations, not restrictions.

- Clarify that AGE values may be larger than any calendar supports. This was always permitted; that fact is now called out more clearly.

- Clarify that records cannot be relocated standard structures. This was always incompatible with the definition of relocated standard structures; that fact is now called out more clearly.

- Various typo corrections.


# Version 7.0.13

- Deprecated `ADR1`, `ADR2`, and `ADR3` which convey no information not already in `ADDR`.
Expand Down
6 changes: 3 additions & 3 deletions specification/gedcom-0-introduction.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: The FamilySearch GEDCOM Specification
subtitle: 7.0.13
subtitle: 7.0.14
email: [email protected]
copyright: |
:::{style="page-break-after: always;page-break-before: always;"}
Copyright 1984–2023 Intellectual Reserve, Inc. All rights reserved. A service provided by The Church of Jesus Christ of Latter-day Saints.
Copyright 1984–2024 Intellectual Reserve, Inc. All rights reserved. A service provided by The Church of Jesus Christ of Latter-day Saints.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@ copyright: |
> NOTICE:
>
> This work comprises, is based on, or is derived from the FAMILYSEARCH GEDCOM™ Specification, © 1984-2023 Intellectual Reserve, Inc. All rights reserved.
> This work comprises, is based on, or is derived from the FAMILYSEARCH GEDCOM™ Specification, © 1984-2024 Intellectual Reserve, Inc. All rights reserved.
>
> "FAMILYSEARCH GEDCOM™" and "FAMILYSEARCH®" are trademarks of Intellectual Reserve, Inc. and may not be used except as allowed by the Apache 2.0 license that governs this work or as expressly authorized in writing and in advance by Intellectual Reserve, Inc.
:::
Expand Down

0 comments on commit 86a279c

Please sign in to comment.