File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11Name: sqlite
2- Version: 0.0.3
3- Date: 2023-03-27
2+ Version: 0.1.0
3+ Date: 2024-01-11
44Author: John Donoghue <john.donoghue@ieee.org>
55Maintainer: John Donoghue <john.donoghue@ieee.org>
66Title: Octave Sqlite Toolkit
Original file line number Diff line number Diff line change 1- Summary of important user-visible changes for sqlite 0.0.3+ :
1+ Summary of important user-visible changes for sqlite 0.1.0 :
22-------------------------------------------------------------------
33
4- ** Development octave compatability updates
4+ ** Development octave compatibility updates
55
66 ** Documentation updates
77
@@ -14,14 +14,14 @@ Summary of important user-visible changes for sqlite 0.0.3+:
1414
1515 ** Function Changes:
1616
17- - dbtable: add better display or complex types
17+ - dbtable: add better display of complex types
1818
1919 - sqlread, fetch: add support for dbrowfilter
2020
2121Summary of important user-visible changes for sqlite 0.0.3:
2222-------------------------------------------------------------------
2323
24- ** Development octave compatability updates
24+ ** Development octave compatibility updates
2525
2626 ** Function Changes:
2727 - dbtable.m: provide default for head and tail
Original file line number Diff line number Diff line change 11\input texinfo @c -*-texinfo-*-
2- @c Copyright (c) 2023, John Donoghue <john.donoghue@ieee.org>
2+ @c Copyright (c) 2023-2024 , John Donoghue <john.donoghue@ieee.org>
33@c Octave SQLITE Toolkit - Basic implementation of SQLITE Toolkit
44
55@c For manually generating the documentation use
1111@afourpaper
1212@paragraphindent 0
1313@finalout
14- @set COPYRIGHT_DATE 2022-2023
14+ @set COPYRIGHT_DATE 2022-2024
1515@c @afourwide
1616@c %*** End of the HEADER
1717
Original file line number Diff line number Diff line change 11# -*- Autoconf -*-
22# Process this file with autoconf to produce a configure script.
33#
4- # ## Copyright (C) 2022 John Donoghue <john.donoghue@ieee.org>
4+ # ## Copyright (C) 2022-2024 John Donoghue <john.donoghue@ieee.org>
55# ##
66# ## This program is free software; you can redistribute it and/or
77# ## modify it under the terms of the GNU General Public License as
1818# ## <http://www.gnu.org/licenses/>.
1919
2020AC_PREREQ ( [ 2.67] )
21- AC_INIT ( [ Octave sqlite] , [ 0.0.2 ] )
21+ AC_INIT ( [ Octave sqlite] , [ 0.1.0 ] )
2222AC_CONFIG_HEADERS ( [ config.h] )
2323AC_CONFIG_MACRO_DIRS([ m4] )
2424AH_TOP ( [ #include "undef-ah-octave.h"] )
You can’t perform that action at this time.
0 commit comments