• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

Revision21edf0d61ff07bb7334a0b1a22b9f63dfd957efd (tree)
Time2004-08-04 07:22:19
AuthorLars Clausen <lclausen@src....>
CommiterLars Clausen

Log Message

pre5

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
11 2004-08-02 Lars Clausen <lars@raeder.dk>
22
3+ * config.h.win32:
4+ * doc/pl/dia.xml:
5+ * doc/en/dia.xml:
6+ * dia.spec (Release):
7+ * NEWS: Pre5 with leak fix.
8+
39 * lib/font.c (dia_font_build_layout): Don't try to save an
410 allocation of LayoutCacheItem if it breaks layout cache hash.
511 Also make hash function correct, remove explicit height entry
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
1+dia-0.94-pre5: 2-Aug-2004
2+
3+Finally fixed memory leak from layout cache.
4+
15 dia-0.94-pre4: 1-Aug-2004
26
37 Important fix for export filters. Still some leaking from layout cache,
--- a/config.h.win32
+++ b/config.h.win32
@@ -17,7 +17,7 @@
1717 #define GETTEXT_PACKAGE "dia"
1818 #define LOCALEDIR "../lib/locale"
1919
20-#define VERSION "0.94-pre4"
20+#define VERSION "0.94-pre5"
2121
2222 /*
2323 * We are linking libxml as DLL with either msvc or mingw, but this
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
11 dnl Process this -*- autoconf -*- file with autoconf to produce a
22 dnl configure script.
3-AC_INIT(dia, 0.94-pre4, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
3+AC_INIT(dia, 0.94-pre5, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
44 AC_CONFIG_SRCDIR(app/diagram.c)
55 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
66
--- a/dia.spec
+++ b/dia.spec
@@ -6,7 +6,7 @@ Summary: A gtk+ based diagram creation program.
66 Name: %name
77 Version: %ver
88 # This indicates changes to the spec file after last time %ver has changed.
9-Release: pre4
9+Release: pre5
1010 Copyright: GPL
1111 Group: Applications/
1212 Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/dia/%{name}-%{ver}.tar.gz
--- a/doc/en/dia.xml
+++ b/doc/en/dia.xml
@@ -8,7 +8,7 @@
88
99 [
1010
11- <!ENTITY VERSION "0.94-pre4">
11+ <!ENTITY VERSION "0.94-pre5">
1212
1313 <!ENTITY INTRODUCTION SYSTEM "intro.xml">
1414
--- a/doc/pl/dia.xml
+++ b/doc/pl/dia.xml
@@ -1,7 +1,7 @@
11 <?xml version="1.0" encoding="iso-8859-1"?>
22
33 <!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "../../dtd/docbookx.dtd"[
4-<!ENTITY VERSION "0.94-pre4">
4+<!ENTITY VERSION "0.94-pre5">
55 <!ENTITY INTRODUCTION SYSTEM "intro.sgml">
66 <!ENTITY QUICKSTART SYSTEM "usage-quickstart.sgml">
77 <!ENTITY CANVAS SYSTEM "usage-canvas.sgml">