2024-03-08 22:02:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 8 22:02:43 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
|
|
|
|
- Fix disabling of __perllib_provides
|
|
|
|
|
2023-10-19 11:22:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 13 03:06:05 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 2.30
|
|
|
|
see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
|
|
|
|
|
|
|
|
[V 2.30]
|
|
|
|
Date=2023-10-12T17:17:08
|
|
|
|
Comments= <<EOT
|
|
|
|
- As of V 2.30, this module supports an array syntax for cases where you wish to
|
|
|
|
assign an array of values to a key.
|
|
|
|
- See the new POD section called ARRAY SYNTAX.
|
|
|
|
- See also the updated question in the FAQ: What happens if a key is repeated?
|
|
|
|
- See also the sample code in the Synopsis and in t/02.main.t and in t/test.conf.
|
|
|
|
- In each case, search for the word greetings to find the new code samples.
|
|
|
|
- This patch was kindly provided by Steven Schoch, with some additions by Ron Savage.
|
|
|
|
EOT
|
|
|
|
|
2023-06-22 06:38:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 24 22:28:58 UTC 2023 - Andrew Daugherity <adaugherity@tamu.edu>
|
|
|
|
|
|
|
|
- fix build on SLES 12 (no make_build macro)
|
|
|
|
|
2023-04-20 12:42:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 6 03:06:08 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 2.29
|
|
|
|
see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
|
|
|
|
|
|
|
|
[V 2.29]
|
|
|
|
Date=2023-04-05T12:53:00
|
|
|
|
Comments= <<EOT
|
|
|
|
- Edit to remove Test::Pod from TEST_REQUIRES in Makefile.PL, again.
|
|
|
|
Thanx to Andrew Daugherity for the patch.
|
|
|
|
- Update versiojnn # in t/02.main.t.
|
|
|
|
EOT
|
|
|
|
|
2022-01-17 13:48:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 5 03:06:08 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 2.28
|
|
|
|
see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
|
|
|
|
|
|
|
|
[V 2.28]
|
|
|
|
Date=2022-01-04T15:47:58
|
|
|
|
Comments= <<EOT
|
|
|
|
- Accept pull request from Todd Rinaldo to replace both uses of bareword filehandles
|
|
|
|
with my variables. With thanx.
|
|
|
|
- Accept 2019 pull request to Makefile.PL, for the purpose of modernization, and with
|
|
|
|
some slight modifications, from Grinnz.
|
|
|
|
- Make corresponding patches where appropriate to Tiny.pm and t/02.main.t.
|
|
|
|
- Thanx to Grinnz aka Dan Book for the prompting.
|
|
|
|
EOT
|
|
|
|
|
2021-09-27 15:58:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 23 03:06:04 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 2.27
|
|
|
|
see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
|
|
|
|
|
|
|
|
[V 2.27]
|
|
|
|
Date=2021-09-21T15:48:00
|
|
|
|
Comments= <<EOT
|
|
|
|
- Add the option of passing a hashref to the constructor, where it is turned into an
|
|
|
|
object of the class. See POD under new([$config]) for details.
|
|
|
|
This patch to the code and POD includes the new test t/08.constructor.t.
|
|
|
|
The patch was provided by D Hauke, with thanx.
|
|
|
|
- Move test.conf back into t/, where it was years ago, before someone tried to remove
|
|
|
|
all uses of File::Spec. But since File::Spec is used often now, there is no point
|
|
|
|
in keeping test.conf in the root directory of the distro.
|
|
|
|
EOT
|
|
|
|
|
2021-02-03 10:42:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 2 03:06:12 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 2.26
|
|
|
|
see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
|
|
|
|
|
2019-08-01 08:38:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 1 08:37:37 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.24
|
|
|
|
- Delete from caveats in documentation where it used to say:
|
|
|
|
'Config::Tiny will only recognize the first time an option is set in a config file.'
|
|
|
|
'Any further attempts to set the same option later in the config file are ignored.'
|
|
|
|
In reality the code uses the 2nd and subsequent values to overwrite earlier values.
|
|
|
|
- Make this topic a new FAQ.
|
|
|
|
- Add corresponding test t/06.repeat.key.t.
|
|
|
|
- Update POD to clarify trailing comment options.
|
|
|
|
- Add corresponding test t/07.trailing.comment.t.
|
|
|
|
- Romanize Gregory Kidrenko's name so Config::IniFiles does not get 'Wide char in print'.
|
|
|
|
- Move xt/pod.t to xt/author/pod.t.
|
|
|
|
- Adopt new repo structure. See
|
|
|
|
http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html.
|
|
|
|
- Move require 5.008001 from Tiny.pm into Makefile.PL.
|
|
|
|
|
2017-10-08 08:09:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 8 08:08:29 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.23
|
|
|
|
see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
|
|
|
|
|
|
|
|
[V 2.23]
|
|
|
|
Date=2015-10-14T09:11:00
|
|
|
|
Comments= <<EOT
|
|
|
|
- Add the utf8 BOM to this file. Let's hope the CPAN toolchain can cope. If it can't, another
|
|
|
|
version of the code will have to be released.
|
|
|
|
- Fix read() and write() so they work on files called '0' (zero). See RT#107754.
|
|
|
|
Many thanx to Григорий Кудренко for the report and patch.
|
|
|
|
- Add t/05.zero.t and t/0 to test the new code.
|
|
|
|
- Reformat the source slightly.
|
|
|
|
EOT
|
|
|
|
|
2015-03-22 09:03:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 21 21:09:44 UTC 2015 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Update to 2.22
|
|
|
|
* Fix licence info in Makefile.PL to say Perl.
|
|
|
|
- Changes for 2.21
|
|
|
|
* Patch Makefile.PL to refer to the current repo, which is on
|
|
|
|
github, and not the original one, which is on Adam's web site.
|
|
|
|
See RT#102125.
|
|
|
|
* Remove Build.PL because Karen Etheridge tells me Module::Build
|
|
|
|
is no longer in core. See RT#102126.
|
|
|
|
* Edit line lengths in this file to a max of 100 chars.
|
|
|
|
* Edit line lengths in the docs the same way.
|
|
|
|
* Expand the See Also section of the docs.
|
|
|
|
|
2013-11-26 08:53:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 26 07:31:49 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.20
|
|
|
|
- Relax pre-req version requirements
|
|
|
|
|
2013-10-04 12:02:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 4 09:11:29 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.19
|
|
|
|
- Change VERSION => $VERSION in Makefile.PL to VERSION_FROM => 'lib/Config/Tiny.pm'.
|
|
|
|
Reported by Jean-Louis Morel. See RT#88670.
|
|
|
|
|
|
|
|
2.18 Sat Sep 14 10:03:00 2013
|
|
|
|
- Remove obsolete and wrong version # from Makefile.PL.
|
|
|
|
Reported by Jean-Louis Morel. See RT#88658.
|
|
|
|
- Implement Kevin Ryde's suggestion to test if read() will return undef.
|
|
|
|
If so, set an error message and (still) return undef.
|
|
|
|
|
|
|
|
2.17 Fri Sep 13 12:41:00 2013
|
|
|
|
- Remove the file tests -efr during calls to read(). The open() tests for any error.
|
|
|
|
Also, the -f test was reporting /dev/null as a directory, not a file.
|
|
|
|
Thanx to Kevin Ryde for pushing me to implement this. See RT#36974.
|
|
|
|
- Clean up some error messages slightly.
|
|
|
|
|
|
|
|
2.16 Fri Sep 6 11:54:00 2013
|
|
|
|
- Replace Path::Tiny with File::Spec, because the former's list of dependencies is soooo long :-(.
|
|
|
|
Changed files: t/02.main.t, t/04.utf8.t, Build.PL and Makefile.PL.
|
|
|
|
See: RT#88435 (for Tree::DAG_Node) for an explanation.
|
|
|
|
|
|
|
|
2.15 Sun Aug 4 14:59:00 2013
|
|
|
|
- Clean up the shambolic dates in this file.
|
|
|
|
- Add a note under Caveats about setting options more that once. Only the first case is respected.
|
|
|
|
Thanx to Kimmel K. See RT#69795.
|
|
|
|
- Add a $encoding parameter to read_file() and write_file(). See docs for details.
|
|
|
|
Add t/04.utf8.t and t/04.utf8.txt.
|
|
|
|
Thanx to Mark Lawrence and Wolfgang Husmann. See RT#71029 and RT#85571.
|
|
|
|
- For BSD-based systems, when writing a file during tests, use:
|
|
|
|
my($temp_dir) = File::Temp -> newdir('temp.XXXX', CLEANUP => 1, EXLOCK => 0, TMPDIR => 1);
|
|
|
|
- Rename t/*.t files. I use '.' rather than '_' in file names because the latter is a shift char.
|
|
|
|
- Add MANIFEST.SKIP, Changelog.ini, Build.PL, META.json.
|
|
|
|
- Add an FAQ to the docs.
|
|
|
|
- Clean up the docs.
|
|
|
|
|
2011-11-18 11:44:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 18 11:10:12 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- use original .tar.gz
|
|
|
|
|
2011-03-24 08:42:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 24 08:38:30 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 2.14:
|
|
|
|
* fix RT#63080: module can write multiline values but not read them
|
|
|
|
|
2010-11-30 19:24:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 30 19:20:00 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-11-24 20:07:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 24 20:04:45 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- update to 2.13
|
|
|
|
- Resolved #60703: Display glitch in Config::Tiny 2.12 POD
|
|
|
|
- Resolved #40585: member 'set;' doesn't exist
|
|
|
|
- Resolved #30479: does not warn or die when writing data it
|
|
|
|
- created by cpanspec 1.78
|
|
|
|
- noarch pkg
|
|
|
|
|
2010-10-19 08:45:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 19 08:38:25 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- add perl as explicit buildrequire
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 19 00:00:00 UTC 2008 - gerrit.beine@googlemail.com
|
|
|
|
|
|
|
|
- moved to openSUSE Build Service
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 6 00:00:00 UTC 2007 - gerrit@beine-computer.de
|
|
|
|
|
|
|
|
- first release 2.12
|
|
|
|
|
|
|
|
|