-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
3 deletions.
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,5 @@ | ||
Simplified BSD License | ||
====================== | ||
Modified BSD License | ||
==================== | ||
|
||
_Copyright © `2021`, Pierre POMES <[email protected]>_ | ||
|
||
|
@@ -17,6 +17,9 @@ modification, are permitted provided that the following conditions are met: | |
2. Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
3. Neither the name of the copyright holder nor the names of its contributors | ||
may be used to endorse or promote products derived from this software | ||
|
||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND | ||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
|
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([myanon], [0.2], [[email protected]]) | ||
AC_INIT([myanon], [0.3], [[email protected]]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) | ||
AC_CONFIG_SRCDIR([config.h.in]) | ||
|
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,3 +1,11 @@ | ||
myanon (0.3) bionic; urgency=low | ||
|
||
* Add support for fixed null values | ||
* Add debian/copyright file | ||
* Update LICENSE.md | ||
|
||
-- Pierre POMES <[email protected]> Thu, 11 Nov 2021 18:22:15 -0500 | ||
|
||
myanon (0.2) bionic; urgency=low | ||
|
||
* Add support for FULLTEXT keys in table statements | ||
|