From 68ba4433b7eac3ca83e1880336ccc9d8f5a6f318 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Wed, 29 May 2024 12:21:26 +0200 Subject: [PATCH 1/2] fix: rename size column to name --- template.h | 2 +- template.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template.h b/template.h index faa1bf8..ef71045 100644 --- a/template.h +++ b/template.h @@ -48,7 +48,7 @@ static const u_char t06_list3[] = "" "" "" "" -"" +"" "" "" "" diff --git a/template.html b/template.html index 8202258..e0558f3 100644 --- a/template.html +++ b/template.html @@ -50,7 +50,7 @@ Index of /path/to/somewhere
Size  ↓ Name  ↓ Size  ↓ Modified  ↓ 
- + From 02d68839e14be0bf79817bc17fdd20d18948b2cb Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Wed, 29 May 2024 12:37:26 +0200 Subject: [PATCH 2/2] update version to 0.1.1 --- BUILDING.md | 5 +++++ debian/changelog | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 BUILDING.md diff --git a/BUILDING.md b/BUILDING.md new file mode 100644 index 0000000..b48c739 --- /dev/null +++ b/BUILDING.md @@ -0,0 +1,5 @@ +``` +Create source archive +git archive --format=tar.gz -o ../libnginx-mod-http-awesomeindex_0.1.1.orig.tar.gz master + +``` diff --git a/debian/changelog b/debian/changelog index b347ed8..ec1aee9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnginx-mod-http-awesomeindex (0.1.1-1) stable; urgency=medium + + * Fix filename column title + + -- Thomas Wed, 29 May 2024 12:34:13 +0200 + libnginx-mod-http-awesomeindex (0.1.0-1) stable; urgency=medium * Initial release.
Size  ↓ Name  ↓  Size  ↓  Modified  ↓