-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the dist tarball generation
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
2021-07-24 Omar Polo <[email protected]> | ||
|
||
* configure.ac: tagged 0.4.1 "buildfix" release | ||
|
||
* Makefile.am (EXTRA_telescope_SOURCES): fix dist tarball | ||
|
||
* configure.ac: tagged 0.4 --- "La faccia della luna" | ||
|
||
* minibuffer.c (sensible_self_insert): use sensible-self-insert everywhere | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AC_INIT([telescope], [0.4-dev], [[email protected]], [telescope], [gemini://telescope.omarpolo.com]) | ||
AC_INIT([telescope], [0.4.1], [[email protected]], [telescope], [gemini://telescope.omarpolo.com]) | ||
AC_CONFIG_LIBOBJ_DIR(compat) | ||
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) | ||
AC_PROG_CC_C99 | ||
|