commit 3c692b05d937fdae7e9e15dc42c40ce33c399d8d
Author: Ole Aamot <oleaamot@6.51-175-231.customer.lyse.net>
Date:   Sat May 31 16:44:33 2025 +0200

    GNOME Audio Locator 5.0.0 -- GEO-MLAR-2025 Implementation

 ChangeLog                   |  99 +++++++++++++++++++-
 Makefile                    |  48 +++++-----
 configure                   |  20 ++--
 configure.ac                |   2 +-
 data/icons/Makefile.am      |   2 +-
 data/icons/Makefile.in      |   2 +-
 gnome-audio-locator.spec    |  15 ++-
 gnome-audio-locator.spec.in |  13 ++-
 src/gnome-audio-locator.c   | 217 +++++++++++++++++++++++++++++++++++---------
 9 files changed, 331 insertions(+), 87 deletions(-)

commit afa59c726ace675d25de068031c762029df02bc0
Author: Ole Aamot <ole@aamotsoftware.com>
Date:   Sat May 10 13:30:38 2025 +0200

    GNOME Audio Locator 2.0.0 -- Official GEO-MLAR-2025 Specification

 ABOUT-NLS                               |     1 +
 AUTHORS                                 |     2 +
 BROADCAST                               |    36 +
 COPYING                                 |   674 +
 ChangeLog                               |     4 +
 GNU                                     |     2 +
 HACKING                                 |    25 +
 INSTALL                                 |   368 +
 Makefile                                |   939 ++
 Makefile.am                             |    48 +
 Makefile.in                             |   939 ++
 NEWS                                    |     9 +
 README                                  |    35 +
 THANKS                                  |     1 +
 TODO                                    |    43 +
 aclocal.m4                              |  2596 ++++
 compile                                 |   348 +
 config.guess                            |  1812 +++
 config.h.in                             |   147 +
 config.rpath                            |   684 +
 config.sub                              |  1971 +++
 configure                               | 20762 ++++++++++++++++++++++++++++++
 configure.ac                            |   158 +
 data/Makefile.am                        |    22 +
 data/Makefile.in                        |   782 ++
 data/gnome-audio-locator.appdata.xml.in |    25 +
 data/gnome-audio-locator.desktop        |    17 +
 data/gnome-audio-locator.desktop.in     |    17 +
 data/gnome-audio-locator.desktop.in.in  |    17 +
 data/icons/Makefile.am                  |     7 +
 data/icons/Makefile.in                  |   567 +
 data/icons/apps/gnome-audio.svg         |   111 +
 depcomp                                 |   791 ++
 gnome-audio-locator.spec                |    66 +
 gnome-audio-locator.spec.in             |    66 +
 help/C/version.xml.in                   |     1 +
 help/Makefile.am                        |    27 +
 help/Makefile.in                        |   528 +
 install-sh                              |   541 +
 ltmain.sh                               | 11429 ++++++++++++++++
 m4/ChangeLog                            |    11 +
 m4/gtk-doc.m4                           |   113 +
 m4/libtool.m4                           |  8403 ++++++++++++
 m4/ltoptions.m4                         |   437 +
 m4/ltsugar.m4                           |   124 +
 m4/ltversion.m4                         |    24 +
 m4/lt~obsolete.m4                       |    99 +
 m4/nls.m4                               |    32 +
 man/Makefile.am                         |     3 +
 man/Makefile.in                         |   587 +
 man/gnome-audio-locator.1               |    33 +
 missing                                 |   215 +
 po/ChangeLog                            |  8138 ++++++++++++
 po/LINGUAS                              |     3 +
 po/Makefile.in.in                       |   221 +
 po/POTFILES.in                          |     5 +
 po/POTFILES.skip                        |     4 +
 po/nb_NO.po                             |    26 +
 src/Makefile.am                         |    28 +
 src/Makefile.in                         |   742 ++
 src/gnome-audio-locator.c               |   138 +
 src/gnome-audio-locator.h               |   165 +
 62 files changed, 66169 insertions(+)

commit 8e4aa78f9a4650fd29c34c460c707ae2d0b18eb7
Author: Ole Kristian Aamot <olekaam@stud.ntnu.no>
Date:   Mon Sep 23 18:59:04 2024 +0200

    Official Release 1.0.0 (NTNU Alumni)

 DOCUMENTATION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ddd20f2a94b690af77abe53f415ea39e6834f03a
Author: Ole Kristian Aamot <olekaam@stud.ntnu.no>
Date:   Mon Sep 23 18:42:26 2024 +0200

    Cutters Noark 5 Reference Archive System

 DOCUMENTATION                     | 176 ++++++++++++++++++++++++++++++++++++++
 app.js                            |  27 ++++++
 config/dbConfig.js                |  10 +++
 controllers/caseController.js     |  20 +++++
 controllers/documentController.js |  30 +++++++
 controllers/recordController.js   |  20 +++++
 install.sh                        |   2 +
 models/Case.js                    |  16 ++++
 models/Document.js                |  25 ++++++
 models/Record.js                  |  21 +++++
 routes/caseRoutes.js              |   8 ++
 routes/documentRoutes.js          |  11 +++
 routes/recordRoutes.js            |   8 ++
 13 files changed, 374 insertions(+)
