File: NEWS

package info (click to toggle)
hyena 0.5-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,832 kB
  • sloc: cs: 33,411; sh: 733; makefile: 436
file content (78 lines) | stat: -rw-r--r-- 2,280 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
==========================
Version 0.5 - Oct 6, 2010
==========================

Add .config file to hyena.pc's Files variable

==========================
Version 0.4 - Oct 5, 2010
==========================

General:
* Update to build on Windows with MonoDevelop 2.2.1
* Disable CheckForOverflowUnderflow in many .csproj
* Can now include hyena as a git submodule within other projects

Hyena:
* Bind gtk_show_uri (bgo#587320)
* Add StringUtil.EscapeLike
* Add stream based hashing
* Add an ApplicationName property to ApplicationContext
* New SafeUri class
* New Hyena.Downloader namespace/API
* New Paths class (bgo#605891)
* Handle bad indices in MemoryListModel
* Fix LruCache item expiration
* Add thread id to Hyena.Log when debugging.
* Fix file location queries (bgo#612152)
* Make CryptoUtil.Md5Encode thread-safe
* [Json] Add serializer
* New Hyena.Metrics classes for instrumenting apps
* More extensive platform detection probing
* Bundle HttpUtility; dependency on System.Web (bgo#607713)

Hyena.Gui
* New ListView grid mode
* Fix ListView a11y crasher (bgo#615892).
* [Hyena.Gui] Fix ActionManager toolitem icon sizing bgo#609265

Hyena.Data.Sqlite:
* Add HYENA_MD5 method
* Extend SqliteConnection to handle double and nullable values.
* Case-insensitive column checks
* Add BinaryFunction class; Lets extensions etc call custom methods
  from SQL even if they're not loaded initially
* Fix exception handling (bgo#609799)

Contributors:
Aaron Bockover, Alan McGovern, Alexander Kojevnikov, Anders Petersson,
Andrés G. Aragoneses, Bertrand Lorentz, David Nielsen, Gabriel Burt,
Ján Sokoly, Jeroen Budts, Mike Gemünde, Paul Lange, Pete Johanson,
Ruben Vermeersch, Sandy Armstrong

==========================
Version 0.3 - May 6, 2010
==========================

Synced with Banshee

==========================
Version 0.2 - Sept 9, 2009
==========================

Contributors:
Romain Tartière

Bugs Fixed:
* Build fix for *bsd
* Fix dll mappings for *bsd

==========================
Version 0.1 - Aug 18, 2009
==========================

* Initial release
* Hyena, Hyena.Gui, and Hyena.Data.Sqlite built as
  separate assemblies and each with their own .pc
  file for convenient copying into your project.
  See README for details on using Hyena in your app.