Update to version 2.4 OBS-URL: https://build.opensuse.org/request/show/879759 OBS-URL: https://build.opensuse.org/package/show/server:database/ctemplate?expand=0&rev=37
224 lines
9.5 KiB
Plaintext
224 lines
9.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Mar 17 09:12:01 UTC 2021 - Wang Jun <jgwang@suse.com>
|
|
|
|
- Update to version 2.4
|
|
* Switch to Python 3
|
|
* Add new buildrequests: autoconf, automake and libtool
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 11 14:10:02 UTC 2017 - jengelh@inai.de
|
|
|
|
- Trim descriptions
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 8 12:13:02 UTC 2017 - mpluskal@suse.com
|
|
|
|
- Packaging cleanup
|
|
* Let test fail on error
|
|
* Move documentation to devel package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 21 15:55:18 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Update project url
|
|
- Remove unnecessary autotools dependencies
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 14 10:33:56 UTC 2014 - tchvatal@suse.com
|
|
|
|
- Enable testsuite - 2 tests fail
|
|
- Cleanup a bit
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 6 09:36:47 UTC 2014 - adrian@suse.de
|
|
|
|
- so name did change to version 3, follow with library package name
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 17 15:08:50 UTC 2014 - freitag@opensuse.org
|
|
|
|
- update to upstream version 2.3
|
|
* Fixed some more C++11 issues.
|
|
* Removed deprecated Template::SetEscapedValueAndShowSection()
|
|
and Template::ReloadIfChanged().
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 31 07:04:23 UTC 2012 - freitag@owncloud.com
|
|
|
|
- update to upstream version 2.2
|
|
2.2: * Fixed several issues reported by G++ 4.7
|
|
|
|
2.1: * Added operator[] to TemplateDictionary
|
|
* Added begin(), end(), data() and size() to TemplateString
|
|
* Refactored code
|
|
|
|
2.0: * Changed the 'official' ctemplate email in setup.py/etc
|
|
* Rewrote docs to refer to Ctemplate, not Google Template
|
|
* Renamed google-ctemplate.sln to ctemplate.sln
|
|
* Changed copyright text to reflect Google's relinquished ownership
|
|
|
|
1.1: * Make reloads always prefer files earlier on the search patch (ssas)
|
|
* PORTING: Add a default BSWAP32, needed for AIX (csilvers)
|
|
* Die at configure-time when g++ isn't installed
|
|
|
|
1.0RC2: * BUGFIX: removed #includes of non-installed headers from installed ones
|
|
* BUGFIX: Make compile-test test against an install
|
|
|
|
1.0RC1: * BUGFIX: Dumpers were ignoring a tpl-string 'length' (csilvers)
|
|
* BUGFIX: Add a needed $(top_srcdir) to Makefile.am
|
|
* Replace 0x00-0x1F with space in xml_escape (alexvod)
|
|
* Fix xml encoding to handle form-feed properly (ghurley)
|
|
* DOCUMENTATION: Wer missing some docs in the tarball (csilvers)
|
|
* BUILD: Update acx_pthread.m4 for nostdlib (Kacper)
|
|
* BUGFIX: Make CreateSectionIterator check tpl-globals (williasr)
|
|
* PORTING: Fix solaris build by getting rid of PATH_MAX (csilvers)
|
|
|
|
0.99: * Accept . as part of tag/attr names when autoescaping (falmeida)
|
|
* Optimize javascript template escaping (blount)
|
|
* Allow <span dir=...> inside :H=snippet modifiers (jdtang)
|
|
* make_tpl_varnames can write multiple tpls to one file (jad)
|
|
* Add a few escaping modifier equivalences (jad)
|
|
* BUGFIX: Fix ReloadAllIfChanged() with path (panicker)
|
|
* PORTING: Relace tr with more portable sed, in tests (csilvers)
|
|
* Updated from autoconf 2.64 to autoconf 2.65
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 16 14:39:08 UTC 2012 - cfarrell@suse.com
|
|
|
|
- license update: BSD-3-Clause
|
|
No BSD-4-Clause licenses in the packages
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 13 10:45:31 UTC 2012 - coolo@suse.com
|
|
|
|
- patch license to follow spdx.org standard
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 18 00:07:49 UTC 2011 - jengelh@medozas.de
|
|
|
|
- Remove redundant tags/sections from specfile
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 27 09:44:12 UTC 2011 - idoenmez@novell.com
|
|
|
|
- Add ctemplate-0.98-gcc46.patch: fix compilation with gcc 4.6
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 4 16:38:53 UTC 2010 - freitag@novell.com
|
|
|
|
- version update (version 0.98)
|
|
* ctemplate: version 0.98 release
|
|
* Add new image URL modifier: :I=html, :I=css, etc (jshneier, dougy)
|
|
* Allow lowercase words in pragma contexts (csilvers)
|
|
* Enable full-word matching for tpl filenames (aneeshnaman)
|
|
* Performance improvements for small_map (wonchun)
|
|
* Avoid some compiler warnings (mac)
|
|
* Fix a c++ conformance bug involving const (chandlerc)
|
|
* BUGFIX: never reload string templates (panicker)
|
|
* BUGFIX: Fix refcounting to avoid accessing freed memory (panicker)
|
|
* PORTING: Avoid SIBGUS on sparc by aligning memory more (csilvers)
|
|
* PORTING: Use isascii_is*() to avoid langtype issues (csilvers)
|
|
* PORTING: Fix 'class not properly dll-epxorted' warnings (csilvers)
|
|
* PORTING: Rename README.windows to README_windows.txt (csilvers)
|
|
* Made NEWS file non-empty.
|
|
* Added ctemplate.pc + ctemplate_nothreads.pc for pkg-config (csilvers)
|
|
|
|
version 0.97 release
|
|
* Major API revamp: +TemplateCache, -Template (panicker, csilvers)
|
|
* Major documentation revamp: howto -> guide + reference (csilvers)
|
|
* Protect auto-generated #include files with header guard (dnovillo)
|
|
* Allow ftp:// in ValidateUrl modifier (martone)
|
|
* Speed up template modifiers (turnidge)
|
|
* BUGFIX: Fix a dnagling pointer in template-modifiers (csilvers)
|
|
* PORTING: cygwin/mingw now compile (due to autoconf macros) (csilvers)
|
|
* PORTING: improve generate_fs_test on windows (csilvers)
|
|
|
|
version 0.96 release
|
|
* Support multiple template root directories (williasr)
|
|
* Remove TemplateContext from TemplateToString (jad)
|
|
* Remove programmatic auto-escape code (jad)
|
|
* Speedup: use linker to detect immutable TemplateStrings (csilvers)
|
|
* Implement ShowTemplateGlobalSection (williasr)
|
|
* Change SetIntValue to accept longs (omoikane)
|
|
* Allow TemplateDictionary c'tor to take a TemplateString (csilvers)
|
|
* Make Mutex safer to run during global destructors (csilvers)
|
|
* BUILD: don't set TMPDIR when building; ar reads it (csilvers)
|
|
* BUILD: fix compiling of C (as opposed to C++) test file (csilvers)
|
|
* BUILD: remove bash-specific 'test x == y' from configure.ac (csilvers)
|
|
* BUGFIX: use AllocAligned when allocating non-char objects (csilvers)
|
|
* PORTING: remove obsolete MSVC Detect64BitPortabilityProblems (csilvers)
|
|
* Updated from autoconf 2.61 to 2.62
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 28 14:34:33 CEST 2009 - mhrusecky@suse.cz
|
|
|
|
- version update (version 0.95)
|
|
* Change default namespace from google to ctemplate
|
|
* Rename include directory from google to ctemplate
|
|
* Remove deprecated code: template_from_string.{h,cc}
|
|
* Remove deprecated code: modifiers in TemplateDictionary class
|
|
* Remove last arg from StringToTemplate; use autoescape pragma instead
|
|
* Remove template_modifiers namespace
|
|
* Provide a script to help convert namespaces and #includes
|
|
* TemplateDictionary constructor takes TemplateString, not string
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 7 17:38:23 CEST 2009 - mhrusecky@suse.cz
|
|
|
|
- version update (version 0.94)
|
|
* Use arena for all memory allocations: 3-4% speedup (csilvers)
|
|
* Add the ability to hook the annotation system (ryoji)
|
|
* Expose Expand(ExpandEmitter*,...) to allow custom emitters (csilvers)
|
|
* Add RemoveStringFromTemplateCache (csilvers)
|
|
* Add new :url_escape_with_arg=css modifier for urls in CSS (jad)
|
|
* Support tr1's unordered_map in preference to hash_map (csilvers)
|
|
* Use Murmurhash for all string hashing, rather than hash<> (csilvers)
|
|
* Better parsing of meta tags and dangling < for auto-escape (falmeida)
|
|
* Add AddXssSafeModifier (jad)
|
|
* Allow disabling auto-escape for 'trusted' vars (jad)
|
|
* BUGFIX: resolve possible memory-leaks in CopyDictionary (csilvers)
|
|
* BUGFIX: fix bug when reloading with AUTOESCAPE pragma (jad)
|
|
* Updated autoconf version to 2.61 and libtool version to 1.5.26
|
|
- ctemplate-0.93-bswap.patch was merged upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 20 13:48:51 CET 2009 - mhrusecky@suse.cz
|
|
|
|
- corrected bswap function name - fixed build on ppc & s390
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 16 17:45:04 CET 2009 - mhrusecky@suse.cz
|
|
|
|
- version update (version 0.93)
|
|
* New AUTOESCAPE pragma: alternative to GetTemplateWithAutoescaping (jad)
|
|
* Improve autoescape for CSS template and more (jad)
|
|
* Replace RegisterStringAsTemplate with TemplateToString (csilvers)
|
|
* Speed up template code by hashing and cacheing template strings (jcrim)
|
|
* Add StaticTemplateString to make hashing/cacheing even faster
|
|
* Autogenerate parser files from .config files (falmeida)
|
|
* TESTING: new compile_test to test end-to-end compilation (csilvers)
|
|
* Fix Mutex class to allow expanding template before main() (csilvers)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 16 17:07:24 CET 2009 - mhrusecky@suse.cz
|
|
|
|
- fixed building with gcc 4.4
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 4 09:18:59 CET 2009 - mhrusecky@suse.cz
|
|
|
|
- expanded macros as they are currently not supported in package
|
|
names
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 19 15:29:39 CET 2008 - mhrusecky@suse.cz
|
|
|
|
- fixed package names
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 12 18:59:24 CET 2008 - mhrusecky@suse.cz
|
|
|
|
- new Package (Version 0.92)
|
|
|