Logoj0ke.net Open Build Service > Projects > internetx:mysql5 > ctemplate > ctemplate.changes
Sign Up | Log In

File ctemplate.changes of Package ctemplate

 
1
-------------------------------------------------------------------
2
Sun Sep 18 00:07:49 UTC 2011 - jengelh@medozas.de
3
4
- Remove redundant tags/sections from specfile
5
6
-------------------------------------------------------------------
7
Wed Apr 27 09:44:12 UTC 2011 - idoenmez@novell.com
8
9
- Add ctemplate-0.98-gcc46.patch: fix compilation with gcc 4.6 
10
11
-------------------------------------------------------------------
12
Thu Nov  4 16:38:53 UTC 2010 - freitag@novell.com
13
14
- version update (version 0.98)
15
  * ctemplate: version 0.98 release
16
  * Add new image URL modifier: :I=html, :I=css, etc (jshneier, dougy)
17
  * Allow lowercase words in pragma contexts (csilvers)
18
  * Enable full-word matching for tpl filenames (aneeshnaman)
19
  * Performance improvements for small_map (wonchun)
20
  * Avoid some compiler warnings (mac)
21
  * Fix a c++ conformance bug involving const (chandlerc)
22
  * BUGFIX: never reload string templates (panicker)
23
  * BUGFIX: Fix refcounting to avoid accessing freed memory (panicker)
24
  * PORTING: Avoid SIBGUS on sparc by aligning memory more (csilvers)
25
  * PORTING: Use isascii_is*() to avoid langtype issues (csilvers)
26
  * PORTING: Fix 'class not properly dll-epxorted' warnings (csilvers)
27
  * PORTING: Rename README.windows to README_windows.txt (csilvers)
28
  * Made NEWS file non-empty.
29
  * Added ctemplate.pc + ctemplate_nothreads.pc for pkg-config (csilvers)
30
31
  version 0.97 release
32
  * Major API revamp: +TemplateCache, -Template (panicker, csilvers)
33
  * Major documentation revamp: howto -> guide + reference (csilvers)
34
  * Protect auto-generated #include files with header guard (dnovillo)
35
  * Allow ftp:// in ValidateUrl modifier (martone)
36
  * Speed up template modifiers (turnidge)
37
  * BUGFIX: Fix a dnagling pointer in template-modifiers (csilvers)
38
  * PORTING: cygwin/mingw now compile (due to autoconf macros) (csilvers)
39
  * PORTING: improve generate_fs_test on windows (csilvers)
40
41
  version 0.96 release
42
  * Support multiple template root directories (williasr)
43
  * Remove TemplateContext from TemplateToString (jad)
44
  * Remove programmatic auto-escape code (jad)
45
  * Speedup: use linker to detect immutable TemplateStrings (csilvers)
46
  * Implement ShowTemplateGlobalSection (williasr)
47
  * Change SetIntValue to accept longs (omoikane)
48
  * Allow TemplateDictionary c'tor to take a TemplateString (csilvers)
49
  * Make Mutex safer to run during global destructors (csilvers)
50
  * BUILD: don't set TMPDIR when building; ar reads it (csilvers)
51
  * BUILD: fix compiling of C (as opposed to C++) test file (csilvers)
52
  * BUILD: remove bash-specific 'test x == y' from configure.ac (csilvers)
53
  * BUGFIX: use AllocAligned when allocating non-char objects (csilvers)
54
  * PORTING: remove obsolete MSVC Detect64BitPortabilityProblems (csilvers)
55
  * Updated from autoconf 2.61 to 2.62
56
57
-------------------------------------------------------------------
58
Tue Jul 28 14:34:33 CEST 2009 - mhrusecky@suse.cz
59
60
- version update (version 0.95)
61
  * Change default namespace from google to ctemplate
62
  * Rename include directory from google to ctemplate
63
  * Remove deprecated code: template_from_string.{h,cc}
64
  * Remove deprecated code: modifiers in TemplateDictionary class
65
  * Remove last arg from StringToTemplate; use autoescape pragma instead
66
  * Remove template_modifiers namespace
67
  * Provide a script to help convert namespaces and #includes
68
  * TemplateDictionary constructor takes TemplateString, not string
69
70
-------------------------------------------------------------------
71
Thu May  7 17:38:23 CEST 2009 - mhrusecky@suse.cz
72
73
- version update (version 0.94)
74
  * Use arena for all memory allocations: 3-4% speedup (csilvers)
75
  * Add the ability to hook the annotation system (ryoji)
76
  * Expose Expand(ExpandEmitter*,...) to allow custom emitters (csilvers)
77
  * Add RemoveStringFromTemplateCache (csilvers)
78
  * Add new :url_escape_with_arg=css modifier for urls in CSS (jad)
79
  * Support tr1's unordered_map in preference to hash_map (csilvers)
80
  * Use Murmurhash for all string hashing, rather than hash<> (csilvers)
81
  * Better parsing of meta tags and dangling < for auto-escape (falmeida)
82
  * Add AddXssSafeModifier (jad)
83
  * Allow disabling auto-escape for 'trusted' vars (jad)
84
  * BUGFIX: resolve possible memory-leaks in CopyDictionary (csilvers)
85
  * BUGFIX: fix bug when reloading with AUTOESCAPE pragma (jad)
86
  * Updated autoconf version to 2.61 and libtool version to 1.5.26
87
- ctemplate-0.93-bswap.patch was merged upstream
88
89
-------------------------------------------------------------------
90
Fri Feb 20 13:48:51 CET 2009 - mhrusecky@suse.cz
91
92
- corrected bswap function name - fixed build on ppc & s390
93
94
-------------------------------------------------------------------
95
Mon Feb 16 17:45:04 CET 2009 - mhrusecky@suse.cz
96
97
- version update (version 0.93)
98
  * New AUTOESCAPE pragma: alternative to GetTemplateWithAutoescaping (jad)
99
  * Improve autoescape for CSS template and more (jad)
100
  * Replace RegisterStringAsTemplate with TemplateToString (csilvers)
101
  * Speed up template code by hashing and cacheing template strings (jcrim)
102
  * Add StaticTemplateString to make hashing/cacheing even faster
103
  * Autogenerate parser files from .config files (falmeida)
104
  * TESTING: new compile_test to test end-to-end compilation (csilvers)
105
  * Fix Mutex class to allow expanding template before main() (csilvers)
106
107
-------------------------------------------------------------------
108
Mon Feb 16 17:07:24 CET 2009 - mhrusecky@suse.cz
109
110
- fixed building with gcc 4.4
111
112
-------------------------------------------------------------------
113
Wed Feb  4 09:18:59 CET 2009 - mhrusecky@suse.cz
114
115
- expanded macros as they are currently not supported in package
116
  names
117
118
-------------------------------------------------------------------
119
Fri Dec 19 15:29:39  CET 2008 - mhrusecky@suse.cz
120
121
- fixed package names
122
123
-------------------------------------------------------------------
124
Mon Dec 12 18:59:24  CET 2008 - mhrusecky@suse.cz
125
126
- new Package (Version 0.92)
127
128